google-tools-mcp 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +42 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-tools-mcp",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"description": "The easiest MCP server for Google Workspace — Drive, Docs, Sheets, Gmail, Calendar, and Forms. 153 tools with one-click browser auth. Read Word docs, PDFs, and spreadsheets straight from Drive.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"google-tools-mcp": "dist/index.js"
|
|
@@ -11,16 +11,55 @@
|
|
|
11
11
|
],
|
|
12
12
|
"keywords": [
|
|
13
13
|
"mcp",
|
|
14
|
+
"mcp-server",
|
|
15
|
+
"model-context-protocol",
|
|
14
16
|
"google",
|
|
17
|
+
"google-workspace",
|
|
18
|
+
"google-drive",
|
|
19
|
+
"google-docs",
|
|
20
|
+
"google-sheets",
|
|
21
|
+
"google-calendar",
|
|
22
|
+
"google-forms",
|
|
15
23
|
"gdrive",
|
|
16
24
|
"gmail",
|
|
25
|
+
"email",
|
|
26
|
+
"send-email",
|
|
27
|
+
"read-email",
|
|
28
|
+
"email-drafts",
|
|
29
|
+
"email-labels",
|
|
30
|
+
"email-filters",
|
|
17
31
|
"sheets",
|
|
18
|
-
"
|
|
32
|
+
"spreadsheet",
|
|
33
|
+
"docs",
|
|
34
|
+
"calendar",
|
|
35
|
+
"forms",
|
|
36
|
+
"drive",
|
|
37
|
+
"pdf",
|
|
38
|
+
"read-pdf",
|
|
39
|
+
"word",
|
|
40
|
+
"docx",
|
|
41
|
+
"read-docx",
|
|
42
|
+
"file-reader",
|
|
43
|
+
"oauth",
|
|
44
|
+
"easy-auth",
|
|
45
|
+
"browser-auth",
|
|
46
|
+
"claude",
|
|
47
|
+
"ai",
|
|
48
|
+
"llm",
|
|
49
|
+
"ai-tools"
|
|
19
50
|
],
|
|
20
51
|
"scripts": {
|
|
21
52
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
22
53
|
"test:ci": "node --experimental-vm-modules node_modules/jest/bin/jest.js --ci --coverage"
|
|
23
54
|
},
|
|
55
|
+
"repository": {
|
|
56
|
+
"type": "git",
|
|
57
|
+
"url": "https://github.com/karthikcsq/google-tools-mcp.git"
|
|
58
|
+
},
|
|
59
|
+
"homepage": "https://github.com/karthikcsq/google-tools-mcp#readme",
|
|
60
|
+
"bugs": {
|
|
61
|
+
"url": "https://github.com/karthikcsq/google-tools-mcp/issues"
|
|
62
|
+
},
|
|
24
63
|
"license": "MIT",
|
|
25
64
|
"dependencies": {
|
|
26
65
|
"fastmcp": "^3.24.0",
|