Installing Base MCP
Canonical source: https://docs.base.org/ai-agents/quickstart. That page is kept up to date with the latest one-click install links, deep-links, and connector flows for each surface. Send the user there first; the instructions below are a backup so the agent can still walk a user through install without leaving the chat.The MCP server URL is the same everywhere:
https://mcp.base.org
Claude (Claude.ai web, Claude Desktop, iOS, Android)
One-click add:- Open Customize → Connectors → Add custom connector
- Fill in:
- Name:
Base MCP - Remote MCP server URL:
https://mcp.base.org
- Name:
- Click Add
ChatGPT
Open https://chatgpt.com/#settings/Connectors (or Settings → Connectors), then:- Enable Developer Mode if prompted (under Advanced)
- Click Create → New App modal opens
- Fill in:
- Name:
Base MCP - Description (optional):
Wallet and onchain tools for Base - MCP Server URL:
https://mcp.base.org - Authentication:
OAuth
- Name:
- Check I understand and want to continue on the risk warning
- Click Create
Claude Code
Add to the current project:base-mcp server shows with a tool count once active. Inside a session, /mcp also shows server status.
Codex
codex.toml:
Cursor
Deep link install:~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
base-mcp is active.
Hermes
Hand the agent the quickstart and let it install itself:~/.hermes/config.yaml:
/reload-mcp in an existing one).
Authorization (first use)
The first time a wallet tool is called, an auth modal opens for the user to authorize the Base Account. Click Allow once. (See the live demo on the quickstart page.) After that, write operations still require per-transaction approval — see approval-mode.md.Did it work?
Ask the assistant:Show me my walletsIf it replies with a wallet address, the MCP is connected. If it says it doesn’t have wallet tools, the MCP isn’t loaded — retry the install steps or fall back to the quickstart link.
Troubleshooting
| Symptom | Try |
|---|---|
| No browser tab for sign-in | Open https://mcp.base.org directly, sign in, then re-add the server. |
| ”Integration not found” / “Tool not available” | Restart the app — the server may not have finished loading. |
| Integrations / Connectors tab missing | App version is too old — update to the latest. |
web_request rejects a hostname | The hostname isn’t in the allowlist. For native HTTP plugins, use the harness HTTP tool if one is available; for custom plugins see custom-plugins.md. CLI-only plugins do not use web_request. |
| Anything else | Send the user to https://docs.base.org/ai-agents/quickstart. |