mongodb-mcp-that-works

sourabhfb/mongodb-mcp-that-works

3.2

If you are the rightful owner of mongodb-mcp-that-works and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A reliable MongoDB MCP server that provides seamless MongoDB integration for Claude Desktop with built-in schema discovery and field validation.

Tools

Functions exposed to the LLM to take actions

listCollections

List all collections in the database.

find

Find documents in a collection with filtering, sorting, and pagination.

findOne

Find a single document.

aggregate

Run aggregation pipelines.

count

Count documents matching a filter.

distinct

Get distinct values for a field.

insertOne

Insert a single document.

updateOne

Update a single document.

deleteOne

Delete a single document.

getSchema

Analyze collection structure and discover field names.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources