Skip to content
Cursor

api testing mcp for Cursor

io.github.cocaxcode/api-testing-mcp

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

client:Cursor transport:stdio runtime:npm

Install api testing mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "api-testing-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

api testing mcp in other clients