Does Google AI Studio have an MCP server?

Sort of Community only

Google AI Studio does not maintain an official MCP server. Community-built servers exist.

Google hosts an official Gemini API docs MCP server (gemini-api-docs-mcp.dev), but nothing official for AI Studio itself — community servers fill the gap.

Verified 2026-08-10 against vendor docs
Access
Local server
Maintainer
Ali ARGÜN
License
MIT
Language
JavaScript
Stars
258
Last commit
1.1y ago
What it does
MCP server implementation for Google's Gemini API
— how aliargun/mcp-server-gemini describes itself
The receipts
Top community server aliargun/mcp-server-gemini

MCP server implementation for Google's Gemini API

★ 258 pushed 2025-07-14 MIT Stale
Connect it

Runs on your machine over stdio, launched by your MCP client.

Add it from the terminal, then restart your session:

terminal
claude mcp add googleaistudio -- npx -y <package-from-readme>

Swap in the exact package and flags from the repo README — most servers need an API key passed as an environment variable.

Add --scope user to make it available in every project.

Before you connect this

A community server is unaudited third-party code that will hold your Google AI Studio API credentials and see whatever data they unlock. Independent research puts SSRF vulnerabilities in roughly a third of public MCP servers, and 41% ship with no authentication at all.

  • Read the source before running it — especially any network calls it makes.
  • Check who maintains it and whether commits are recent (this one: 1.1y ago).
  • Issue a scoped, revocable API key rather than an account-wide token.
  • Prefer read-only credentials until you trust it with writes.
Questions
Does Google AI Studio have an official MCP server?

No. Google AI Studio does not maintain one. Third-party developers have built community servers, the most established being aliargun/mcp-server-gemini, but they are not endorsed or supported by Google AI Studio.

How do I connect Google AI Studio to Claude?

Run the server locally and register it in Claude's MCP config. In Claude Code that's a single "claude mcp add" command; in Claude Desktop you add it to claude_desktop_config.json.

Is it safe to use a community Google AI Studio MCP server?

Treat it like any dependency that gets your API keys. Community MCP servers are unaudited third-party code: independent research has found roughly a third of public MCP servers carry SSRF vulnerabilities and 41% ship with no authentication. Read the source, check the maintainer and commit recency, and scope the credentials you hand it.

How is this verdict verified?

Verified via ai.google.dev/gemini-api/docs/coding-agents: official server is documentation-search for the Gemini API, not an AI Studio control surface. Verdict stays COMMUNITY-ONLY with the nuance stated. Seed top_repo was an unrelated aggregator. GitHub metadata is refreshed every six hours.

How we know

Verified via ai.google.dev/gemini-api/docs/coding-agents: official server is documentation-search for the Gemini API, not an AI Studio control surface. Verdict stays COMMUNITY-ONLY with the nuance stated. Seed top_repo was an unrelated aggregator.

  • github data refreshed 2026-08-11, then every 6 hours
  • vendor docs verified on 2026-08-10

Work at Google AI Studio? The moment you ship an official server this page flips to Officialsend us the link.

Also in Developer Tools

See all Developer Tools servers →