https://docs.arc.network/mcp and
requires no authentication.
The server exposes two tools:
- Search — finds relevant documentation snippets based on a query.
- Get page — retrieves the full content of a specific documentation page.
Claude Code
Run the following command to add the Arc MCP server:Claude Desktop
- Open Settings and navigate to Connectors.
- Select Add custom connector.
- Enter
Arc Docsas the name andhttps://docs.arc.network/mcpas the URL. - During a chat, use the attachments button to select the Arc Docs connector.
Cursor
Add the following to yourmcp.json file (accessible via Cursor Settings >
MCP):
VS Code (Copilot)
Create or update.vscode/mcp.json in your project root:
Windsurf
Add the following to your Windsurf MCP configuration:Other MCP clients
Any MCP-compatible client can connect using the HTTP transport athttps://docs.arc.network/mcp. Most clients require only the server URL and
transport type (http). Refer to your client’s documentation for the exact
configuration format.
Verify the connection
After adding the server, confirm the connection by asking your AI tool a question about Arc, such as “What smart contract standards does Arc support?” The tool should return content sourced from Arc documentation. If it does not:- Check the URL — confirm it is exactly
https://docs.arc.network/mcpwith no trailing path. - Check network access — the server must be reachable over HTTPS from your machine.
- Restart the client — some tools only detect new MCP servers after a restart or new session.