Odel
mcp

mcp

Local
@dev-proxy-tools4TypeScriptMITUpdated 2w ago

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

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@devproxy/mcpv0.3.1

Run

npx -y @devproxy/mcp

MCP client config

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