Content
# 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:
```json
{
"mcpServers": {
"sql_access": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%/Documents/GitHub/mcp-excel",
"run",
"python",
"main.py"
]
}
}
}
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
openwebui-extensions
A collection of enhancements, plugins, and prompts for OpenWebUI, developed...
OpenCode-Everything-You-Need-to-Know
The ultimate all-in-one guide to mastering OpenCode. From installation, Zen...
tendem-mcp
Tendem MCP server