Back to Apps

Survey Insight MCP
Supports UIby sinjorjob
AI-powered analysis of survey comments with interactive HTML dashboards and WordClouds.
0 stars
Works in:Gemini CLI
Exposes:Tools
What it does
Transforms raw CSV survey data into professional interactive dashboards. It performs morphological analysis in Japanese (Janome) and English (spaCy) to extract insights and generate visual reports.
Tools
analyze_survey: Processes CSV files to generate HTML reports, WordClouds, and AI-driven problem analysis and improvement proposals.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"survey-insight": {
"command": "uvx",
"args": ["--from", "git+https://github.com/sinjorjob/survey-insight-mcp.git", "survey-insight-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Gemini CLI
Quick install
uvx --from git+https://github.com/sinjorjob/survey-insight-mcp.git survey-insight-mcpInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
Add to ~/.gemini/settings.json mcpServers entry using uvx command.Claude Desktop
{
"mcpServers": {
"survey-insight": {
"command": "uvx",
"args": ["--from", "git+https://github.com/sinjorjob/survey-insight-mcp.git", "survey-insight-mcp"]
}
}
}





