python version for Claude Desktop
io.github.manoharanrajesh/python-version
An MCP server that provides [describe what your server does]
client:Claude Desktop
transport:stdio
runtime:pypi
Install python version in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs