Interact directly with Couchbase databases on Capella clusters. Query buckets, perform CRUD operations, execute N1QL que...
Created byApr 23, 2025
Couchbase MCP Server for LLMs
A Model Context Protocol (MCP) server that enables LLMs to interact directly with Couchbase databases on Capella clusters. Query buckets, perform CRUD operations, execute N1QL queries, and manage data seamlessly through natural language.
Quick Start
**Prerequisites**
- Node.js 16 or higher
- A running Couchbase instance on Capella
- Claude Desktop application
**Installation**
Couchbase MCP Server can be installed in two ways:
### Option 1: Using NPX (Recommended)
The quickest way to get started is using NPX:
```bash
npx -y @couchbasedatabase/couchbase-mcp
```
### Option 2: Manual Installation
If you prefer to clone and run the project manually:
```bash
# Clone the repository
git clone https://github.com/Aniket310101/MCP-Server-Couchbase.git
cd MCP-Server-Couchbase
# Install dependencies
npm install
# Build the project
npm run build
```