loading…
Search for a command to run...
loading…
Feedback Analyzer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Feedback Analyzer AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for feedback analyzer ai mcp operations
Feedback Analyzer Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
analyze_feedback |
Analyze customer feedback for sentiment breakdown with per-item scores. |
extract_themes |
Extract recurring themes from feedback using keyword matching. |
sentiment_trend |
Compute sentiment trend over time. Each item needs 'text' and 'date' (YYYY-MM-DD |
generate_summary |
Generate an executive summary of feedback with key takeaways and recommendations |
pip install meok-feedback-analyzer-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"feedback-analyzer-ai": {
"command": "python",
"args": ["-m", "meok_feedback_analyzer_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"feedback-analyzer-ai-mcp": {
"command": "npx",
"args": []
}
}
}