← Index

DevTool MCP

io.github.standardbeagle/devtool-mcp·v0.3.1·Other
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "devtool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "devtool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @standardbeagle/devtool-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "devtool-mcp": {
      "command": "uvx",
      "args": [
        "devtool-mcp"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
16
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other