Appearance
Connect Antigravity
Antigravity connects to WeWeb through an entry in its mcp_config.json file. The server is available at:
https://ai-api.weweb.io/v1/mcpAdd the server
Follow along in the guide above, or use these steps:
- Click the
...menu in the Agent panel. - Click
MCP Servers. - Click
Manage MCP Servers. - Click
View raw config. - Copy the JSON block below.
- In your
mcp_config.jsonfile, paste thewewebblock inside themcpServersobject. - Confirm your file matches the layout shown in the guide.
- Save the file (
⌘ + Son Mac,Ctrl + Son Windows). - Restart Antigravity, and on restart you will be prompted to authenticate with WeWeb.
- MacOS and Linux:
~/.gemini/antigravity/mcp_config.json - Windows:
%USERPROFILE%\.gemini\antigravity\mcp_config.json
json
{
"mcpServers": {
"weweb": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ai-api.weweb.io/v1/mcp"]
}
}
}INFO
Already running other MCP servers? Place the "weweb" block alongside them, inside the single mcpServers object. Keeping one mcpServers key is what keeps the file valid JSON.
CONTINUE LEARNING
Antigravity can now call WeWeb tools. Each tool is a single action the agent can run, such as creating a page or adding a table.

