MCP Advisor
Rank #25,877io.github.stucchi/mcp-advisor
MCP server providing advisor capabilities
MCP Advisor is a Model Context Protocol (MCP) server published by stucchi. It ranks #25,877 of 115,591 servers tracked on MCP Toplist. MCP Advisor is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Feb 22, 2026 and most recently updated on Feb 25, 2026.
Ranks ahead of 89,714 of 115,591 servers on MCP Toplist.
Use MCP Advisor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-advisor -- uvx mcp-advisor[mcp_servers.mcp-advisor]
command = "uvx"
args = ["mcp-advisor"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-advisor": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-advisor": {
"command": "uvx",
"args": [
"mcp-advisor"
]
}
}
}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.stucchi%2Fmcp-advisor)<a href="https://mcptoplist.com/server/io.github.stucchi%2Fmcp-advisor"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Fmcp-advisor.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
stucchi
Other servers by stucchi
- Db#18,017 · 12 vers
- Trello#21,023 · 8 vers
- Domain Check#35,347 · 4 vers
- Italy Opendata#38,647 · 3 vers
- Nexi Xpay#38,648 · 3 vers
- Google Analytics#43,436 · 2 vers
- Telnyx#44,428 · 2 vers
Available versions (9)
| Version | Published |
|---|---|
| 1.0.0 | Feb 25, 2026 |
| 0.2.5 | Feb 24, 2026 |
| 0.2.4 | Feb 24, 2026 |
| 0.2.3 | Feb 23, 2026 |
| 0.2.2 | Feb 23, 2026 |
| 0.2.1 | Feb 23, 2026 |
| 0.2.0 | Feb 23, 2026 |
| 0.1.1 | Feb 22, 2026 |
| 0.1.0 | Feb 22, 2026 |
Frequently asked questions
- Who maintains MCP Advisor?
- MCP Advisor is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is MCP Advisor listed on the Official MCP Registry?
- Yes — MCP Advisor is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Advisor have?
- MCP Toplist tracks 9 versions of MCP Advisor, most recently published on Feb 25, 2026.
- Where can I find the source code for MCP Advisor?
- The source code for MCP Advisor is hosted at github.com/stucchi/mcp-advisor.