Data & APIs
Couchbase MCP
Couchbase MCP connects your AI assistant to Couchbase databases. Run N1QL queries, manage documents, explore bucket schemas, and perform full-text search. Supports both Couchbase Capella (cloud) and self-managed clusters with comprehensive data analysis capabilities.
Stars
650
Installs
12.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 650 · catalog
- Freshness: Updated 2026-01-18
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: COUCHBASE_CONNECTION_STRING
- · Environment: COUCHBASE_USERNAME
- · Environment: COUCHBASE_PASSWORD
- · Python 3 + pip
Reference command
{
"mcpServers": {
"couchbase": {
"command": "python",
"args": ["-m", "mcp_server_couchbase"],
"env": {
"COUCHBASE_CONNECTION_STRING": "couchbase://localhost",
"COUCHBASE_USERNAME": "<your-username>",
"COUCHBASE_PASSWORD": "<your-password>"
}
}
}
}