Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Connect Cursor to the WeWeb MCP Server

Follow along in the guide above, or use these steps:

  1. Copy the JSON block below.
  2. Click the settings cog icon.
  3. Go to MCP.
  4. Click Add new global MCP server.
  5. Inside the mcpServers object, paste the weweb-ai JSON you copied from above.
  6. Confirm your file matches the layout shown in the guide.
  7. Save the file (⌘ + S on Mac, Ctrl + S on Windows).
  8. Restart Cursor, and on restart you will be prompted to authenticate with WeWeb.
json
{
  "mcpServers": {
    "weweb-ai": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://ai-api.weweb.io/v1/mcp"]
    }
  }
}

INFO

Already running other MCP servers? Place the "weweb-ai" block alongside them, inside the single mcpServers object. Keeping one mcpServers key is what keeps the file valid JSON.