loading…
Search for a command to run...
loading…
A Model Context Protocol Server for MongoDB
A Model Context Protocol Server for MongoDB
smithery badge
Verified on MseeP
A Model Context Protocol server that enables LLMs to interact with MongoDB databases. This server provides capabilities for inspecting collection schemas and executing MongoDB operations through a standardized interface.
MCP MongoDB Server Demo | Claude Desktop
npx -y mcp-mongo-server mongodb://localhost:27017/database
# Start server with MongoDB URI
npx -y mcp-mongo-server mongodb://muhammed:kilic@localhost:27017/database
# Connect in read-only mode
npx -y mcp-mongo-server mongodb://muhammed:kilic@localhost:27017/database --read-only
| Variable | Description |
|---|---|
MCP_MONGODB_URI |
MongoDB connection URI |
MCP_MONGODB_READONLY |
Enable read-only mode ("true") |
MIT - see LICENSE for details.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"kiliczsh-mcp-mongo-server": {
"command": "npx",
"args": []
}
}
}Query your database in natural language
Read-only database access with schema inspection.
Interact with Redis key-value stores.
Database interaction and business intelligence capabilities.