mcp-excel
3
The MCP Excel project is designed to allow clients to read Excel files through an MCP server. It simplifies the process of accessing and interpreting Excel data in a structured manner.
mcp-excel
MCP server to give client the ability to read Excel files
Usage
For this MCP server to work, add the following configuration to your MCP config file:
{
"mcpServers": {
"sql_access": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-excel",
"run",
"python",
"main.py"
]
}
}
}