pizza4ps_mcp_server

aidiotlabs/pizza4ps_mcp_server
★ 0 stars Python 📦 Other Updated 7d ago
MCP Server for Pizza For P's
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": {
    "pizza4ps_mcp_server": {
      "command": "uvx",
      "args": [
        "pizza4ps-mcp-server"
      ]
    }
  }
}

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