mcpbeat Sign in

Dev Proxy Tools MCP Server

by dev-proxy-tools Your server? Claim it
local only

Dev Proxy Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 24 Aug 2026.

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

Installs per day peak 16 · avg 7 · +72% w/w
a month agotoday
40
Installs / week
npm · @devproxy/mcp
4
Stars
1 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/publish.yml:35
      - name: Update package version
        run: npm version ${{ steps.get_version.outputs.version }} --no-git-tag-version --allow-same-version

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

Nothing serious here today

Today is the operative word: we check Dev Proxy Tools every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y @devproxy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@devproxy/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@devproxy/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@devproxy/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@devproxy/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dev Proxy Tools

same job, measured the same way
Hithereiamaliff MCP Nextcloud
by smithery

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

answering
MCP Server Spira
by inflectra

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

141 installs/wk local only
Serpzilla MCP Server
by serpzilla

Enables AI assistants to natively interact with the Serpzilla link-building marketplace.

28 tools answering
Localstack
by giovanemartins

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

30 installs/wk local only
Payfast
by jpbester

MCP server for PayFast — AI assistants interact with South Africa's payment gateway

27 installs/wk local only
Figma MCP Server
by oabolade

MCP server enabling AI assistants to interact with Figma designs via natural language commands

18 installs/wk local only
I
NetScaler Console MCP Server
by citrix

MCP server providing AI assistants the ability to interact with NetScaler environments

local only
Novaposhta
by shopanaio

MCP Server for Nova Poshta API integration with AI assistants

76 installs/wk local only

Dev Proxy Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Dev Proxy Tools?
Dev Proxy Tools 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 @devproxy/mcp was installed 40 times last week.
How do I connect Dev Proxy Tools?
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 @devproxy/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dev Proxy Tools?
The npm package @devproxy/mcp was installed 40 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dev Proxy Tools open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.