Skip to content

Xl Addin

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y xl-addin-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "xl-addin": {
      "command": "npx",
      "args": ["-y", "xl-addin-mcp"]
    }
  }
}