← All servers
freema/mcp-gsheets
latest · 1.10.1MCP server for Google Sheets API — read, write, format, batch operations.
Install
Needs an env var: GOOGLE_PROJECT_ID
— replace the <placeholders> with your values.
claude mcp add io-github-freema-mcp-gsheets --env GOOGLE_PROJECT_ID=<GOOGLE_PROJECT_ID> -- npx mcp-gsheets /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-freema-mcp-gsheets": {
"command": "npx",
"args": [
"mcp-gsheets"
],
"env": {
"GOOGLE_PROJECT_ID": "<GOOGLE_PROJECT_ID>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-freema-mcp-gsheets": {
"command": "npx",
"args": [
"mcp-gsheets"
],
"env": {
"GOOGLE_PROJECT_ID": "<GOOGLE_PROJECT_ID>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"mcp-gsheets"
],
"env": {
"GOOGLE_PROJECT_ID": "<GOOGLE_PROJECT_ID>"
}
} Community score
Community — from web signals no reviews yet
Public discussion about this server (community v1) — not enough signal to score yet. First-party reviews join the formula in v2.
What the web says
Ecosystem baseline 55 / 100
Objective public usage & activity (formula v3) — a secondary sort, never blended into the community score.
Ecosystem signals 3 collected
- GitHub stars · 3 hours ago
- ★ 98
- Last commit · 3 hours ago
- 11 days ago
- Issue close rate · 3 hours ago
- 100%
Version history 1
- 1.10.1 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗