Aistudio MCP Server
UnclaimedGoogle AI Studio MCP Server - Powerful Gemini API integration for Model Context Protocol with multi-modal file processing, PDF-to-Markdown conversion, image analysis, and audio transcription capabilities. Supports all Gemini 2.5 models with comprehensive file format support.
Install
npm install -g aistudio-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
content
(string): Base64 encoded file content
files
(array, optional): Array of files to include in generation
generate_content
Generates content using Gemini with comprehensive support for files, conversation history, and system prompts. Supports various file types including images, PDFs, Office documents, and text files.
model
(string, optional): Gemini model to use (default: gemini-2.5-flash)
path
(string): Path to file
system_prompt
(string, optional): System prompt to guide AI behavior
temperature
(number, optional): Temperature for generation (0-2, default: 0.2). Lower values produce more focused responses, higher values more creative ones
type
(string, optional): MIME type (auto-detected from file extension)
user_prompt
(string, required): User prompt for generation