
toy spam mcp
一个玩具MCP服务器,提供浏览GMail垃圾邮件文件夹的工具。
Repository Info
About This Server
一个玩具MCP服务器,提供浏览GMail垃圾邮件文件夹的工具。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
This is a toy MCP server that exposes two tools for browsing a GMail's inbox spam folder.
- list-spam-headers: for listing the top K spam emails, will output the subject and from email
- summarize-spam: for uploading the content of the top K emails to ChatGPT to provide a summary
In the repository there is a src/playgrount.ts file that allows the running of each service behind the tools by it's own.
It won't run if you don't provide variables the
constants.tsfile. This was the easy fix for allowing very simple Claude Desktop integration without hassle.
Have fun with it. :)
For Claude Desktop integration add this to the mcpServers key:
{
"mcpServers": {
"spam-system": {
"command": "node",
"args": [
"/path/to/repo-clone/dist/index.js"
]
}
}
}
Quick Start
Clone the repository
git clone https://github.com/radulupaescu/toy-spam-mcpInstall dependencies
cd toy-spam-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.