
This project provides a Model Context Protocol (MCP) server that enables reading and writing data to
This project provides a Model Context Protocol (MCP) server that enables reading and writing data to Google Sheets. It uses the Google Sheets API to interact with spreadsheets and provides tools for data synchronization.
This project provides a Model Context Protocol (MCP) server that enables reading and writing data to Google Sheets. It uses the Google Sheets API to interact with spreadsheets and provides tools for data synchronization.
gsheets_read
spreadsheetId (string, required): The ID of the spreadsheet to readrange (string, optional, default: "Página1"): The range of cells to readgsheets_write
spreadsheetId (string, required): The ID of the spreadsheet to write tovalues (object, required): The data to write, containing:
product (string): Product namevalue (string): Product valuedate (string): Date of the entryrange (string, optional, default: "Página1"): The range where to write the datanpm installTo configure this MCP server with Cursor:
Ctrl + Shift + PCmd + Shift + P{
"mcpServers": {
"google-sheets": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_PROJECT/src/index.ts"]
}
}
}{
"mcpServers": {
"google-sheets": {
"command": "wsl.exe",
"args": [
"-e",
"ABSOLUTE_PATH_TO_NODE/.nvm/versions/node/v22.15.2/bin/node",
"ABSOLUTE_PATH_TO_PROJECT/src/index.ts"
]
}
}
}
This project is licensed under the ISC License.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add google-sheets -- node ABSOLUTE_PATH_TO_PROJECT/src/index.ts{
"mcpServers": {
"google-sheets": {
"args": [
"ABSOLUTE_PATH_TO_PROJECT/src/index.ts"
],
"command": "node"
}
}
}code --add-mcp '{"name":"google-sheets","args":["ABSOLUTE_PATH_TO_PROJECT/src/index.ts"],"command":"node"}'[mcp_servers.google-sheets]
command = "node"
args = ["ABSOLUTE_PATH_TO_PROJECT/src/index.ts"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/mcp-google-sheets-integration to learn what the "MCP Google Sheets Integration" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/mcp-google-sheets-integration)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "mcp-google-sheets-integration" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.