Voyage AI joins MongoDB to power more accurate and trustworthy AI applications on Atlas.

Explore Developer Center's New Chatbot! MongoDB AI Chatbot can be accessed at the top of your navigation to answer all your MongoDB questions.

MongoDB Developer
MongoDB
plus
Sign in to follow topics
MongoDB Developer Center
chevron-right
Developer Topics
chevron-right
Products
chevron-right
MongoDB
chevron-right

How to Setup an MCP Server in Cursor #mongodb #mcp #cursor

1 min • Published Jun 02, 2025
AIMongoDB
Facebook Icontwitter iconlinkedin icon
Rate this video
star-empty
star-empty
star-empty
star-empty
star-empty
Let's learn how to setup an MCP (Model Context Protocol) server in the Cursor IDE by installing the official MongoDB MCP Server. JSON Configuration: ``` "MongoDB": { "command": "npx", "args": [ "-y", "@mongodb-js/mongodb-mcp-server" ], "env": { "MDB_MCP_API_CLIENT_ID": "your-atlas-service-account-client-id", "MDB_MCP_API_CLIENT_SECRET": "your-atlas-service-account-client-secret", "MDB_MCP_CONNECTION_STRING": "your-mongodb-connection-string" } } ```All MongoDB Videos

Facebook Icontwitter iconlinkedin icon
Rate this video
star-empty
star-empty
star-empty
star-empty
star-empty
Related
Article

Implementing Right to Erasure with CSFLE


Mar 08, 2023 | 7 min read
Article

Using MongoDB Change Streams in Java


Aug 28, 2024 | 6 min read
Tutorial

Real-Time Chat in a Phaser Game with MongoDB and Socket.io


Feb 03, 2023 | 11 min read
Tutorial

How to Use Custom Aggregation Expressions in MongoDB 4.4


Sep 23, 2022 | 11 min read