bee-ai-auth-mcp

klappy/bee-ai-auth-mcp
★ 0 stars TypeScript AI/LLM Updated today
Self-host-first, OAuth-secured MCP server that brings your Bee AI pendant’s conversations to any MCP client — Claude, Cursor, and other agents, on every surface. Encrypted per-user token custody, read-only by default. MIT.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bee-ai-auth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "klappy/bee-ai-auth-mcp"
      ]
    }
  }
}