aisuite-mcp-server

Davidver1/aisuite-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
MCP server exposing aisuite's multi-provider chat completions as a single tool for eg. Claude Cowork.
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": {
    "aisuite-mcp-server": {
      "command": "uvx",
      "args": [
        "aisuite-mcp-server"
      ]
    }
  }
}

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