Claude Desktop supports remote MCP servers through Connectors. Add Toolcog and start using APIs from the desktop app.
Toolcoghttps://mcp.toolcog.comYou’ll be prompted to sign in to Toolcog. Account creation is automatic on first login.
Connectors aren’t active by default. To enable Toolcog in a conversation:
Once enabled, Claude can discover, learn, and execute API operations.
Start a new conversation and ask Claude something that uses Toolcog:
“What operations does Stripe have for creating customers?”
If everything is working, Claude will:
find_api to discover relevant Stripe operationsstripe/createCustomer, stripe/createPaymentSourceIf you see operations listed, Toolcog is connected and working.
To connect to a specific catalog instead of the standard catalog:
https://mcp.toolcog.com/{owner}/{catalog}See Catalogs for details.
serviceName/operationName (case-sensitive).When Claude tries to call an API you haven’t authorized:
This is expected behavior. Toolcog uses on-demand authorization—you grant access to each service only when needed.
Be specific about intent. When discovering operations, describe what you want to accomplish:
Good: “Find an operation to create a Stripe subscription with a trial period”
Less good: “Stripe subscription”
Let Claude handle the interface. You don’t need to know parameter names. Ask Claude to create something, and it will figure out what parameters are needed.
Authorize incrementally. Don’t pre-authorize every service. Connect to APIs as you need them—it’s faster and keeps your permissions minimal.