Google Sheets MCP Server
A Model Context Protocol (MCP) server implementation for Google Sheets
Overview
google-sheets-mcp-server is a Model Context Protocol (MCP) server implementation designed specifically for Google Sheets, enabling enhanced data management and interaction within the Google Sheets environment.
To use the google-sheets-mcp-server, clone the repository from GitHub, set up the server according to the provided instructions, and connect it to your Google Sheets to start utilizing the MCP functionalities.
- Implementation of Model Context Protocol for seamless data handling in Google Sheets. - Easy integration with existing Google Sheets workflows. - Support for real-time data updates and interactions.
- Automating data entry and updates in Google Sheets.
- Enhancing collaborative data analysis with real-time updates.
- Integrating external data sources into Google Sheets for dynamic reporting.
Add to your AI client
Use these steps to connect Google Sheets MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"google-sheets-mcp-server-amaboh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-sheets-mcp-server-amaboh"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"google-sheets-mcp-server-amaboh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-sheets-mcp-server-amaboh"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"google-sheets-mcp-server-amaboh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-sheets-mcp-server-amaboh"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"google-sheets-mcp-server-amaboh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-sheets-mcp-server-amaboh"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-sheets-mcp-server-amaboh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-sheets-mcp-server-amaboh"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"google-sheets-mcp-server-amaboh": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-sheets-mcp-server-amaboh"
]
}
}
}FAQ
What is the Model Context Protocol (MCP)?
MCP is a protocol designed to facilitate the management and interaction of data models in various applications, including Google Sheets.
Is google-sheets-mcp-server free to use?
Yes! The google-sheets-mcp-server is open-source and available under the MIT license.
How can I contribute to the project?
Contributions are welcome! You can submit issues or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3430,"uuid":"a3d6dde1-ebed-4644-be1d-9ed482e0fded","name":"google-sheets-mcp-server","title":"Google Sheets MCP Server","description":"A Model Context Protocol (MCP) server implementation for Google Sheets","avatar_url":"https://avatars.githubusercontent.com/u/85511496?v=4","created_at":"2025-03-19T12:45:01.161Z","updated_at":"2025-03-19T12:47:29.413Z","status":"created","author_name":"amaboh","author_avatar_url":"https://avatars.githubusercontent.com/u/85511496?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/amaboh/google-sheets-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-20 00:29:07\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]