mcp api doc generator for Cursor
io.github.vpatser1/mcp-api-doc-generator
Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code
client:Cursor
transport:stdio
runtime:npm
Install mcp api doc generator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-api-doc-generator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-api-doc-generator"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs