- Go to claude.ai → Settings → Connectors
- Click "Add custom connector"
- Enter a name for the connector (e.g. your map's name)
- Paste your MCP URL into the "Remote MCP Server URL" field:
http://mcp.contextmap.ai/t/{your_token}/mcp
Leave the OAuth fields empty — authentication is handled by the token in the URL.
- Open Claude Desktop app (not the browser)
- Go to Settings → Developer → Edit Config
- Add the following to the
mcpServers section:
{
"contextmap": {
"command": "npx",
"args": ["-y", "@contextmap/mcp-server"],
"env": {
"CONVEX_URL": "https://cloud.contextmap.ai",
"CM_API_TOKEN": "your_token_here"
}
}
}
- Restart Claude Desktop to pick up the new config
- Open ChatGPT and start a new conversation
- Click the connectors / tools icon in the message bar
- Select "Add an MCP Connector"
- Paste your MCP URL:
http://mcp.contextmap.ai/t/{your_token}/mcp
ChatGPT uses Streamable HTTP transport — just paste the URL with your token.