Excel MCP Server
Rank #20,651io.github.wesseltl/excel-mcp
Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.
Excel MCP Server is a Model Context Protocol (MCP) server published by wesseltl. It ranks #20,651 of 115,460 servers tracked on MCP Toplist. Excel MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 94,809 of 115,460 servers on MCP Toplist.
Use Excel MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add excel-mcp -- uvx excel-agent-mcp[mcp_servers.excel-mcp]
command = "uvx"
args = ["excel-agent-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"excel-mcp": {
"command": "uvx",
"args": [
"excel-agent-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"excel-mcp": {
"command": "uvx",
"args": [
"excel-agent-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"excel-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"excel-agent-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"excel-mcp": {
"command": "uvx",
"args": [
"excel-agent-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"excel-mcp": {
"command": "uvx",
"args": [
"excel-agent-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wesseltl%2Fexcel-mcp)<a href="https://mcptoplist.com/server/io.github.wesseltl%2Fexcel-mcp"><img src="https://mcptoplist.com/badge/io.github.wesseltl%2Fexcel-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wesseltl
Other servers by wesseltl
View all wesseltl servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 8, 2026 |
| 0.1.0 | Aug 8, 2026 |
Frequently asked questions
- Who maintains Excel MCP Server?
- Excel MCP Server is maintained by wesseltl, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Excel MCP Server listed on the Official MCP Registry?
- Yes — Excel MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Excel MCP Server have?
- MCP Toplist tracks 2 versions of Excel MCP Server, most recently published on Aug 8, 2026.
- Where can I find the source code for Excel MCP Server?
- The source code for Excel MCP Server is hosted at github.com/wesseltl/excel-mcp.