Skip to main content

Adding MoltSets to Claude Code

How to connect MoltSets to Claude Code using either an API key or OAuth credentials.

Updated this week

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:

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.

Did this answer your question?