mongodb-mcp-server

VuSnow/mongodb-mcp-server
★ 0 stars Python 🗄️ Database Updated today
A FastMCP-powered MongoDB MCP server written in Python. This repository exposes MongoDB operations as MCP tools, allowing MCP-compatible agents and clients to connect to MongoDB, inspect databases and collections, run controlled queries, and perform database operations through a clean tool interface.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mongodb-mcp-server": {
      "command": "uvx",
      "args": [
        "mongodb-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mongodb-mcp-server