Using Poltio with AI Assistants

The Poltio MCP (Model Context Protocol) server lets you use Poltio directly from your AI assistant. Once connected, you can create and manage content, check stats and analytics, manage leads and more by simply chatting with your assistant.

Server URL

https://mcp.poltio.com/mcp

Claude

Custom connectors are available on Claude web and Claude Desktop for all plans (Free plan is limited to one connector).

  1. On claude.ai, go to Settings > Connectors and click Add custom connector.
  2. Choose Remote and enter a name (lowercase letters, digits and hyphens only, e.g. poltio) and the server URL: https://mcp.poltio.com/mcp. You can leave the Advanced settings empty.
  3. Click Add, then sign in with your Poltio account and approve access when prompted.
  4. In a chat, click the + button, select Connectors and toggle Poltio on. You can now ask Claude anything about your Poltio account.

By default Claude asks for your approval each time it uses a Poltio tool. On the connector's page under Tools you can set individual tools to Always allow to skip the approval prompts. To disconnect, go back to Settings > Connectors and remove the connector.

See the Claude custom connectors documentation for details.

ChatGPT

Custom MCP connectors in ChatGPT require Developer mode (available on paid plans, web only).

  1. Go to Settings > Apps & Connectors > Advanced settings and enable Developer mode.
  2. Go back to Apps & Connectors and click Create.
  3. Enter a name and description, set the server URL to https://mcp.poltio.com/mcp and select OAuth as the authentication method. Leave the client ID and secret fields empty.
  4. Click Scan Tools (or Create) — you will be redirected to sign in with your Poltio account. Wait for the tool scan to finish, then click Create.
  5. In a new chat, open the tools menu, select the Poltio connector and start chatting.

ChatGPT may ask for confirmation before actions that create or modify data — this is expected and can be reviewed per action.

Antigravity

To connect Poltio to Google's Antigravity, add it to your MCP configuration:

  1. Open Settings > Customizations > Installed MCP Servers and click Manage MCP config (in the IDE: ... in the agent panel > Manage MCP Servers > View raw config) to edit mcp_config.json:

mcp_config.json

{
  "mcpServers": {
    "poltio": {
      "serverUrl": "https://mcp.poltio.com/mcp"
    }
  }
}
  1. Save the config, then click Authenticate next to Poltio in Installed MCP Servers. A browser window opens — sign in with your Poltio account and approve access.
  2. Poltio tools are now available to the Agent. Tools ask for your approval before running by default; you can change this per tool in the permissions settings.

See the Antigravity MCP documentation for details.

Troubleshooting

  • Connection stops working after a while: your login may have expired. Remove and re-add the connector (Claude, ChatGPT) or click Authenticate again (Antigravity) to sign back in.
  • Assistant keeps asking for approval: this is the default safety behavior for all three assistants. You can allow individual Poltio tools permanently in each assistant's connector/tool settings.
  • Wrong account connected: remove the connector, then reconnect from a private/incognito window and sign in with the correct account.