UNPKG

systemprompt-mcp-gmail

Version:

A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.

73 lines 2.06 kB
{ "name": "systemprompt-mcp-gmail", "version": "1.0.10", "description": "A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.", "type": "module", "bin": { "systemprompt-mcp-gmail": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "auth-google": "node --loader ts-node/esm scripts/auth-google.ts" }, "repository": { "type": "git", "url": "https://github.com/Ejb503/systemprompt-mcp-gmail" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "ajv": "^8.17.1", "dotenv": "^16.4.7", "google-auth-library": "^9.15.0", "googleapis": "^144.0.0" }, "devDependencies": { "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", "@babel/preset-typescript": "^7.24.0", "@types/dotenv": "^8.2.0", "@types/jest": "^29.5.12", "@types/json-schema": "^7.0.15", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "ts-jest-resolver": "^2.0.1", "ts-node": "^10.9.2", "tsx": "^4.7.1", "typescript": "^5.3.3", "typescript-json-schema": "^0.63.0" }, "keywords": [ "systemprompt", "mcp", "model-context-protocol", "google", "gmail", "oauth" ], "author": "Ejb503", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Ejb503/systemprompt-mcp-gmail/issues" }, "homepage": "https://systemprompt.io", "engines": { "node": ">=18.0.0" } }