OsamaNuserat/mcp-excel-analyzer
MCP Excel Analyzer is a Node.js server that parses Excel-based lint reports, tracks code issues across projects, and exposes them via API for AI tools like Claude to query and fix. It’s built for continuous analysis and seamless automation in dev workflows.
Platform-specific configuration:
{
"mcpServers": {
"mcp-excel-analyzer": {
"command": "npx",
"args": [
"-y",
"mcp-excel-analyzer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...