Skip to content
Cursor

api tester for Cursor

io.github.ryudi84/api-tester

MCP server for API testing: HTTP requests, cURL generation, health checks.

client:Cursor transport:stdio runtime:npm

Install api tester in Cursor

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

{
  "mcpServers": {
    "api-tester": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sovereign-api-tester-mcp"
      ]
    }
  }
}

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

api tester in other clients