couchdb-mcp-server
@robertoamoreno
About couchdb-mcp-server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"couchdb-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@robertoamoreno/couchdb-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is couchdb-mcp-server?
A TypeScript-based Model Context Protocol server that provides tools for managing CouchDB databases and documents, enabling AI assistants to interact with CouchDB through a simple interface.
How to use couchdb-mcp-server?
Install via Smithery or configure manually for Claude Desktop by adding the server config with COUCHDB_URL and optionally COUCHDB_VERSION environment variables. The server auto-detects the CouchDB version and enables features accordingly. Prerequisites: Node.js 14+ and a running CouchDB instance.
Key features of couchdb-mcp-server
- Create, list, and delete CouchDB databases
- Create, read, and update documents
- Automatically detects create vs update operations
- Create, delete, and list Mango indexes (CouchDB 3.x+)
- Query documents with Mango query syntax
- Robust error handling for common scenarios
Use cases of couchdb-mcp-server
- AI assistants managing CouchDB databases and documents via natural language
- Automating CouchDB schema and document operations in development workflows
- Querying data with Mango queries through conversational interfaces
- Integrating CouchDB data management into MCP-compatible applications
FAQ from couchdb-mcp-server
What CouchDB versions are supported?
All CouchDB versions are supported for basic database and document operations. Mango query features (indexes and queries) are only enabled for CouchDB 3.x+.
How do I configure the server?
Set the COUCHDB_URL environment variable (e.g., http://username:password@localhost:5984). Optionally set COUCHDB_VERSION. You can use a .env file in the project root.
What tools does the server provide?
It provides tools for creating/deleting/listing databases, creating/reading documents, and for CouchDB 3.x+: creating/deleting/list Mango indexes and running Mango queries.
What are the prerequisites?
Node.js 14 or higher and a running CouchDB instance with proper credentials if authentication is enabled.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools in your browser.
Frequently asked questions
What CouchDB versions are supported?
All CouchDB versions are supported for basic database and document operations. Mango query features (indexes and queries) are only enabled for CouchDB 3.x+.
How do I configure the server?
Set the `COUCHDB_URL` environment variable (e.g., `http://username:password@localhost:5984`). Optionally set `COUCHDB_VERSION`. You can use a `.env` file in the project root.
What tools does the server provide?
It provides tools for creating/deleting/listing databases, creating/reading documents, and for CouchDB 3.x+: creating/deleting/list Mango indexes and running Mango queries.
What are the prerequisites?
Node.js 14 or higher and a running CouchDB instance with proper credentials if authentication is enabled.
How can I debug the server?
Use the MCP Inspector by running `npm run inspector`, which provides a URL to access debugging tools in your browser.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mlops
visengerA curated list of references for MLOps

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Blender
ahujasidOpen-source MCP to use Blender with any LLM

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Comments