mcpbeat Sign in

DevTool MCP Server

local only

DevTool MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 100 installs a week from pypi. Last commit 17 Sep 2026.

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

Installs per day peak 12 · avg 5 · +44% w/w
a month agotoday
100
Installs / week
npm · @standardbeagle/devtool-mcp
21
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Go

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository standardbeagle/devtool-mcp
пакет @standardbeagle/devtool-mcp ссылается на standardbeagle/agnt

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add devtool-mcp -- npx -y @standardbeagle/devtool-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "devtool-mcp": {
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.devtool-mcp]
command = "npx"
args = ["-y", "@standardbeagle/devtool-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "devtool-mcp": {
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "devtool-mcp": {
      "args": [
        "-y",
        "@standardbeagle/devtool-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to DevTool MCP

same job, measured the same way
Tomcat
by sarath-451

Local MCP server for AI-assisted Apache Tomcat management and diagnostics

31 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
I
JxBrowser MCP Server
by teamdev-ip

MCP server to assist with JxBrowser development.

2 tools answering
Windows Management
by ahmedlaminou

Local Windows management, diagnostics, security, cleanup, and optimization MCP server.

94 installs/wk local only
.NET MCP Server
by jongalloway

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

local only
Svelte MCP
by svelte

The official Svelte MCP server providing docs and autofixing tools for Svelte development

26 558 installs/wk 4 tools answering
I
R Packagedev MCP
by b0ydt

MCP server for R package development using usethis, devtools, renv, and testthat

42 installs/wk local only
Wechat Devtools
by watertian

MCP Server for WeChat DevTools CLI - Automate Mini Program development & testing.

local only

DevTool MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DevTool MCP?
DevTool MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @standardbeagle/devtool-mcp was installed 100 times last week.
How do I connect DevTool MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @standardbeagle/devtool-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DevTool MCP?
The npm package @standardbeagle/devtool-mcp was installed 100 times in the last week. Week over week that is +44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DevTool MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 21 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.