BlueprintKey MCP
A remote Model Context Protocol server. Sign in with any Google account to use it.
| Server URL | https://mcp.blueprintkey.com/mcp |
|---|---|
| Transport | Streamable HTTP |
| Auth | OAuth 2.1 with Google sign-in (automatic, no API key) |
| Version | 0.1 |
Connect from Claude Desktop
- Open Claude Desktop and go to Settings → Connectors.
- Click Add custom connector.
- Name it
BlueprintKeyand paste the server URL:https://mcp.blueprintkey.com/mcp. - Click Add, then Connect. A browser window opens for Google sign-in. Pick any Google account.
- Back in Claude, the connector shows as connected. Try asking: “What version is the BlueprintKey MCP?”
The same steps work at claude.ai under Settings → Connectors.
Connect from Claude Code
claude mcp add --transport http blueprintkey https://mcp.blueprintkey.com/mcp
Then run /mcp inside Claude Code to complete the Google sign-in.
Other MCP clients
Any client that supports remote servers over Streamable HTTP with OAuth 2.1 (dynamic client registration + PKCE) can connect. Point it at the server URL above; it will discover the authorization server automatically from
/.well-known/oauth-protected-resource/mcp.
Available tools
| Tool | Description |
|---|---|
version | Returns the service version string (currently 0.1). Useful to confirm the connection works. |