MCP server connecting Claude Code to Google Antigravity (agy) — adds web search, image generation, 1M token context and more
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-antigravi": {
"command": "npx",
"args": [
"-y",
"kuuneruto-tech/mcp-server-antigravity"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-antigravi npx -y kuuneruto-tech/mcp-server-antigravity
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-antigravi": {
"command": "npx",
"args": [
"-y",
"kuuneruto-tech/mcp-server-antigravity"
]
}
}
}