Allows interaction with MongoDB collections and documents through standardized MCP requests, supporting operations like listing collections, reading documents with filtering, and executing structured queries.
This server implements a Model Context Protocol (MCP) interface for MongoDB, allowing interaction with MongoDB collections and documents through standardized MCP requests.
mongodb://
URI schememongodb://collection-name
URI formatlogs/server.log
MONGODB_URI
)@modelcontextprotocol/sdk
version 1.10.2collection
: Name of collection to queryfilter
: MongoDB query filter (optional)projection
: Fields to include/exclude (optional)limit
: Maximum number of documents to return (default 100)The server provides access to MongoDB collections as resources:
mongodb://
)
To use this server with Claude Desktop, add the following to your claude_desktop_config.json
:
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!