UNPKG

@alexdiazdecerio/fastmail-mcp-server

Version:

🚀 Professional MCP Server for Fastmail email management using JMAP API - Integrates seamlessly with Claude Desktop and other AI assistants

67 lines (66 loc) • 1.67 kB
{ "name": "@alexdiazdecerio/fastmail-mcp-server", "version": "1.1.1", "description": "🚀 Professional MCP Server for Fastmail email management using JMAP API - Integrates seamlessly with Claude Desktop and other AI assistants", "type": "module", "main": "./build/index.js", "bin": { "fastmail-mcp": "./build/index.js" }, "files": [ "build/**/*", "README.md", "LICENSE", ".env.example" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "npm run build && node build/index.js", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build", "test": "echo \"Tests will be added in future versions\" && exit 0" }, "keywords": [ "mcp", "model-context-protocol", "fastmail", "email", "jmap", "claude", "ai", "automation", "typescript", "server", "anthropic" ], "author": { "name": "Alejandro Diaz de Cerio", "email": "alexdiaz@fastmail.com", "url": "https://github.com/alexdiazdecerio" }, "license": "MIT", "homepage": "https://github.com/alexdiazdecerio/fastmail-mcp-server#readme", "repository": { "type": "git", "url": "git+https://github.com/alexdiazdecerio/fastmail-mcp-server.git" }, "bugs": { "url": "https://github.com/alexdiazdecerio/fastmail-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "^16.4.5", "node-fetch": "^2.7.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" } }