BlueprintKey MCP

A remote Model Context Protocol server. Sign in with any Google account to use it.

Server URLhttps://mcp.blueprintkey.com/mcp
TransportStreamable HTTP
AuthOAuth 2.1 with Google sign-in (automatic, no API key)
Version0.1

Connect from Claude Desktop

  1. Open Claude Desktop and go to Settings → Connectors.
  2. Click Add custom connector.
  3. Name it BlueprintKey and paste the server URL: https://mcp.blueprintkey.com/mcp.
  4. Click Add, then Connect. A browser window opens for Google sign-in. Pick any Google account.
  5. 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

ToolDescription
versionReturns the service version string (currently 0.1). Useful to confirm the connection works.