Mcpcap
Rank #8,196ai.mcpcap/mcpcap
MCP server providing mcpcap capabilities
Mcpcap is a Model Context Protocol (MCP) server published by mcpcap. It ranks #8,196 of 115,460 servers tracked on MCP Toplist, and its repository has 51 GitHub stars. Mcpcap is listed across 2 registries — Official MCP and Glama, with 20 tracked versions. It was first listed on Sep 9, 2025 and most recently updated on Mar 17, 2026.
Ranks ahead of 107,264 of 115,460 servers on MCP Toplist.
Use Mcpcap
claude mcp add mcpcap -- uvx mcpcap[mcp_servers.mcpcap]
command = "uvx"
args = ["mcpcap"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcpcap": {
"command": "uvx",
"args": [
"mcpcap"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcpcap": {
"command": "uvx",
"args": [
"mcpcap"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcpcap": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpcap"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcpcap": {
"command": "uvx",
"args": [
"mcpcap"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcpcap": {
"command": "uvx",
"args": [
"mcpcap"
]
}
}
}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/ai.mcpcap%2Fmcpcap)<a href="https://mcptoplist.com/server/ai.mcpcap%2Fmcpcap"><img src="https://mcptoplist.com/badge/ai.mcpcap%2Fmcpcap.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
mcpcap
Available versions (20)
| Version | Published |
|---|---|
| 0.9.6 | Mar 17, 2026 |
| 0.9.2 | Mar 17, 2026 |
| 0.9.1 | Mar 17, 2026 |
| 0.9.0 | Mar 17, 2026 |
| 0.8.0 | Mar 16, 2026 |
| 0.7.0 | Mar 16, 2026 |
| 0.6.4 | Mar 16, 2026 |
| 0.6.0 | Sep 18, 2025 |
| 0.5.10 | Sep 12, 2025 |
| 0.5.9 | Sep 12, 2025 |
| 0.5.8 | Sep 12, 2025 |
| 0.5.7 | Sep 12, 2025 |
| 0.5.6 | Sep 12, 2025 |
| 0.5.5 | Sep 12, 2025 |
| 0.5.4 | Sep 12, 2025 |
| 0.5.3 | Sep 12, 2025 |
| 0.5.2 | Sep 12, 2025 |
| 0.4.4 | Sep 11, 2025 |
| 0.4.3 | Sep 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mcpcap?
- Mcpcap is maintained by mcpcap, which publishes 6 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Mcpcap listed on the Official MCP Registry?
- Yes — Mcpcap is listed on the Official MCP Registry, alongside Glama.
- How many versions does Mcpcap have?
- MCP Toplist tracks 20 versions of Mcpcap, most recently published on Mar 17, 2026.
- Where can I find the source code for Mcpcap?
- The source code for Mcpcap is hosted at github.com/mcpcap/mcpcap.