python-sdk-to-mcp-converter

sarptandoven/python-sdk-to-mcp-converter
★ 0 stars Python 📦 Other Updated 8d ago
converts any python sdk into an mcp server. discovers methods automatically, generates json schemas, exposes via mcp protocol.
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-sdk-to-mcp-co": {
      "command": "uvx",
      "args": [
        "python-sdk-to-mcp-converter"
      ]
    }
  }
}

Or install with pip: pip install python-sdk-to-mcp-converter