GP-200-MCP-Server

beunprogrammeur/GP-200-MCP-Server
★ 0 stars Python AI/LLM Updated 7d ago
An MCP server that allows your Valeton GP-200 (LT/JR) pedal to be controlled by an LLM
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": {
    "gp-200-mcp-server": {
      "command": "uvx",
      "args": [
        "gp-200-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gp-200-mcp-server