Back to MCP Servers
Mongodb Atlas
A Model Context Protocol (MCP) that provides access to the MongoDB Atlas API. This server wraps the `mongodb-atlas-api-client` package to expose MongoDB Atlas functionality through MCP tools.
databasesgomongodbapi
By montumodi
Installation
npx -y mongodb-atlas-mcp-serverConfiguration
{
"mcpServers": {
"mongodb-atlas-mcp-server": {
"command": "npx",
"args": ["-y", "mongodb-atlas-mcp-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