MCP server for Arc Testnet - gives Claude Code direct access to blockchain data, ERC-8004 agents and ERC-8183 jobs
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arc-mcp-server": {
"command": "npx",
"args": [
"-y",
"consumeobeydie/arc-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add arc-mcp-server npx -y consumeobeydie/arc-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"arc-mcp-server": {
"command": "npx",
"args": [
"-y",
"consumeobeydie/arc-mcp-server"
]
}
}
}