mcp.json is needed (direct Bearer header still works as fallback).
Prerequisites
Before starting, make sure you have:- Visual Studio Code v1.101+ installed.
- A valid Alchemyst Platform API key (youâll paste it once at login).
- MCP must be enabled in Cursor.
Configuring via mcp.json
- Launch Cursor application on your (Mac/Windows).
- Invoke the Command Palette with
âK(Mac) orCtrl+Shift+P(Windows). - Search for and select: Settings â Cursor Settings.
- In the Settings sidebar, search and navigate to:
Tools & MCP - On the Tools & MCP page, you will be able to see a button named:
New MCP serverClick on it. - When you click on the New MCP Server button, the
mcp.jsonfile will be opened automatically. - Now, in the
mcp.jsonfile, you will see the âmcpServersâ object. Add the following section inside the âmcpServersâ object:
- Change
your_mcp_server_nameto the name you want to give your MCP server. e.g.,Alchemyst. - Save â Cursor will trigger OAuth discovery and open
https://mcp.getalchemystai.com/auth/login. Paste your Alchemyst API key there once to verify (create one at Alchemyst Platform if needed). Fallback without OAuth: add"headers": { "Authorization": "Bearer YOUR_ALCHEMYST_PLATFORM_API_KEY" }. - Now, save the file and navigate back to the
Tools & MCPpage inside the Cursor settings. - Here, you will be able to see your added MCP Server.
- Make sure the toggle button in front of the MCP server is ON (green), and there should be a green dot on the icon of your MCP server, indicating the server is running successfully.
- If so, then congratulations to you. Your Cursor is now integrated with Alchemyst AI.

