mcpbeat Sign in

Checkmcp MCP Server

local only

Checkmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 106 installs a week from pypi. Last commit 11 Aug 2026.

Audit any MCP server's security & quality — OWASP MCP Top 10 + explainable 0-100 MCP Score

Installs per day peak 262 · avg 28 · -5% w/w
a month agotoday
106
Installs / week
pypi · audit-mcp
0
Stars
0 open issues
11 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

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.

Runs an external command bench.py:74, bench_agentic.py:53
                out = subprocess.run(

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

Alternatives to Checkmcp

same job, measured the same way
mcp-scan
by codingselim

Passive security scanner: audits MCP servers against the OWASP MCP Top 10, graded A-F.

82 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
Checker MCP
by oksigenia

Domain security & privacy checker as an MCP server. 17 live checks, 0-100 score, local-first.

50 installs/wk local only
Mcpcheck
by joeyough

Scan any MCP server for tool-poisoning, security, auth & license. Trust score before install.

2 tools answering
MCP Code Review Server
by goodjobwilliam

Code review as an MCP server — structured reviews with OWASP security scanning.

122 installs/wk local only
MySQL (security-first)
by kurok1

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

local only
Security Mcp
by varvararatta

MCP server for Security

answering
Tubemind Secure MCP
by dewtech-technologies

Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls.

31 installs/wk local only

Checkmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Checkmcp?
Checkmcp 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 pypi package audit-mcp was installed 106 times last week.
How do I connect Checkmcp?
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 audit-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Checkmcp?
The pypi package audit-mcp was installed 106 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Checkmcp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.