Metadata-Version: 2.3
Name: google-sheets-mcpserver
Version: 0.1.3
Summary: A Model Context Protocol (MCP) server that provides Google Sheets integration for AI assistants like Claude.
License: MIT
Author: yanrujing
Author-email: rujing.yan@protagonist-ai.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: google-api-python-client (>=2.177.0,<3.0.0)
Requires-Dist: google-auth (>=2.40.3,<3.0.0)
Requires-Dist: google-auth-httplib2 (>=0.2.0,<0.3.0)
Requires-Dist: google-auth-oauthlib (>=1.2.2,<2.0.0)
Requires-Dist: mcp (>=1.6.0,<2.0.0)
Description-Content-Type: text/markdown

# Google Sheets MCP

A Model Context Protocol (MCP) server that provides Google Sheets integration for AI assistants like Claude.
[Doc](https://developers.google.cn/workspace/sheets/api/reference/rest?hl=lv)

```json

{
  "mcpServers": {
    "google-sheets": {
      "env": {
        "GOOGLE_ACCESS_TOKEN": "GOOGLE_ACCESS_TOKEN",
        "GOOGLE_REFRESH_TOKEN": "GOOGLE_REFRESH_TOKEN",
        "GOOGLE_CLIENT_ID": "GOOGLE_CLIENT_ID",
        "GOOGLE_CLIENT_SECRET": "GOOGLE_CLIENT_SECRET"
      },
      "command": "uvx",
      "args": [
        "google-sheets-mcpserver"
      ]
    }
  }
}
```
