nextrole mcp proxy for Cursor
io.github.bats64mgutsi/nextrole-mcp-proxy
MCP proxy server for NextRole CV tailoring services
client:Cursor
transport:stdio
runtime:npm
Install nextrole mcp proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nextrole-mcp-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nextrole-mcp-proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs