bobbeori-mcp-server

Bobbeori/bobbeori-mcp-server
★ 3 stars Python AI/LLM Updated 1d ago
MCP server for Bobbeori, connecting ChatGPT, Codex, Claude, and external agents to fridge inventory, recipes, shopping, receipts, and calendar tools with OAuth and preview-first write actions.
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": {
    "bobbeori-mcp-server": {
      "command": "uvx",
      "args": [
        "bobbeori-mcp-server"
      ]
    }
  }
}

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