Catalog
Python Version
Officialby manoharanRajesh
An MCP server that provides [describe what your server does]
Provide Python version information and compatibility data.
README not available yet.
Install
Configuration
Environment variables
YOUR_API_KEYrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}