MCP-Couchbase

celticht32/MCP-Couchbase
★ 2 stars Python 🤖 AI/LLM Updated 5d ago
A Python MCP (Model Context Protocol) server exposing the full Couchbase data-plane and admin REST API as tools for AI assistants like Claude.
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": {
    "mcp-couchbase": {
      "command": "uvx",
      "args": [
        "mcp-couchbase"
      ]
    }
  }
}

Or install with pip: pip install mcp-couchbase

README Excerpt

A Python MCP (Model Context Protocol) server exposing the **full Couchbase data-plane and admin REST API** as tools for AI assistants like Claude. --- | Category | Prefix | Count | Covers | |---|---|---|---| | Data plane | `cb_` | 9 | CRUD, N1QL, FTS, ping | | Buckets | `admin_bucket_` | 10 | Create/update/delete/flush/compact/sample |

Tools (12)

CB_BUCKETCB_COLLECTIONCB_CONNECTION_STRINGCB_MGMT_PORTCB_PASSWORDCB_SCOPECB_USERNAMEadmin_bucket_admin_fts_admin_index_admin_xdcr_cb_

Topics

couchbase-servermcp-server