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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Comprehensive analysis of Excel (.xlsx, .xls) and CSV files. Parameters: fileData (base64_encoded_file_content), fileName (data file name), analysisType (basic or detailed), outputDir (optional output directory)
Professional email generation and delivery. Parameters: to (recipient email address), subjectPrompt (prompt for generating email subject), text (plain text version of email), html (optional HTML version of email), images (optional array of images to attach with name and base64 data)
Advanced research and analysis generation. Parameters: prompt (analysis prompt), outputDir (optional output directory)