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 Claude Desktop ​

Claude Desktop connects to WeWeb through a custom connector. You can add it from the chat in a few clicks, or register the server by hand in Claude's configuration file if you prefer. The server is available at:

https://ai-api.weweb.io/v1/mcp

Add a custom connector ​

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

  1. Click the + in the chat.
  2. Hover Connectors.
  3. Hover Add connector.
  4. Click Add custom connector.
  5. Name the connector WeWeb.
  6. Copy the MCP URL from this page:
https://ai-api.weweb.io/v1/mcp
  1. Paste the URL into the URL field in Claude.
  2. Click Add.
  3. When your browser opens, go to WeWeb to sign in.
  4. Click Authorize and approve access.

Manual setup ​

If you prefer to wire up the server by hand, open Claude Desktop's configuration file and register WeWeb there:

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

  1. Copy the JSON block below.
  2. Click your user profile in the bottom left.
  3. Click Settings.
  4. Click Developer.
  5. Click Edit Config.
  6. Open the .json file in your code editor of choice.
  7. Inside the mcpServers object, paste the weweb-ai JSON you copied from above.
  8. Confirm your file matches the layout shown in the guide.
  9. Save the file (⌘ + S on Mac, Ctrl + S on Windows).
  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
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.

Restart Claude Desktop, and on restart you will be prompted to authenticate with WeWeb.

CONTINUE LEARNING

Claude can now call WeWeb tools. Each tool is a single action the agent can run, such as creating a page or adding a table.

See all available tools →