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
Quickstart

Getting Started with Aggregation Pipelines in Rust


Oct 01, 2024 | 15 min read
News & Announcements

MongoDB Academia - Introduction to Modern Databases


Sep 23, 2022 | 4 min read
Tutorial

MongoDB Schema Design: Data Modeling Best Practices


Oct 01, 2024 | 11 min read
Article

Why Use MongoDB with Ruby


Oct 07, 2022 | 4 min read