Devtool MCP
Rank #1,754io.github.standardbeagle/devtool-mcp
MCP server providing devtool-mcp capabilities
Devtool MCP is a Model Context Protocol (MCP) server published by standardbeagle. It ranks #1,754 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Devtool MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 6, 2025 and most recently updated on Dec 8, 2025.
Ranks ahead of 113,706 of 115,460 servers on MCP Toplist.
Use Devtool MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add devtool-mcp -- npx -y @standardbeagle/devtool-mcpclaude mcp add devtool-mcp -- uvx devtool-mcp[mcp_servers.devtool-mcp]
command = "npx"
args = ["-y", "@standardbeagle/devtool-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.devtool-mcp]
command = "uvx"
args = ["devtool-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"devtool-mcp": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"devtool-mcp": {
"command": "uvx",
"args": [
"devtool-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"devtool-mcp": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"devtool-mcp": {
"command": "uvx",
"args": [
"devtool-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"devtool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"devtool-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"devtool-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"devtool-mcp": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devtool-mcp": {
"command": "uvx",
"args": [
"devtool-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devtool-mcp": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/devtool-mcp"
]
}
}
}{
"mcpServers": {
"devtool-mcp": {
"command": "uvx",
"args": [
"devtool-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.standardbeagle%2Fdevtool-mcp)<a href="https://mcptoplist.com/server/io.github.standardbeagle%2Fdevtool-mcp"><img src="https://mcptoplist.com/badge/io.github.standardbeagle%2Fdevtool-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
standardbeagle
Other servers by standardbeagle
- slop-mcp#12,885 · 7 vers
- MCP Clipboard Server#18,574
- Dart Query#19,629 · 2 vers
- Brummer MCP Server#34,973 · 1 ver
- MCP Debug#35,177 · 3 vers
- figma-query#50,626 · 1 ver
- Harvest MCP Server#72,701
- image-mcp#102,937
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Dec 8, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Devtool MCP?
- Devtool MCP is maintained by standardbeagle, which publishes 9 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Devtool MCP listed on the Official MCP Registry?
- Yes — Devtool MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Devtool MCP have?
- MCP Toplist tracks 2 versions of Devtool MCP, most recently published on Dec 8, 2025.
- Where can I find the source code for Devtool MCP?
- The source code for Devtool MCP is hosted at github.com/standardbeagle/devtool-mcp.