Appearance
Connect Antigravity to the WeWeb MCP 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.

