Connect the Moca Network documentation MCP server to your IDE or AI assistant for real-time access to AIR Kit documentation, API references, and code examples. When you connect the MCP server, AI assistants can search the documentation directly to help you build faster and more accurately.
Connect the Moca Network documentation MCP server to your preferred AI tool:
Claude
Claude Code
Cursor
VS Code
Get your MCP server URL
Your MCP server URL is: https://docs.moca.network/mcp
Add the Moca Network MCP server to Claude
- Navigate to the Connectors page in the Claude settings.
- Select Add custom connector.
- Add the Moca Network MCP server:
- Name:
MocaNetwork
- URL:
https://docs.moca.network/mcp
- Select Add.
Access the MCP server in your chat
- When using Claude, select the attachments button (the plus icon).
- Select the MocaNetwork MCP server.
- Ask Claude a question about Moca Network or AIR Kit.
See the Model Context Protocol documentation for more details.Get your MCP server URL
Your MCP server URL is: https://docs.moca.network/mcp
Add the MCP server to Claude Code
Run the following command:claude mcp add --transport http MocaNetwork https://docs.moca.network/mcp
Test the connection
Verify the connection by running: See the Claude Code documentation for more details.Get your MCP server URL
Your MCP server URL is: https://docs.moca.network/mcp
Open MCP settings
- Use Command + Shift + P (Ctrl + Shift + P on Windows) to open the command palette.
- Search for “Open MCP settings”.
- Select Add custom MCP. This opens the
mcp.json file.
Configure the Moca Network MCP server
In mcp.json, add:{
"mcpServers": {
"MocaNetwork": {
"url": "https://docs.moca.network/mcp"
}
}
}
Test the connection
In Cursor’s chat, ask “What tools do you have available?” Cursor should show the MocaNetwork MCP server as an available tool.
See the Cursor documentation for more details.Get your MCP server URL
Your MCP server URL is: https://docs.moca.network/mcp
Create MCP configuration
Create a .vscode/mcp.json file in your project root.
Configure the Moca Network MCP server
In .vscode/mcp.json, add:{
"servers": {
"MocaNetwork": {
"type": "http",
"url": "https://docs.moca.network/mcp"
}
}
}
See the VS Code documentation for more details.
You can also use the contextual menu on any page of the documentation to copy the MCP server URL or install it directly into Cursor or VS Code.