google-mcp-server
Version:
Google Suite MCP Server for Cursor and other MCP clients
55 lines (54 loc) • 1.34 kB
JSON
{
"name": "google-mcp-server",
"version": "1.0.0",
"description": "Google Suite MCP Server for Cursor and other MCP clients",
"main": "index.js",
"bin": {
"google-mcp-server": "bin/google-mcp-server.js",
"google-mcp-setup": "bin/setup.js"
},
"scripts": {
"start": "node ./bin/google-mcp-server.js",
"setup": "node ./bin/setup.js",
"postinstall": "python -m pip install -r requirements.txt",
"test": "python -m pytest",
"test-package": "node test-package.js",
"build": "echo 'No build step required'"
},
"keywords": [
"mcp",
"google",
"chat",
"sheets",
"drive",
"calendar",
"cursor",
"ai",
"assistant"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/google-mcp-server.git"
},
"bugs": {
"url": "https://github.com/yourusername/google-mcp-server/issues"
},
"homepage": "https://github.com/yourusername/google-mcp-server#readme",
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"src/",
"requirements.txt",
"setup_unified_auth.py",
"provider-config.yaml",
"start_mcp_server.py",
"LICENSE",
"README.md"
],
"dependencies": {},
"devDependencies": {}
}