Xl Addin
Freeby MCP Community
MCP server exposing XLQuote, DataFrame, Technical Indicator, and Vega Chart add-in functions to AI assistants
v1.6.0Added Apr 12, 2026
mcpexcelxlquotedataframetechnicals
Xl Addin MCP Server
MCP server exposing XLQuote, DataFrame, Technical Indicator, and Vega Chart add-in functions to AI assistants
Installation
npx -y xl-addin-mcp
Reviews
Installation
Quick install
npx -y xl-addin-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"xl-addin": {
"command": "npx",
"args": ["-y", "xl-addin-mcp"]
}
}
}