MongoDB MCP server integration for allowing LLMs to interact directly with MongoDB databases via MCP.
Loading more......
Model Context Protocol server for MongoDB, enabling database operations through MCP.
A community-supported MCP adapter for MongoDB Atlas that maps NoSQL data to the Model Context Protocol, supporting fast, no-code sync with other MCP-enabled tools.
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
The official MCP bridge for Google BigQuery, enabling petabyte-scale analytics and integration with other MCP servers for advanced querying and automation.
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
Description: MongoDB MCP server integration for allowing LLMs to interact directly with MongoDB databases via the Model Context Protocol (MCP). It enables querying, schema inspection, document management, and index operations through natural language interfaces.
Source: https://github.com/QuantGeekDev/mongo-mcp
Category: database-messaging-mcp-servers
Tags: mcp, mongodb, database, integration
find: Query documentslistCollections: List available collectionsinsertOne: Insert a single documentupdateOne: Update a single documentdeleteOne: Delete a single documentcreateIndex: Create an indexdropIndex: Remove an indexindexes: List indexes for a collection