Skip to main content
Autosend MCP

Setup

Antigravity is Google’s AI-powered coding environment. To connect AutoSend MCP, add the following configuration to your ~/.gemini/settings.json file:
{
	"mcpServers": {
		"autosend": {
			"command": "npx",
			"args": ["mcp-remote", "https://mcp.autosend.com/"]
		}
	}
}
Restart your environment to apply the configuration. When prompted, follow the OAuth flow to authorize access to your AutoSend account.

Next Steps