gmail-mcp-cli
Version:
Deploy Gmail MCP Server with 17 AI-powered email tools for Claude Desktop
70 lines (69 loc) • 1.54 kB
JSON
{
"name": "gmail-mcp-cli",
"version": "3.2.8",
"description": "Deploy Gmail MCP Server with 17 AI-powered email tools for Claude Desktop",
"main": "dist/cli.js",
"bin": {
"gmail-mcp-cli": "./dist/cli.js",
"gmail-mcp": "./dist/cli.js"
},
"type": "commonjs",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "node dist/cli.js",
"dev": "tsx src/cli.ts",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"gmail",
"mcp",
"claude",
"email",
"ai",
"productivity",
"cli",
"deployment",
"model-context-protocol",
"anthropic",
"subscription-management",
"email-automation"
],
"author": "Akhil",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oyeakhill/gmail-mcp-cli.git"
},
"homepage": "https://github.com/oyeakhill/gmail-mcp-cli",
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"express": "^4.18.2",
"fs-extra": "^11.3.0",
"google-auth-library": "^10.1.0",
"googleapis": "^152.0.0",
"inquirer": "^12.7.0",
"open": "^8.4.2",
"ora": "^8.2.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.8",
"@types/node": "^24.1.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"files": [
"dist/**/*",
"templates/**/*",
"README.md",
"LICENSE",
"package.json"
]
}