Setup
One click from the dashboard. OAuth on first use. Every Clamp project you have access to, right there in your editor.
Connect your editor
- Open the Clamp dashboard and pick a project.
- Go to the Installation tab and click the button for your editor (Cursor, VS Code, Claude Code, Claude Desktop).
- Your editor opens a deep link that registers a server entry named
clamppointing athttps://api.clamp.sh/mcp. - On first use, the editor walks you through OAuth sign-in. After that, every request carries your access token automatically.
Projects
Once connected, the MCP sees every project in your Clamp account. Ask the agent about a site by name and it will call list_projects to disambiguate, or pass a specific project_id to any tool. If you only have one project, tools resolve it automatically.
Other MCP clients
Any client that supports streamable HTTP with OAuth 2.1 can connect directly. Point it at https://api.clamp.sh/mcp and it will drive the sign-in on first use. No API key, no manual config.
For CI pipelines, headless agents, or a self-hosted Clamp, see self-hosting.