Claude Desktop
Connect Claude Desktop to Gummble MCP as a custom connector.
Claude Desktop supports remote MCP servers natively through custom connectors on paid Claude plans.
1. Add the connector
Open Settings → Connectors → Add custom connector, then paste:
https://mcp.gummble.com/mcp2. Authorize
Click Connect. Claude opens Gummble OAuth in your browser. Sign in, approve the consent screen, then return to Claude Desktop.
3. Verify
Type into Claude:
Use the Gummble MCP to show me 3 onboarding screens from finance apps
Claude should call gummble_search_screens and return real screen
references.
Older versions
If your Claude Desktop build does not show Connectors yet, bridge
through mcp-remote. Edit
~/Library/Application Support/Claude/claude_desktop_config.json
(macOS):
{
"mcpServers": {
"gummble": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.gummble.com/mcp"]
}
}
}Restart Claude Desktop. On the first tool call, mcp-remote runs the
OAuth flow in your default browser and caches credentials in
~/.mcp-auth.
Troubleshooting
If the browser opens but auth fails, the token is missing scopes, or your account needs an upgrade, see Troubleshooting.