uhbarp-gmail-mcp-server
Version:
Gmail MCP Server for managing Gmail through natural language interactions with full OAuth2 authentication support
69 lines • 1.83 kB
JSON
{
"name": "uhbarp-gmail-mcp-server",
"version": "1.0.0",
"description": "Gmail MCP Server for managing Gmail through natural language interactions with full OAuth2 authentication support",
"main": "dist/index.js",
"type": "module",
"bin": {
"gmail-mcp-server": "bin/cli.js"
},
"scripts": {
"test": "npx @modelcontextprotocol/inspector node dist/index.js",
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"postinstall": "node install.js",
"prepare": "chmod +x bin/cli.js && npm run build",
"install-global": "npm install -g .",
"postpublish": "echo 'Package published! Note: Users can test with: npx uhbarp-gmail-mcp-server --help'",
"test-npx": "cd /tmp && npx -y uhbarp-gmail-mcp-server@latest --help",
"version-bump": "node scripts/version-bump.js"
},
"keywords": [
"mcp",
"gmail",
"email",
"google",
"api",
"oauth2",
"claude",
"multi-user",
"authentication",
"model-context-protocol"
],
"author": {
"name": "Prabhu Ramachandran",
"email": "prabhutech26@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uhbarp/gmail-mcp-server.git"
},
"homepage": "https://github.com/uhbarp/gmail-mcp-server#readme",
"bugs": {
"url": "https://github.com/uhbarp/gmail-mcp-server/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"googleapis": "^140.0.1",
"open": "^10.1.0",
"mime-types": "^2.1.35",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/mime-types": "^2.1.4",
"ts-node": "^10.9.1",
"tsx": "^4.19.4"
},
"files": [
"bin/",
"dist/",
"README.md",
"install.js"
],
"engines": {
"node": ">=18.0.0"
}
}