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.
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:
claude.ai/customize/connectors with a pre-filled "Add custom connector" form
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.
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
Any MCP-compatible client works the same way — add the MCP's endpoint URL as a remote server in the client's MCP settings:
| Platform | How |
|---|---|
| Claude / Claude Desktop | Use the MCP's "Add to Claude" button, or Settings → Connectors → Add custom connector |
| Claude Code | claude mcp add <name> <url> |
| Cursor / other MCP clients | Add as a remote MCP server in the client's MCP settings, using the same endpoint URL |
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:
https://next.hal9.ai/mcp/mcpbuild/send-email
See all available MCPs for the full list.
Refresh claude.ai/customize/connectors — new connectors can take a few seconds to register.
Make sure the connector is enabled for the conversation (check the tools/connectors picker), and phrase the request the way the MCP's example prompt does.
Some MCPs need an API key or header — check that MCP's own docs page for any required setup.