Spreadsheet DB
Rank #5,663io.github.ManddarinShop/spreadsheet-db-mcp
SQLite-authoritative entity database with an async Google Sheets projection for AI agents.
Spreadsheet DB is a Model Context Protocol (MCP) server published by ManddarinShop. It ranks #5,663 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Spreadsheet DB is listed on Official MCP, with 1 tracked version. It was first listed on Aug 17, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 109,797 of 115,460 servers on MCP Toplist.
Use Spreadsheet DB
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add spreadsheet-db-mcp -e "HIKOUTEI_MCP_CONFIG=<your HIKOUTEI_MCP_CONFIG>" -e "HIKOUTEI_SYNC_SPREADSHEET_URL=<your HIKOUTEI_SYNC_SPREADSHEET_URL>" -e "GOOGLE_APPLICATION_CREDENTIALS=<your GOOGLE_APPLICATION_CREDENTIALS>" -- npx -y spreadsheet-db-mcpReplace each placeholder with your own value before saving.
[mcp_servers.spreadsheet-db-mcp]
command = "npx"
args = ["-y", "spreadsheet-db-mcp"]
[mcp_servers.spreadsheet-db-mcp.env]
HIKOUTEI_MCP_CONFIG = "<your HIKOUTEI_MCP_CONFIG>"
HIKOUTEI_SYNC_SPREADSHEET_URL = "<your HIKOUTEI_SYNC_SPREADSHEET_URL>"
GOOGLE_APPLICATION_CREDENTIALS = "<your GOOGLE_APPLICATION_CREDENTIALS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spreadsheet-db-mcp": {
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<your HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<your HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spreadsheet-db-mcp": {
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<your HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<your HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spreadsheet-db-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<your HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<your HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spreadsheet-db-mcp": {
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<your HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<your HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spreadsheet-db-mcp": {
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<your HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<your HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<your GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}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.ManddarinShop%2Fspreadsheet-db-mcp)<a href="https://mcptoplist.com/server/io.github.ManddarinShop%2Fspreadsheet-db-mcp"><img src="https://mcptoplist.com/badge/io.github.ManddarinShop%2Fspreadsheet-db-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ManddarinShop
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 17, 2026 |
Frequently asked questions
- Who maintains Spreadsheet DB?
- Spreadsheet DB is maintained by ManddarinShop, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Spreadsheet DB listed on the Official MCP Registry?
- Yes — Spreadsheet DB is listed on the Official MCP Registry.
- How many versions does Spreadsheet DB have?
- MCP Toplist tracks 1 version of Spreadsheet DB, most recently published on Aug 17, 2026.
- Where can I find the source code for Spreadsheet DB?
- The source code for Spreadsheet DB is hosted at github.com/ManddarinShop/Hikoutei.