Couchbase (uvx) MCP Server
CommunityContributed by Couchbase
Interact with Couchbase clusters. Explore buckets, scopes, and collections, run SQL++ queries, perform document CRUD, and manage indexes through natural language.
About the Couchbase (uvx) MCP Server
The Couchbase (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with Couchbase clusters. Explore buckets, scopes, and collections, run SQL++ queries, perform document CRUD, and manage indexes through natural language. This is a community-contributed MCP server by Couchbase.
Install the Couchbase (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"couchbase-mcp-server"
],
"env": {
"CB_CONNECTION_STRING": "${input:CB_CONNECTION_STRING}",
"CB_USERNAME": "${input:CB_USERNAME}",
"CB_PASSWORD": "${input:CB_PASSWORD}"
},
"metadata": {
"inputs": [
{
"id": "CB_CONNECTION_STRING",
"label": "Connection String",
"description": "Connection string to the Couchbase cluster. Use the couchbases:// scheme for TLS (required for Capella).",
"type": "text",
"required": true,
"secret": false,
"placeholder": "couchbases://cb.xxxx.cloud.couchbase.com",
"obtain": {
"url": "https://cloud.couchbase.com/",
"instructions": "1. Sign in to Couchbase Capella\n2. Open your cluster\n3. Go to Connect\n4. Copy the connection string (couchbases://...)",
"button_label": "Open Capella"
}
},
{
"id": "CB_USERNAME",
"label": "Username",
"description": "Database access username with access to the required buckets (basic authentication).",
"type": "text",
"required": true,
"secret": false,
"placeholder": "username"
},
{
"id": "CB_PASSWORD",
"label": "Password",
"description": "Password for basic authentication.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "****************"
}
]
}
}Categories
Tags
Supported AI Clients
The Couchbase (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Install Couchbase (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.