Skip to main content
ClaudeWave
haris-musa avatar
haris-musa

excel-mcp-server

Ver en GitHub

A Model Context Protocol server for Excel file manipulation

MCP Servers3.9k estrellas435 forksPythonMITActualizado 2mo ago
Nota editorial

Excel MCP Server is a Python-based Model Context Protocol server that enables AI agents to create, read, and modify Excel workbooks without requiring Microsoft Excel to be installed on the machine. It connects to Claude Desktop, Claude Code, and other MCP-compatible clients through three transport options: stdio for local use, streamable HTTP (the recommended method for remote connections), and a deprecated SSE mode. The server exposes tools covering a broad range of spreadsheet operations, including formula writing, font and border formatting, conditional formatting, chart generation across multiple chart types such as line, bar, pie, and scatter, pivot table creation, and Excel table management with custom styling. A notable implementation detail is its path-handling split: stdio calls pass file paths per tool invocation, while the HTTP and SSE transports enforce a server-side EXCEL_FILES_PATH directory and reject absolute paths or directory traversal attempts. The server suits developers, data analysts, and automation engineers who need an AI agent to programmatically build or manipulate spreadsheets as part of a larger workflow.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Recently active
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · excel-mcp-server
Claude Code CLI
claude mcp add excel -- uvx excel-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "excel": {
      "command": "uvx",
      "args": ["excel-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/haris-musa/excel-mcp-server and follow its README.
Casos de uso

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aiautomationexcelllmmcpmcp-serverssestdiostreamable-httptoolcalling

Lo que la gente pregunta sobre excel-mcp-server

¿Qué es haris-musa/excel-mcp-server?

+

haris-musa/excel-mcp-server es mcp servers para el ecosistema de Claude AI. A Model Context Protocol server for Excel file manipulation Tiene 3.9k estrellas en GitHub y se actualizó por última vez 2mo ago.

¿Cómo se instala excel-mcp-server?

+

Puedes instalar excel-mcp-server clonando el repositorio (https://github.com/haris-musa/excel-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar haris-musa/excel-mcp-server?

+

Nuestro agente de seguridad ha analizado haris-musa/excel-mcp-server y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene haris-musa/excel-mcp-server?

+

haris-musa/excel-mcp-server es mantenido por haris-musa. La última actividad registrada en GitHub es de 2mo ago, con 59 issues abiertos.

¿Hay alternativas a excel-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega excel-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: haris-musa/excel-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/haris-musa-excel-mcp-server)](https://claudewave.com/repo/haris-musa-excel-mcp-server)
<a href="https://claudewave.com/repo/haris-musa-excel-mcp-server"><img src="https://claudewave.com/api/badge/haris-musa-excel-mcp-server" alt="Featured on ClaudeWave: haris-musa/excel-mcp-server" width="320" height="64" /></a>

Más MCP Servers