python version for Cursor
io.github.manoharanrajesh/python-version
An MCP server that provides [describe what your server does]
client:Cursor
transport:stdio
runtime:pypi
Install python version in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"python-version": {
"type": "stdio",
"command": "uvx",
"args": [
"transactions-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs