docs/model-context-protocol/cursor_usage.mdx
This tutorial walks you through the usage of MindsDB's MCP Server with Cursor as an MCP Client.
<Tip> See a [video tutorial here](https://www.youtube.com/watch?v=f5VFd5LIuPg). </Tip>Follow the steps below to connect MindsDB's MCP Server to Cursor.
Start MindsDB's MCP Server following this guide.
Open Cursor, go to the Cursor Settings, open the MCP tab, and click on Add new global MCP server. Alternatively, go to the Cursor settings -> Features -> MCP Servers.
mcp.json file.{
"mcpServers": {
"mindsdb": {
"url": "http://127.0.0.1:47334/mcp/sse"
}
}
}