Gemini Data Analysis Research MCP Server provides a bridge to Google's Gemini AI model, enabling data analysis, email communication, and detailed thinking process generation. This TypeScript implementation offers three main tools: analyze-data for processing Excel/CSV files with statistical analysis and visualization, send-email for dispatching messages with AI-generated subject lines, and generate-thinking for producing comprehensive reasoning outputs. The server handles file processing, data visualization, and AI prompt engineering behind the scenes, making it particularly valuable for researchers and analysts who need to extract insights from datasets, communicate findings via email, or document AI reasoning processes.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Comprehensive analysis of Excel and CSV files. Parameters: fileData (base64 encoded file content), fileName (string), analysisType ('basic' or 'detailed'), outputDir (optional string)
Automated email delivery of analysis results and research papers. Parameters: to (recipient email address), subjectPrompt (string for subject line generation), text (plain text version of email), html (optional HTML version of email), images (optional array of images with name and base64 data)
Advanced research and analysis generation. Parameters: prompt (string for analysis prompt), outputDir (optional string)