mcpbeat Sign in

Spreadsheet DB MCP Server

by manddarinshop Your server? Claim it
local only

Spreadsheet DB runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 5 Sep 2026.

SQLite-authoritative entity database with an async Google Sheets projection for AI agents.

Installs per day peak 283 · avg 10
a month agotoday
41
Installs / week
npm · spreadsheet-db-mcp
1
Stars
19 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packages/cli/src/gcloudRunner.ts:167
  return spawn(command, [...args], options);
Builds a database query by concatenation website/.vitepress/cache/deps/vitepress___@vueuse_core.js:8278
  const update = () => ts.value = timestamp() + offset;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 spreadsheet-db-mcp -- npx -y spreadsheet-db-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spreadsheet-db-mcp": {
      "args": [
        "-y",
        "spreadsheet-db-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spreadsheet-db-mcp]
command = "npx"
args = ["-y", "spreadsheet-db-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "spreadsheet-db-mcp": {
      "args": [
        "-y",
        "spreadsheet-db-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spreadsheet-db-mcp": {
      "args": [
        "-y",
        "spreadsheet-db-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Spreadsheet DB

same job, measured the same way
I
Google Sheets
by mcp-z

Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting

1 159 installs/wk local only
Google Sheets
by domdomegg

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.

499 installs/wk local only
Cortexpad
by cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

answering
Gogcli MCP
by chrischall

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

571 installs/wk local only
Google Maps Real Estate Agency Data Scraper
by ranovam

Google Maps scraper for real estate agencies and agents in any city.

answering
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

22 installs/wk local only
MCP Gsheets
by freema

MCP server for Google Sheets API — read, write, format, batch operations.

2 089 installs/wk local only
C
AppStore Copilot
by appstorecopilot

AI-agent operations for App Store Connect and Google Play, with approval before live publishing.

answering

Spreadsheet DB — questions

Answers built from our own checks of this server.

Why is there no uptime for Spreadsheet DB?
Spreadsheet DB 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 npm package spreadsheet-db-mcp was installed 41 times last week.
How do I connect Spreadsheet DB?
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 spreadsheet-db-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Spreadsheet DB?
The npm package spreadsheet-db-mcp was installed 41 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Spreadsheet DB open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 19 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.