Cursor
Add the Nodaro MCP server to Cursor with the Add to Cursor link or the MCP settings, sign in with OAuth, and use Nodaro tools from Composer and chat.
You connect Cursor to Nodaro by adding the Nodaro MCP server, https://mcp.nodaro.ai/mcp, as a Streamable HTTP server. After you sign in with your Nodaro account, the Nodaro tools are available in Composer and the chat panel.
Add with one click
Open the Add to Cursor link:
cursor://anysphere.cursor-deeplink/mcp/install?name=Nodaro&config=eyJ1cmwiOiJodHRwczovL21jcC5ub2Rhcm8uYWkvbWNwIn0%3DCursor opens its install dialog with the server filled in. Confirm it, then sign in with Nodaro when the browser opens. The config value is this server entry, encoded in base64:
{ "url": "https://mcp.nodaro.ai/mcp" }The same entry works in Cursor's mcp.json file, under the name Nodaro.
Add by hand
Open the MCP settings
Open Cursor Settings › MCP.
Add a server
Click Add new MCP server and choose the HTTP / Streamable HTTP transport.
Paste the URL and save
Paste https://mcp.nodaro.ai/mcp and save. Cursor opens the Nodaro sign-in page in your browser.
Sign in and allow access
Sign in with your Nodaro account. Review the permissions on the consent screen and click Allow.
Try it
Back in Cursor, the server shows as connected with its tools. Open Composer or the chat panel and ask: "Generate an image of a knight using Nodaro."
Upload files from your project
Cursor can run shell commands, so it can send local files straight to Nodaro. prepare_image_upload, prepare_audio_upload and prepare_video_upload return a presigned upload URL. Cursor then uploads the file with one command:
curl -X PUT --data-binary @photo.png -H 'Content-Type: image/png' "<upload URL>"The tool also returns the file's public URL, which you pass to the next generation. See Upload tools.
If the connection fails
- The sign-in fails. Check that the URL is exactly
https://mcp.nodaro.ai/mcp, with no trailing slash. - The server is connected but lists no tools. Some permissions were not granted. Remove the server, add it again and allow every permission.
More fixes are in Troubleshooting.
Frequently asked questions
Related
Connect a client
VS Code
Uploads
Troubleshooting
Last updated on
ChatGPT
Turn on Developer mode in ChatGPT, create a Nodaro connector with the MCP URL, sign in with OAuth, and switch Nodaro on in a chat to generate media.
VS Code
Install the Nodaro MCP server in VS Code with one link or the MCP Add Server command, sign in with OAuth, and use Nodaro tools in agent mode.