The MongoDB MCP Server provides LLM-based access to MongoDB databases by exposing tools for querying, inserting, updating, and deleting documents through the Model Context Protocol. It enables AI assistants to interact with MongoDB instances by accepting a connection string and offering read-only or read-write operations depending on configuration. This server solves the problem of integrating database operations into AI workflows by allowing language models to perform structured data manipulation without direct code execution.
claude mcp add --transport stdio mongodb-js-mongodb-mcp-server uvx mongodb-mcp-server