Odel
mcp server

mcp server

Local
@vertaauxMITUpdated 2mo ago

Autonomous UX and a11y audit, fix, and verify loop. 38 tools, framework-aware patches.

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@vertaaux/mcp-serverv1.2.2

Run

npx -y @vertaaux/mcp-server

MCP client config

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