guide

Installing MCPs

Every MCP on mcp.build is already hosted — there's nothing to run. Connecting one to Claude or another MCP client just means pointing that client at the MCP's endpoint URL. This page covers the general steps once, so each MCP's own docs page can stay short.

Add to Claude

Claude (claude.ai and Claude Desktop) connects to any mcp.build MCP as a remote MCP custom connector. Every MCP's page has an "Add to Claude" button that opens Claude's connector settings with the name and URL already filled in:

  1. Click "Add to Claude"On any MCP's page — it opens claude.ai/customize/connectors with a pre-filled "Add custom connector" form
  2. Review and confirmCheck the connector name and URL, then click Add
  3. Authorize, if askedSome MCPs require an auth header or token — the MCP's own page will say if one is needed
  4. Start promptingAsk Claude to do the thing the MCP does — it will call the right tool automatically

Prefer to add it by hand instead of using the button? Open claude.ai/customize/connectors, click the + button, choose Add custom connector, and paste in the MCP's endpoint URL yourself.

Claude Code / CLI

If you use Claude Code, add any mcp.build MCP as a remote server from the command line:

claude mcp add <name> <mcp-endpoint-url>

Example: claude mcp add send-email https://next.hal9.ai/mcp/mcpbuild/send-email

Other MCP clients

Any MCP-compatible client works the same way — add the MCP's endpoint URL as a remote server in the client's MCP settings:

PlatformHow
Claude / Claude DesktopUse the MCP's "Add to Claude" button, or Settings → Connectors → Add custom connector
Claude Codeclaude mcp add <name> <url>
Cursor / other MCP clientsAdd as a remote MCP server in the client's MCP settings, using the same endpoint URL

Finding an endpoint

Every MCP's endpoint URL is shown at the top of its docs page in a copyable box, and also listed in the machine-readable agents.json catalog under each agent's endpoint field. For example, send-email's endpoint is:

MCP endpoint · send-email https://next.hal9.ai/mcp/mcpbuild/send-email

See all available MCPs for the full list.

Troubleshooting