MCP
Claude Code
Add Gummble MCP to Claude Code.
Claude Code supports remote MCP servers over Streamable HTTP with OAuth.
1. Add the server
Run:
claude mcp add --transport http --scope user gummble https://mcp.gummble.com/mcpThe user scope keeps Gummble available in all your projects. Drop it
to register the server for the current project only.
2. Authorize
Start a Claude Code session and run:
/mcpChoose gummble, then select Authenticate. Your browser opens Gummble OAuth and returns you to the terminal.
3. Verify
Ask Claude Code:
Use Gummble MCP to find 5 mobile onboarding screens from language
learning apps and compare their first-step layouts.Claude should call Gummble tools such as gummble_search_screens
before answering.
Troubleshooting
- If the server shows as disconnected, run
/mcpand re-authenticate. - If auth opens but does not complete, check OAuth opens but fails.
- If tools appear but calls fail, check token/scope missing.