PluginBench
MCP Server
Maintained
MIT

io.github.cocaxcode/api-testing-mcp MCP Server

io.github.cocaxcode/api-testing-mcp

What is the io.github.cocaxcode/api-testing-mcp MCP server?

MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.

How to install io.github.cocaxcode/api-testing-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "api-testing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "api-testing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "api-testing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "api-testing-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add api-testing-mcp -- npx -y @cocaxcode/api-testing-mcp

Related MCP servers

Scan, export, and import your AI ecosystem. Discover MCP servers, skills, and memories.

1
TypeScript
MIT
View repository →

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

1
TypeScript
MIT
View repository →

MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows.

1
TypeScript
MIT
View repository →

Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders.

1
TypeScript
MIT
View repository →