python-mcp-server

yossifibrahem/python-mcp-server
★ 0 stars Python 💻 Code/Dev Tools Updated today
An MCP server that lets Claude execute Python code and manage packages in the active Python environment.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "python-mcp-server": {
      "command": "uvx",
      "args": [
        "python-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install python-mcp-server

Topics

automationmcppythonpython-automation