python-mcp-server

RKPisupati/python-mcp-server
★ 0 stars Python Memory/Knowledge Updated 2d ago
A simple Python MCP server is one of the best ways to understand the Model Context Protocol.
View on GitHub → 🔍 Audit Wallet Slippage →

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