Loading languages...
DE

Demontie/mcp-google-sheets

@Demontie7

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.

google sheets
spreadsheet
data synchronization
mcp server

# mcpServer Config

{
  "mcpServers": {
    "google-sheets": {
      "command": "node",
      "args": [
        "ABSOLUTE_PATH_TO_PROJECT/src/index.ts"
      ]
    }
  }
}

# stdio

node src/index.ts
Transport:
stdio
Sprache:
TypeScript
Erstellt:4/27/2025
Aktualisiert:8/14/2025