arcxs-mcp-server

ARCXS-Protocol/arcxs-mcp-server
★ 0 stars JavaScript AI/LLM Updated 1mo ago
ARCXS Protocol MCP Server — Universal agent registry, discovery, and cross-protocol messaging for any MCP-compatible AI agent.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arcxs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ARCXS-Protocol/arcxs-mcp-server"
      ]
    }
  }
}