Connecting Mutiny to Claude
Mutiny integrates with Claude through the Model Context Protocol (MCP). This guide covers setup for every supported Claude client.
Mutiny will be listed in the Claude Connectors directory soon. Until then, use the custom connector setup below.
Claude Web (claude.ai )
- Go to claude.ai and sign in
- Go to Settings -> Customize -> Connectors
- Click the + icon to add a custom connector
- Enter Mutiny as the connector name
- Enter the server URL:
https://mcp.mutinyhq.com/mcp - Click Add. A browser window will open to authorize with your Mutiny account
- Approve the requested permissions
Once connected, ask Claude to create assets, browse templates, or manage your content library directly in conversation.
Claude Desktop (macOS & Windows)
- Open the Claude Desktop app
- Go to Settings -> Customize -> Connectors
- Click the + icon to add a custom connector
- Enter Mutiny as the connector name
- Enter the server URL:
https://mcp.mutinyhq.com/mcp - Complete the OAuth authorization in the browser window that opens
Your connectors sync between Claude web and Desktop. If you’ve already connected on the web, Mutiny will be available in Desktop automatically.
Claude Code (CLI)
Run the following command to add the Mutiny MCP server:
claude mcp add --transport http mutiny https://mcp.mutinyhq.com/mcpOn first use, Claude Code will prompt you to authorize via OAuth in your browser. The token is cached for future sessions.
Permissions
When you authorize, you grant specific scopes:
Revoking Access
| Client | How to revoke |
| Claude web or Desktop | Settings → Connectors → Mutiny → Disconnect |
| Claude Code | claude mcp remove mutiny |
| From Mutiny | Account settings → Authorized Applications → Revoke |
Troubleshooting
I see a “Connection failed” error when adding the connector
Make sure you’re signed into Mutiny in a separate browser tab, then retry connecting.
I connected Mutiny but my tools aren’t appearing in Claude
Check Settings → Connectors to confirm Mutiny is connected. Try disconnecting and reconnecting.
I get an “Insufficient permissions” error when using Mutiny tools
Contact your Mutiny workspace admin. They control which scopes your account can authorize.
Claude Code says “Server not found”
Verify you can reach mcp.mutinyhq.com from your network, then run claude mcp list to confirm the server was added.