partsgeek-mcp-server

cozadizzle/partsgeek-mcp-server
★ 0 stars Python Search Updated today
Local MCP server for PartsGeek catalog search and cart-only shipping estimates (no checkout).
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": {
    "partsgeek-mcp-server": {
      "command": "uvx",
      "args": [
        "partsgeek-mcp-server"
      ]
    }
  }
}

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