Zap MCP
Rank #25,643io.github.pierre3/zap-mcp
MCP server providing zap-mcp capabilities
Zap MCP is a Model Context Protocol (MCP) server published by pierre3. It ranks #25,643 of 132,113 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Zap MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 106,470 of 132,113 servers on MCP Toplist.
Use Zap MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add zap-mcp -e "ZAP_BASE_URL=<your ZAP_BASE_URL>" -e "ZAP_API_KEY=<your ZAP_API_KEY>" -- dnx dotnet-zap-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zap-mcp]
command = "dnx"
args = ["dotnet-zap-mcp"]
[mcp_servers.zap-mcp.env]
ZAP_BASE_URL = "<your ZAP_BASE_URL>"
ZAP_API_KEY = "<your ZAP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp"
],
"env": {
"ZAP_BASE_URL": "<your ZAP_BASE_URL>",
"ZAP_API_KEY": "<your ZAP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp"
],
"env": {
"ZAP_BASE_URL": "<your ZAP_BASE_URL>",
"ZAP_API_KEY": "<your ZAP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zap-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"dotnet-zap-mcp"
],
"env": {
"ZAP_BASE_URL": "<your ZAP_BASE_URL>",
"ZAP_API_KEY": "<your ZAP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp"
],
"env": {
"ZAP_BASE_URL": "<your ZAP_BASE_URL>",
"ZAP_API_KEY": "<your ZAP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp"
],
"env": {
"ZAP_BASE_URL": "<your ZAP_BASE_URL>",
"ZAP_API_KEY": "<your ZAP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.pierre3%2Fzap-mcp)<a href="https://mcptoplist.com/server/io.github.pierre3%2Fzap-mcp"><img src="https://mcptoplist.com/badge/io.github.pierre3%2Fzap-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pierre3
Other servers by pierre3
View all pierre3 servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.0 | Mar 31, 2026 |
| 1.0.2 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Zap MCP?
- Zap MCP is maintained by pierre3, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Zap MCP listed on the Official MCP Registry?
- Yes — Zap MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Zap MCP have?
- MCP Toplist tracks 3 versions of Zap MCP, most recently published on Mar 31, 2026.
- Where can I find the source code for Zap MCP?
- The source code for Zap MCP is hosted at github.com/pierre3/dotnet-zap-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.