Odel
arena

arena

Local
@dravensoft-dev2TypeScriptMITUpdated Today

Arena by Dravensoft over MCP: the router, the references and every component document.

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@dravensoft/arena-mcpv11.0.2

Run

npx -y @dravensoft/arena-mcp

MCP client config

{
  "mcpServers": {
    "arena": {
      "command": "npx",
      "args": [
        "-y",
        "@dravensoft/arena-mcp"
      ]
    }
  }
}