SpecMCP
Connect your AI tool

Connect another MCP client

Use SpecMCP with a compatible client not listed in the dashboard.

Choose Other under Connections. Every client connects to the same hosted SpecMCP endpoint: https://mcp.specmcp.com/mcp. If your client supports OAuth, use that URL and complete its authorization flow. Otherwise create a personal access token and configure an HTTP MCP server with a bearer header:

{
  "type": "http",
  "url": "https://mcp.specmcp.com/mcp",
  "headers": { "Authorization": "Bearer YOUR_TOKEN" }
}

The exact configuration wrapper varies by client. Consult that client’s MCP documentation, and never paste a personal token into a shared or committed configuration file.