MCP.so
Sign In

πŸ—„οΈ Couchbase MCP Server for LLMs

@MCP-Mirror

About πŸ—„οΈ Couchbase MCP Server for LLMs

Mirror of

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Aniket310101_MCP-Server-Couchbase": {
      "command": "npx",
      "args": [
        "-y",
        "@couchbasedatabase/couchbase-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is πŸ—„οΈ Couchbase MCP Server for LLMs?

It is a Model Context Protocol (MCP) server that enables LLMs to interact directly with Couchbase databases on Capella clusters. Users can query buckets, perform CRUD operations, execute N1QL queries, and manage data seamlessly through natural language.

How to use πŸ—„οΈ Couchbase MCP Server for LLMs?

Install the server via NPX (npx -y @couchbasedatabase/couchbase-mcp) or clone and build manually. Configure it in the Claude Desktop config file with environment variables for the Couchbase connection string, bucket, username, and password. After restarting Claude Desktop, the server’s tools become available in conversations.

Key features of πŸ—„οΈ Couchbase MCP Server for LLMs

  • Execute N1QL queries via natural language
  • List, create, and delete buckets, scopes, and collections
  • Create, read, update, and delete documents individually or in bulk
  • Manage indexes (create primary, create, list, drop)
  • All tools support optional collection and scope parameters

Use cases of πŸ—„οΈ Couchbase MCP Server for LLMs

  • Query Couchbase databases using natural language in Claude Desktop
  • Create and organize document structures (scopes, collections) through chat
  • Perform CRUD operations on documents without writing N1QL manually
  • Bulk-insert multiple documents in a single command

FAQ from πŸ—„οΈ Couchbase MCP Server for LLMs

What are the prerequisites for using the Couchbase MCP Server for LLMs?

You need Node.js 16 or higher, a running Couchbase instance on Capella, and the Claude Desktop application.

How do I install the Couchbase MCP Server for LLMs?

The recommended method is via NPX: run npx -y @couchbasedatabase/couchbase-mcp. Alternatively, you can clone the GitHub repository and build manually.

How do I configure the Couchbase MCP Server for LLMs with Claude Desktop?

Add an entry to your Claude Desktop config file with the server command and environment variables for COUCHBASE_URL, COUCHBASE_BUCKET, COUCHBASE_USERNAME, and COUCHBASE_PASSWORD.

What operations are supported?

The server supports N1QL queries, bucket listing, scope and collection management, single and bulk CRUD operations on documents, and index management (create primary, create, list, drop).

How should I handle security when using this server?

Always use environment variables for sensitive credentials. For production deployments, consider running behind a reverse proxy and implementing appropriate access controls and authentication.

Comments

More Other MCP servers