Back to MCP Servers
Mongo
A Model Context Protocol Server for MongoDB
databasesgomongodb
By kiliczsh
Installation
npx -y mcp-mongo-serverConfiguration
{
"mcpServers": {
"mcp-mongo-server": {
"command": "npx",
"args": ["-y", "mcp-mongo-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes