Api Testing MCP
Rank #19,358io.github.cocaxcode/api-testing-mcp
MCP server providing api-testing-mcp capabilities
Api Testing MCP is a Model Context Protocol (MCP) server published by cocaxcode. It ranks #19,358 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Api Testing MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 96,102 of 115,460 servers on MCP Toplist.
Use Api Testing MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add api-testing-mcp -- npx -y @cocaxcode/api-testing-mcp[mcp_servers.api-testing-mcp]
command = "npx"
args = ["-y", "@cocaxcode/api-testing-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"api-testing-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/api-testing-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"api-testing-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/api-testing-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"api-testing-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cocaxcode/api-testing-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"api-testing-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/api-testing-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"api-testing-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/api-testing-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/io.github.cocaxcode%2Fapi-testing-mcp)<a href="https://mcptoplist.com/server/io.github.cocaxcode%2Fapi-testing-mcp"><img src="https://mcptoplist.com/badge/io.github.cocaxcode%2Fapi-testing-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
cocaxcode
Other servers by cocaxcode
- Database MCP#18,611 · 3 vers
- Ai Context Inspector#39,082 · 3 vers
- Devflow MCP#43,503 · 2 vers
- Logbook MCP#43,504 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.11.12 | Mar 25, 2026 |
| 0.11.5 | Mar 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Api Testing MCP?
- Api Testing MCP is maintained by cocaxcode, which publishes 5 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Api Testing MCP listed on the Official MCP Registry?
- Yes — Api Testing MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Api Testing MCP have?
- MCP Toplist tracks 3 versions of Api Testing MCP, most recently published on Mar 25, 2026.
- Where can I find the source code for Api Testing MCP?
- The source code for Api Testing MCP is hosted at github.com/cocaxcode/api-testing-mcp.