Connect to Cursor

Prerequisites

  1. Your Automiel MCP Server URL
https://app.automiel.com/mcp/<your-api-key>

Steps

1. Open your MCP config

Cursor reads MCP servers from ~/.cursor/mcp.json. Create the file if it doesn’t exist:

touch ~/.cursor/mcp.json

2. Add your server

Edit ~/.cursor/mcp.json and add your Automiel server under mcpServers:

{
  "mcpServers": {
    "My Api": {
      "url": "https://app.automiel.com/mcp/<your-api-key>",
      "transport": "sse"
    }
  }
}

3. Restart Cursor

Quit and reopen Cursor for it to pick up the new config.

4. Verify the connection

  • Open a new Composer window and ask:

Hello friend. Can you ping my connector “My Api” please?

  • Go back to Automiel dashboard and click Verify
  • You’re connected 🎉
https://app.automiel.com/app/abc
Automiel dashboard - MCP Server verify
https://app.automiel.com/app/abc
Automiel dashboard - MCP Server connected