mongo-mcp
DatabaseMongoDB MCP server enabling LLMs to query collections, inspect schemas, and manage data through natural language.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mongo-mcp": {
"command": "npx",
"args": [
"-y",
"mongo-mcp"
]
}
}
}