An MCP server that provides email capabilities, hosted on Alpic platform
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A TypeScript template for building MCP servers using Streamable HTTP transport.
This template provides a foundation for creating MCP servers that can communicate with AI assistants and other MCP clients. It includes a simple HTTP server implementation with example tools, resource & prompts to help you get started building your own MCP integrations.
.nvmrc for exact version)Start the development server with hot-reload:
The server will start on http://localhost:3000 and automatically restart when you make changes to the source code.
Build the project for production:
The compiled JavaScript will be output to the dist/ directory.
Use the MCP inspector tool to test your server:
POST /mcp - Main MCP communication endpointGET /mcp - Returns "Method not allowed" (405)DELETE /mcp - Returns "Method not allowed" (405)To add a new tool, modify src/server.ts:
To add a new prompt template, modify src/server.ts:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/email-server)<a href="https://allmcps.com/mcp/email-server"><img src="https://allmcps.com/api/badge/email-server?style=directory" alt="Email Server on AllMCPs" /></a>