MCP server for Google Workspace (Gmail, Drive, Calendar, Docs, Sheets, and more)
Project description
puremcp-google-workspace
MCP server for Google Workspace (Gmail, Drive, Calendar, Docs, Sheets, and more).
Installation
pip install puremcp-google-workspace
Client Setup (Claude Desktop)
Add to your Claude Desktop config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "uvx",
"args": ["puremcp-google-workspace"]
}
}
}
For local development:
{
"mcpServers": {
"google-workspace": {
"command": "uv",
"args": ["--directory", "/path/to/google-workspace", "run", "gworkspace"]
}
}
}
Development
uv sync --all-groups
uv run pre-commit install
Commands
uv run pytest # test
uv run ruff check . # lint
uv run ruff format . # format
uv run gworkspace # run
uv build # build
uv publish # publish to PyPI
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file puremcp_google_workspace-0.1.0.tar.gz.
File metadata
- Download URL: puremcp_google_workspace-0.1.0.tar.gz
- Upload date:
- Size: 109.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22c29187defc8215ac52eeafaca6aa95db4409367aa6c819abafcea20e448c33
|
|
| MD5 |
7669550b7b29061b56ece29a84314b52
|
|
| BLAKE2b-256 |
789b77b427ef37c87b4bea2c87452662ab5a510b40d2f0947e219d820e9fa104
|
File details
Details for the file puremcp_google_workspace-0.1.0-py3-none-any.whl.
File metadata
- Download URL: puremcp_google_workspace-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95e258b563bc287bbf2245e1c748d1eff51df8a3ecc33ddd8848b6f58b8ea576
|
|
| MD5 |
4ab943dff57bcd890d06e03cea90d5d9
|
|
| BLAKE2b-256 |
8aacb9190be083904367249a9974200ab1f2f42c98bbf08d72083cf94e51f40d
|