PluginBench
MCP Server

DevTool MCP MCP Server

io.github.standardbeagle/devtool-mcp

What is the DevTool MCP MCP server?

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

How to install DevTool MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/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"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "devtool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "devtool-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add devtool-mcp -- npx -y @standardbeagle/devtool-mcp

Related MCP servers

Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot

View repository →

Debug and develop MCP servers with hot-swapping, session recording, and playback testing

View repository →