Back to MCP Servers
Server Couchbase
Couchbase MCP server provides unfied access to both Capella cloud and self-managed clusters for document operations, SQL++ queries and natural language data analysis.
databases
Installation
npx -y mcp-server-couchbaseConfiguration
{
"mcpServers": {
"mcp-server-couchbase": {
"command": "npx",
"args": ["-y", "mcp-server-couchbase"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes