UNPKG

@aot-tech/gmail-mcp-server

Version:

Gmail MCP Server with Bearer Token Authentication - A Model Context Protocol server for Gmail access

46 lines (45 loc) 986 B
{ "name": "@aot-tech/gmail-mcp-server", "version": "1.0.3", "description": "Gmail MCP Server with Bearer Token Authentication - A Model Context Protocol server for Gmail access", "main": "build/index.js", "bin": { "gmail-mcp-server": "./build/index.js" }, "files": [ "build/", "README.md", "package.json" ], "scripts": { "build": "tsc", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.7.0", "typescript": "^5.3.0" }, "engines": { "node": ">=20.0.0" }, "keywords": [ "mcp", "gmail", "email", "model-context-protocol", "bearer-token", "google", "api", "mail" ], "author": "AOT Team", "license": "MIT" }