Appearance
Connect Cursor
Cursor connects to WeWeb through an entry in its MCP configuration. The server is available at:
https://ai-api.weweb.io/v1/mcpAdd the server
Follow along in the guide above, or use these steps:
- Copy the JSON block below.
- Click the settings cog icon.
- Go to
MCP. - Click
Add new global MCP server. - Inside the
mcpServersobject, paste theweweb-aiJSON you copied from above. - Confirm your file matches the layout shown in the guide.
- Save the file (
⌘ + Son Mac,Ctrl + Son Windows). - 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.
CONTINUE LEARNING
Cursor can now call WeWeb tools. Each tool is a single action the agent can run, such as creating a page or adding a table.

