M
MCP Server
Model Context Protocol (MCP) server for Forward Email. Connect AI assistants to your inbox.
创建于 3/5/2026
更新于 about 3 hours ago
README
Repository documentation and setup instructions
README not available
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"forwardemail-mcp-server": {
"command": "npx",
"args": [
"forwardemail-mcp-server"
]
}
}
}