Skip to content
Cursor

DevTool MCP for Cursor

io.github.standardbeagle/devtool-mcp

Development tooling MCP server with process management, proxy, and frontend diagnostics

client:Cursor transport:stdio runtime:npm

Install DevTool MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "devtool-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

DevTool MCP in other clients