api test mcp for Cursor
io.github.thisis-najeeb/api-test-mcp
Call the real API and check the response against your OpenAPI spec.
client:Cursor
transport:stdio
runtime:npm
Install api test mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"api-test-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"api-test-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs