MCP Server
Connect AI Studio to Claude, ChatGPT, or any MCP client
Generate videos, banners, and images without leaving the conversation.
- 12 tools
- OAuth 2.1 with PKCE
- No API keys needed
- Works everywhere
Requires a ChatGPT paid plan (Plus, Pro, or Business).
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"ai-studio": {
"url": "https://staging-mcp.aistudio.adcore.com/mcp"
}
}
}Add this to your .cursor/mcp.json in your project root:
{
"mcpServers": {
"ai-studio": {
"url": "https://staging-mcp.aistudio.adcore.com/mcp"
}
}
}Run this command in your terminal:
claude mcp add ai-studio --transport http https://staging-mcp.aistudio.adcore.com/mcp
You will be prompted to sign in on first use.
Run this command in your terminal:
gemini mcp add ai-studio --transport http https://staging-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.
- 1. Your MCP client sends a connection request
- 2. The server redirects to the AI Studio consent screen
- 3. You sign in and authorize the connection
- 4. Tokens are exchanged via PKCE — no client secret
- 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:
Ready to start creating?
Add the endpoint to your MCP client and generate your first asset in seconds.