Before You Begin
Claude Code is the recommended path for individual developers and AI agent builders — it works on any Claude plan, including Free, and requires no admin access.
Choose your authentication method and grab the relevant credentials:
For Option A, copy your API Key.
Don't have one? Create a KeyFor Option B, copy your Client ID and Client Secret.
Don't have one? Create a Connector
Installation
Option A — API Key (recommended for individual users)
claude mcp add --transport http moltsets https://app.moltsets.com/mcp \ --header "Authorization: Bearer ms_API_KEY"
No login flow required. Run /mcp in Claude Code to confirm the connection.
Option B — OAuth
claude mcp add --transport http moltsets https://app.moltsets.com/mcp \ --client-id mcp_cid_CLIENT_ID \
--client-secret mcp_cs_CLIENT_SECRET
Claude Code will open a browser window and prompt you to approve access on the MoltSets consent screen. Once approved, your token is stored and managed automatically.
