MCP Server Couchbase runs on your own machine — the client starts it, so there is no endpoint to ping. 746 installs a week from pypi. Last commit 31 Jul 2026.
Couchbase Model Context Protocol Server to interact with Couchbase clusters
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-couchbase -- uvx couchbase-mcp-server
{
"mcpServers": {
"mcp-server-couchbase": {
"args": [
"couchbase-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-server-couchbase]
command = "uvx"
args = ["couchbase-mcp-server"]
{
"mcpServers": {
"mcp-server-couchbase": {
"args": [
"couchbase-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-server-couchbase": {
"args": [
"couchbase-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.