Language: 日本語English

mongodb Plugin

Category
Database
Topics
Databases & Storage · AI Agents & AI App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

This is the official MongoDB plugin for Claude, combining the MongoDB MCP Server with a set of agent skills. According to the MongoDB homepage, the MCP Server lets AI clients interact with MongoDB data and deployments using natural language, working with MongoDB Atlas, Atlas Local, Community Edition, and Enterprise Advanced. The README states the plugin can be installed in Claude via '/plugin install mongodb' and requires authentication configuration, which can be guided by the 'mongodb-mcp-setup' skill. Per the homepage, typical use cases include data exploration, database operations, database management, code generation, and performance optimization.

Overview

The MongoDB MCP Server is MongoDB's official implementation of the Model Context Protocol (MCP), an open standard from Anthropic for connecting LLMs to external resources. It exposes a set of tools that let an AI client (MCP Host) query, manage, and analyze MongoDB deployments, and it works with MongoDB Atlas, Atlas Local, Community Edition, and Enterprise Advanced, per the MongoDB homepage.

What you can do with mongodb

  • Explore and explain database schema and relationships (e.g., describe fields in a collection)
  • Perform database operations such as creating, reading, updating, and deleting data in MongoDB collections
  • Carry out database management tasks like creating cluster resources or managing database users
  • Generate MongoDB queries and application code based on described data needs
  • Analyze query performance and get index or schema improvement recommendations via the Performance Advisor
  • Install the plugin in Claude via '/plugin install mongodb' and configure authentication using the 'mongodb-mcp-setup' skill, per the README

Sources

Original description (English)

Official Claude plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.

History of mongodb

Back to list