mcpbeat Sign in

MCP Server Spreadsheet

by marekrost Your server? Claim it
local only

MCP Server Spreadsheet runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from pypi. Last commit 11 Aug 2026.

MCP server for spreadsheet files (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine.

Installs per day peak 487 · avg 38 · -40% w/w
a month agotoday
101
Installs / week
pypi · mcp-server-spreadsheet
2
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Server Spreadsheet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-spreadsheet -- uvx mcp-server-spreadsheet
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-spreadsheet": {
      "args": [
        "mcp-server-spreadsheet"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-spreadsheet]
command = "uvx"
args = ["mcp-server-spreadsheet"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-spreadsheet": {
      "args": [
        "mcp-server-spreadsheet"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-spreadsheet": {
      "args": [
        "mcp-server-spreadsheet"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MCP_SPREADSHEET_ROOT (Optional. Absolute path to a directory; all tool path arguments are restricted to this tree. Unset = no restriction.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Spreadsheet

same job, measured the same way
MCP Trino
by tuannvm

MCP server for Trino distributed SQL query engine access

local only
Universal DB MCP
by fashad-ahmed

Security-first MCP server for PostgreSQL, SQLite, MySQL, DuckDB with SQL injection prevention.

101 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
StackQL MCP Server
by stackql

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

186 installs/wk local only
Obambu cPanel MCP
by rodriguedev13

MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.

32 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only

MCP Server Spreadsheet — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Spreadsheet?
MCP Server Spreadsheet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-spreadsheet was installed 101 times last week.
How do I connect MCP Server Spreadsheet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-spreadsheet straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Server Spreadsheet?
The pypi package mcp-server-spreadsheet was installed 101 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Spreadsheet open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.