google-sheets-mcp
by prafulstha98
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | A long random string used to sign and verify JWT tokens, at least 32 characters, generated via crypto.randomBytes(32).toString('hex') | |
| SPREADSHEET_ID | Yes | The ID of the Google Sheet from its URL | |
| GOOGLE_CLIENT_ID | Yes | Google OAuth client ID from Google Cloud Console | |
| GOOGLE_REDIRECT_URI | Yes | OAuth redirect URI, must match Google Cloud Console and Vercel deployment URL, e.g., https://YOUR-VERCEL-APP.vercel.app/oauth/google/callback | |
| GOOGLE_CLIENT_SECRET | Yes | Google OAuth client secret from Google Cloud Console |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| append_rowB | Append a row to a Google Sheet |
| read_sheetC | Read data from a Google Sheet |
| update_cellB | Update a specific cell in a Google Sheet |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prafulstha98/google-sheets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server