LogiSheets
Rank #2,512io.github.logisky/logisheets-mcp
An Excel-compatible spreadsheet engine for agents: deterministic formulas, block memory, real .xlsx.
LogiSheets is a Model Context Protocol (MCP) server published by logisky. It ranks #2,512 of 132,046 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. LogiSheets is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 21, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 129,534 of 132,046 servers on MCP Toplist.
Use LogiSheets
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add logisheets-mcp -e "LOGISHEETS_MCP_TOOLS=<your LOGISHEETS_MCP_TOOLS>" -- npx -y logisheets-mcpReplace each placeholder with your own value before saving.
[mcp_servers.logisheets-mcp]
command = "npx"
args = ["-y", "logisheets-mcp"]
[mcp_servers.logisheets-mcp.env]
LOGISHEETS_MCP_TOOLS = "<your LOGISHEETS_MCP_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
],
"env": {
"LOGISHEETS_MCP_TOOLS": "<your LOGISHEETS_MCP_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
],
"env": {
"LOGISHEETS_MCP_TOOLS": "<your LOGISHEETS_MCP_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"logisheets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
],
"env": {
"LOGISHEETS_MCP_TOOLS": "<your LOGISHEETS_MCP_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
],
"env": {
"LOGISHEETS_MCP_TOOLS": "<your LOGISHEETS_MCP_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"logisheets-mcp": {
"command": "npx",
"args": [
"-y",
"logisheets-mcp"
],
"env": {
"LOGISHEETS_MCP_TOOLS": "<your LOGISHEETS_MCP_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.logisky%2Flogisheets-mcp)<a href="https://mcptoplist.com/server/io.github.logisky%2Flogisheets-mcp"><img src="https://mcptoplist.com/badge/io.github.logisky%2Flogisheets-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
logisky
Available versions (5)
| Version | Published |
|---|---|
| 0.5.0 | Sep 18, 2026 |
| 0.4.1 | Sep 6, 2026 |
| 0.4.0 | Sep 4, 2026 |
| 0.3.0 | Aug 26, 2026 |
| 0.1.0 | Aug 21, 2026 |
Frequently asked questions
- Who maintains LogiSheets?
- LogiSheets is maintained by logisky, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is LogiSheets listed on the Official MCP Registry?
- Yes — LogiSheets is listed on the Official MCP Registry, alongside Glama.
- How many versions does LogiSheets have?
- MCP Toplist tracks 5 versions of LogiSheets, most recently published on Sep 18, 2026.
- Where can I find the source code for LogiSheets?
- The source code for LogiSheets is hosted at github.com/logisky/logisheets-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.