MongoDB Atlas MCP Server
I’ve just started playing with MCP servers with Claude Desktop.
This MCP server for MongoDB works well: https://github.com/kiliczsh/mcp-mongo-server
In hindsight, this is an obvious one, but if you want to create an MCP Server for a MongoDB Atlas database, then you need to specify the database name (dbname in the example below) within the connection URI. This final piece of the URI is not in the connection string generated and needs to be included:
mongodb+srv://user:password@cluster0.dwdw3.mongodb.net/dbname