UNPKG

@pragyanm/temp-mail-mcp-server

Version:

This MCP server lets your LLM use mailjs to create temporary email addresses and receive emails.

39 lines (38 loc) 1.03 kB
{ "name": "@pragyanm/temp-mail-mcp-server", "version": "1.0.2", "description": "This MCP server lets your LLM use mailjs to create temporary email addresses and receive emails.", "keywords": [ "temp-mail", "mcp-server", "email", "temporary-email", "modelcontextprotocol", "mailjs" ], "homepage": "https://github.com/pragyanmehrotra/temp-mail-mcp-server#readme", "bugs": { "url": "https://github.com/pragyanmehrotra/temp-mail-mcp-server/issues" }, "repository": { "type": "git", "url": "git+https://github.com/pragyanmehrotra/temp-mail-mcp-server.git" }, "license": "ISC", "author": "Pragyan Mehrotra", "type": "module", "main": "src/index.js", "bin": { "temp-mail-mcp-server": "src/index.js" }, "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@cemalgnlts/mailjs": "^3.1.0", "@modelcontextprotocol/sdk": "^1.13.0", "zod": "^3.25.67" }, "devDependencies": {} }