Skip to main content

Connect Claude Code to MintMCP

Connect Claude Code CLI to MCP servers managed by MintMCP.

Prerequisites

  • Claude Code CLI installed
  • A MintMCP account with access to at least one MCP server

Get your MCP URL

  1. Go to MCP store in MintMCP
  2. Click the MCP server you want to connect
  3. Go to the MCP Client Setup tab
  4. Copy the MCP URL
MCP URL in the client setup tab

Add the server to Claude Code

Run this command, replacing the URL with yours:

claude mcp add -t http my-server https://app.mintmcp.com/s/abc123/mcp

Or edit ~/.claude.json directly:

{
"mcpServers": {
"my-server": {
"type": "http",
"url": "https://app.mintmcp.com/s/abc123/mcp"
}
}
}

Authenticate

  1. Run /mcp in Claude Code
  2. Click Login next to your server
Login prompt in Claude Code
  1. A browser opens for MintMCP authentication
MintMCP OAuth screen
  1. Sign in with your MintMCP account and return to Claude Code

Verify the connection

Run /mcp again. Your server should show "✔ connected":

Connected status in Claude Code

Test it by asking Claude to use a tool from the server.