couchbase-mcp-server

nethanchowdary/couchbase-mcp-server
★ 0 stars Python AI/LLM Updated today
Couchbase MCP Server with 24 MCP tools that lets AI assistants (Cursor, Claude Code, Codex, etc.) talk to Couchbase clusters through the Model Context Protocol.
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": {
    "couchbase-mcp-server": {
      "command": "uvx",
      "args": [
        "couchbase-mcp-server"
      ]
    }
  }
}

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