MCP Server

Connect AI Studio to Claude, ChatGPT, or any MCP client

Generate videos, banners, and images without leaving the conversation.

https://mcp.aistudio.adcore.com/mcp
  • 12 tools
  • OAuth 2.1 with PKCE
  • No API keys needed
  • Works everywhere
Claude.ai
1. Open Claude.aiSettings
2. Go to ConnectorsAdd custom connector
3. Enter the URL:https://mcp.aistudio.adcore.com/mcp
4. Click Add, then sign in with your Adcore account
ChatGPT

Requires a ChatGPT paid plan (Plus, Pro, or Business).

1. Open ChatGPT → SettingsApps
2. Enable Developer Mode under Advanced
3. Create, name it "ai-studio", enter URL:https://mcp.aistudio.adcore.com/mcp
4. In a new chat: +More → enable ai-studio
Claude Desktop

Add this to your claude_desktop_config.json:

claude_desktop_config.json
{
  "mcpServers": {
    "ai-studio": {
      "url": "https://mcp.aistudio.adcore.com/mcp"
    }
  }
}
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cursor

Add this to your .cursor/mcp.json in your project root:

mcp.json
{
  "mcpServers": {
    "ai-studio": {
      "url": "https://mcp.aistudio.adcore.com/mcp"
    }
  }
}
Claude Code

Run this command in your terminal:

Bash
claude mcp add ai-studio --transport http https://mcp.aistudio.adcore.com/mcp

You will be prompted to sign in on first use.

n8n
1. Open your n8n workflow and add a new MCP Client Tool node
2. Set the SSE URL to:https://mcp.aistudio.adcore.com/mcp
3. Connect the node to your AI Agent
4. The agent will authenticate via OAuth when first triggered
Zapier
1. In a Zap, add the MCP action and choose Add a custom MCP server
2. Set the server URL to:https://mcp.aistudio.adcore.com/mcp
3. Complete the OAuth sign-in when prompted
4. Pick an AI Studio tool as your Zap action and map the inputs
Gemini CLI

Run this command in your terminal:

Bash
gemini mcp add ai-studio --transport http https://mcp.aistudio.adcore.com/mcp

You will be prompted to sign in on first use.

Tools Reference

12 tools organized by category. Click any category to expand, then click a tool to see its parameters and example usage.

Authentication

The server uses OAuth 2.1 with PKCE. On first connect, your AI client opens a browser to sign in — no API keys or tokens to manage. Sessions persist across conversations; you're prompted to re-authorize only if one expires.

How it works
  1. 1. Your MCP client sends a connection request
  2. 2. The server redirects to the AI Studio consent screen
  3. 3. You sign in and authorize the connection
  4. 4. Tokens are exchanged via PKCE — no client secret
  5. 5. All tool calls use the authorized session

Scopes. Access to manage your assets, reviews, brands, campaigns, and media. Revoke anytime in your AI Studio account settings.

Example Prompts

Once connected, talk to your AI assistant in plain language. Here are some things you can ask:

I need this banner in 300×600 and 728×90 (with a banner file attached)
Resizes your banner to any size instantly — drop a file, get production-ready output
Create a banner for our spring campaign for brand X
Runs the full flow in chat: copy suggestions, visual concepts, and final production
Make the headline shorter and give the second concept a warmer background
Refines copy and visuals with plain-language feedback, right from the chat
Is my banner done rendering yet?
Checks live production status — and if something failed, tells you why
How many credits do I have left, and when does my plan renew?
Pulls your live account status — credits, seats, brands, plan, and next billing date
What have we created for brand X this month?
Lists your recent assets with thumbnails, filtered by brand, type, or status
Send the share link for that banner to my client at dana@agency.com
Grabs the share link and delivers it by email in one step

Ready to start creating?

Add the endpoint to your MCP client and generate your first asset in seconds.

https://mcp.aistudio.adcore.com/mcp