mcpbeat Sign in

MCP Advisor MCP Server

local only

MCP Advisor runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from pypi. Last commit 2 Jul 2026.

Browse, search, and discover MCP servers from your AI assistant

Installs per day peak 74 · avg 23 · -30% w/w
a month agotoday
128
Installs / week
pypi · mcp-advisor
0
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 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.

Touches key and credential files [пакет] .mcp.json:31
        "SSH_KEY": "~/.ssh/lucastucchi_rsa"

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

Alternatives to MCP Advisor

same job, measured the same way
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only
Open MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

79 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Tailscale MCP Server
by yawlabs

Tailscale MCP server for managing your tailnet from AI assistants

1 462 installs/wk local only
Messages
by cardmagic

Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server

42 installs/wk local only
Laravel Forge
by usefulapi

Manage Laravel Forge servers, sites, and deployments from your AI assistant.

17 tools answering
Designvault
by designvault

Search, browse and manage your DesignVault design-asset library from any MCP client.

37 installs/wk local only
Maxmind Minfraud
by usefulapi

MCP server for MaxMind minFraud — score transactions for fraud risk from your AI assistant.

4 tools answering

MCP Advisor — questions

Answers built from our own checks of this server.

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