About
Overview
The Couchbase MCP Server enables AI agents to interact with Couchbase Server. It supports N1QL queries, key-value operations, full-text search, and analytics queries. Ideal for applications requiring flexible data modeling with JSON documents and strong consistency.
Capabilities
Tools & Capabilities
⚡query
Execute a N1QL query against Couchbase
⚡get
Get a document by its key
⚡upsert
Insert or update a document
⚡list_buckets
List all buckets in the cluster
⚡search
Perform a full-text search query
Setup
Installation
bash
Install
npx -y @couchbase/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"couchbase": {
"command": "npx",
"args": ["-y", "@couchbase/mcp-server"],
"env": {
"COUCHBASE_URL": "couchbase://localhost",
"COUCHBASE_USER": "admin",
"COUCHBASE_PASSWORD": "password"
}
}
}
}Quick Info
Authorcouchbase
LanguageTypeScript
StatusBeta
Stars★ 75
Last UpdatedFeb 12, 2026