MCP Overview
The Model Context Protocol server for Gummble — stream design context into any agent.
The Gummble MCP server lets your AI tools call Gummble like a teammate. It implements the Streamable HTTP transport with OAuth 2.1 Resource Server semantics, so any standards-compliant MCP client (Claude Desktop, Cursor, Windsurf, Codex, v0, and other agent tools) can pull real product UI references into its workflow.
https://mcp.gummble.com/mcpQuick setup
Getting started
Pick a client, authorize Gummble, and run a first design research prompt.
Claude
Connect Gummble as a remote custom connector.
Cursor
Built-in remote MCP, OAuth on first run.
Kilo Code
Remote MCP setup for Kilo Code and the Kilo CLI.
Codex
Add Gummble to Codex CLI or the IDE extension.
GitHub Copilot
Custom remote MCP for VS Code and Copilot CLI.
Replit
Custom MCP server route for Replit Agent.
Lovable
Personal MCP connector for build-time context.
v0
Use Gummble references while generating UI in v0.
Bolt
Custom HTTP MCP connector with browser OAuth.
Windsurf
Native Streamable HTTP + OAuth dance.
Kiro (AWS)
Remote MCP configuration with browser OAuth.
Build an integration
Call Gummble MCP on behalf of your users.
Troubleshooting
Fix plan, OAuth, SSE-only, token, and scope issues.
Per-client pages describe supported custom setup routes, not marketplace listings or platform partnerships. Follow the platform-specific guide because labels, trust prompts, token storage, and workspace policies differ.
How auth works
- Your client POSTs to
https://mcp.gummble.com/mcpwithout a token. - The Worker replies
401 + WWW-Authenticate: Bearer realm="mcp", resource_metadata="https://mcp.gummble.com/.well-known/oauth-protected-resource/mcp". - The client fetches the resource metadata → finds
https://api.gummble.comas the authorization server. - The client runs Dynamic Client Registration → opens an authorize URL
in your browser → you sign in on
gummble.com→ consent → callback. - The client exchanges the code for an access token (audience-bound to
https://mcp.gummble.com/mcp) and retries the original MCP request.
Client labels, trust prompts, token storage, reconnect behavior, and rollout policies differ. Follow the relevant client guide instead of assuming every MCP interface exposes the same controls.
If you're building an app that stores tokens and calls Gummble MCP on behalf of your users, use the Build an integration guide.
If install or auth fails, start with Troubleshooting.
Available tools
Browse the full list at Tools. High-level groups:
gummble_search_*— apps, screens, website sections, flows, patterns, microcopy, and App Store marketing screenshotsgummble_get_*— app, screen, flow, and store-screenshot detailsgummble_find_similar_screens— visual alternatives from a selected reference
Rate limits
Per-user, tracked on the Worker via Cloudflare KV. See Rate limits.