Servers
Excel MCP Server
@haris-musa
A Model Context Protocol server for Excel file manipulation
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"excel-mcp-server": {
"command": "uvx",
"args": [
"excel-mcp-server",
"stdio"
]
}
}
}