A Python MCP (Model Context Protocol) server exposing the full Couchbase data-plane and admin REST API as tools for AI assistants like Claude.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-couchbase uvx mcp-couchbase
Add to .cursor/mcp.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