Use the official MongoDB Skills with your favorite coding agent to build faster.
8 chapters · 46 minutes · 10,153 words
npx skills add mongodb/agent-skills/plugin marketplace add mongodb/agent-skillsTypeset in this issue’s own colours, resolved from the awesome-design-md registry.
Collection of official MongoDB agent skills for use in agentic workflows. For more information, refer to the MongoDB Agent Skills documentation (opens in a new tab).
This README covers the mongodb-atlas plugin, which connects your agent to the MongoDB-hosted Atlas MCP server over HTTP using OAuth. It bundles the official MongoDB agent skills for writing queries, designing schemas, optimizing queries, using Atlas Search and Vector Search, and more.
Connecting to MongoDB Community or Enterprise Advanced? For self-managed deployments, use the
mongodbplugin instead — it runs the MongoDB MCP server locally and connects to your own deployment. See Community & Enterprise Advanced setup (opens in a new tab) for installation and configuration instructions.
The mongodb-atlas plugin is available on Claude, Cursor, Codex, GitHub Copilot (CLI and VS Code), and Grok.
Install mongodb-atlas from the Claude marketplace (opens in a new tab), or run the following command from a Claude session:
Install the plugin:
/plugin install mongodb-atlasFollow the prompts to complete the installation, then run /reload-plugins to activate it.
Install mongodb-atlas from the Cursor marketplace (opens in a new tab), or run the following command from a Cursor session:
Install the plugin:
/add-plugin mongodb-atlasFollow the prompts to complete the installation.
Open the plugins browser:
/pluginsFind the mongodb-atlas plugin and install it.
Install the plugin:
copilot plugin install mongodb-atlasTo browse first, run copilot plugin marketplace browse.
Open the Extensions view (⇧⌘X / Ctrl+Shift+X), search for @agentPlugins,
find mongodb-atlas, and select Install.
Open the marketplace browser in Grok Build:
/marketplaceFind mongodb-atlas and press i to install it.
The mongodb-atlas plugin connects to the MongoDB-hosted Atlas MCP server using OAuth. The first time your agent uses the server, you’ll be prompted to sign in to MongoDB Atlas in your browser.
The methods below install just the agent skills — the same skills both plugins bundle — for agents or workflows that don’t use a plugin marketplace. They don’t configure an MCP server; to add one, run npx "mongodb-mcp-server@latest" setup, which can configure either the hosted Atlas MCP server or a self-managed deployment. Installing the mongodb-atlas or mongodb plugin just does this for you as a convenience (bundling the MCP configuration); for self-managed specifics, see Community & Enterprise Advanced setup (opens in a new tab).
https://skills.sh/ (opens in a new tab) is a popular directory and CLI that automates installing skills:
npx skills add mongodb/agent-skillsClone the repository:
git clone https://github.com/mongodb/agent-skills.gitCopy the skills/ directory to the location where your coding agent reads its skills or context files. Refer to your agent’s documentation for the correct path.
main, last pushed 7 August 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/*/SKILL.md, tools/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by MongoDB, declaring 2 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./mongodb/agent-skills.md, and each chapter at its own .md URL.