Skip to Content
Mutiny MCPConnecting Mutiny to Claude

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 )

  1. Go to claude.ai and sign in
  2. Go to Settings -> Customize -> Connectors
  3. Click the + icon to add a custom connector
  4. Enter Mutiny as the connector name
  5. Enter the server URL: https://mcp.mutinyhq.com/mcp
  6. Click Add. A browser window will open to authorize with your Mutiny account
  7. 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)

  1. Open the Claude Desktop app
  2. Go to Settings -> Customize -> Connectors
  3. Click the + icon to add a custom connector
  4. Enter Mutiny as the connector name
  5. Enter the server URL: https://mcp.mutinyhq.com/mcp
  6. 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/mcp

On 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

ClientHow to revoke
Claude web or DesktopSettings → Connectors → Mutiny → Disconnect
Claude Codeclaude mcp remove mutiny
From MutinyAccount 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.

Getting Started with Mutiny in Your AI Assistant

MCP Data Handling & Security

Last updated on