🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-advisor

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-advisor

MCP server to browse, search, and discover MCP servers from the MCP Advisor registry

pipPyPI
Version
2.0.0
Weekly downloads
108
Maintainers
1

MCP Advisor

MCP Advisor

An MCP server that lets your AI assistant browse, search, and discover MCP servers from the MCP Advisor registry.

The registry data is a static snapshot of the official MCP registry, refreshed regularly and published to the web. All search and lookup runs locally in the package — there is no account, no tracking, and no backend to depend on.

Installation

# Run directly (recommended)
uvx mcp-advisor

# Or install globally
pip install mcp-advisor

Usage

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "uvx",
      "args": ["mcp-advisor"]
    }
  }
}

With Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "uvx",
      "args": ["mcp-advisor"]
    }
  }
}

Standalone

uvx mcp-advisor                              # stdio transport (default)
uvx mcp-advisor --transport sse              # SSE transport
uvx mcp-advisor --data-url http://localhost:8000   # custom snapshot source (or a local dir)

Tools

ToolDescription
search_serversSearch MCP servers with filters (query, transport, registry type, tag, sort)
get_server_detailsGet full details about a specific server
get_install_instructionsGet install config for Claude Desktop, Cursor, opencode, or generic
get_trending_serversGet trending servers by GitHub stars and recent activity
get_registry_statsGet registry statistics
browse_tagsList all tags with server counts

License

MIT - Luca Stucchi

Keywords

advisor

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts