MCP Server
io.github.henilcalagiya/google-sheets-mcp MCP Server
io.github.henilcalagiya/google-sheets-mcp
What is the io.github.henilcalagiya/google-sheets-mcp MCP server?
Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
How to install io.github.henilcalagiya/google-sheets-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-sheets-mcp": {
"command": "uvx",
"args": [
"google-sheets-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"google-sheets-mcp": {
"command": "uvx",
"args": [
"google-sheets-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"google-sheets-mcp": {
"command": "uvx",
"args": [
"google-sheets-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"google-sheets-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-sheets-mcp"
]
}
}
}Claude Code
claude mcp add google-sheets-mcp -- uvx google-sheets-mcpRelated MCP servers
MCP server for Apple Notes integration using AppleScript with full CRUD operations
View repository →