SimBrief-MCPServer

Emanuele94/SimBrief-MCPServer
★ 1 stars Python AI/LLM Updated 8d ago
Query SimBrief with your 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": {
    "simbrief-mcpserver": {
      "command": "uvx",
      "args": [
        "simbrief-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install simbrief-mcpserver