Spreadsheet DB for Cursor
io.github.manddarinshop/spreadsheet-db-mcp
SQLite-authoritative entity database with an async Google Sheets projection for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install Spreadsheet DB in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spreadsheet-db-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spreadsheet-db-mcp"
],
"env": {
"HIKOUTEI_MCP_CONFIG": "<HIKOUTEI_MCP_CONFIG>",
"HIKOUTEI_SYNC_SPREADSHEET_URL": "<HIKOUTEI_SYNC_SPREADSHEET_URL>",
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs