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-couchbase

Configuration

{
  "mcpServers": {
    "mcp-server-couchbase": {
      "command": "npx",
      "args": ["-y", "mcp-server-couchbase"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub