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 (.xlsx, .xls) and CSV files. Parameters: fileData (base64_encoded_file_content), fileName (data.xlsx), analysisType (detailed or basic), outputDir (optional path for results)
Automated email delivery of analysis results with professional formatting. Parameters: to (recipient email), subjectPrompt (AI-generated subject), text (plain text version), html (optional HTML version), images (optional attachments)
Advanced research and analysis generation. Parameters: prompt (text for analysis), outputDir (optional path for results)