Piranha
Rank #6,000nz.phos/piranha
MCP server providing piranha capabilities
Piranha is a Model Context Protocol (MCP) server published by albermm. It ranks #6,000 of 115,591 servers tracked on MCP Toplist, and its repository has 34 GitHub stars. Piranha is listed on Official MCP, with 4 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Feb 24, 2026.
Ranks ahead of 109,591 of 115,591 servers on MCP Toplist.
Use Piranha
claude mcp add --transport http piranha https://piranha-api.onrender.com/mcp[mcp_servers.piranha]
url = "https://piranha-api.onrender.com/mcp"Add to ~/.codex/config.toml.
https://piranha-api.onrender.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"piranha": {
"url": "https://piranha-api.onrender.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"piranha": {
"type": "http",
"url": "https://piranha-api.onrender.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"piranha": {
"serverUrl": "https://piranha-api.onrender.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"piranha": {
"url": "https://piranha-api.onrender.com/mcp"
}
}
}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/nz.phos%2Fpiranha)<a href="https://mcptoplist.com/server/nz.phos%2Fpiranha"><img src="https://mcptoplist.com/badge/nz.phos%2Fpiranha.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
albermm
Other servers by albermm
View all albermm servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.2 | Feb 24, 2026 |
| 1.0.1 | Feb 19, 2026 |
| 1.0.0 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Piranha?
- Piranha is maintained by albermm, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Piranha listed on the Official MCP Registry?
- Yes — Piranha is listed on the Official MCP Registry.
- How many versions does Piranha have?
- MCP Toplist tracks 4 versions of Piranha, most recently published on Feb 24, 2026.
- Where can I find the source code for Piranha?
- The source code for Piranha is hosted at github.com/albermm/piranha.