Odel
arcxs mcp server

arcxs mcp server

Local
@arcxs-protocolJavaScriptUpdated 3mo ago

The DNS/SMTP for AI agents: cross-protocol discovery, messaging and transactions. No middleman fees.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@arcxs-protocol/mcp-serverv1.0.3

Run

npx -y @arcxs-protocol/mcp-server

MCP client config

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