MCP server for ADI Chain: canonical bridge, CCIP, and ERC-8004 tools for AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"adi-mcp-server": {
"command": "npx",
"args": [
"-y",
"idea404/adi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add adi-mcp-server npx -y idea404/adi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"adi-mcp-server": {
"command": "npx",
"args": [
"-y",
"idea404/adi-mcp-server"
]
}
}
}