Created an MCP server to autonomously unsubscribe all the promotional emails (one-click unsub) from gmail.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server---unsub-p": {
"command": "npx",
"args": [
"-y",
"abdulrehman-devs/MCP-Server---Unsub-Promo-Emails"
]
}
}
}
Run in terminal:
claude mcp add mcp-server---unsub-p npx -y abdulrehman-devs/MCP-Server---Unsub-Promo-Emails
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server---unsub-p": {
"command": "npx",
"args": [
"-y",
"abdulrehman-devs/MCP-Server---Unsub-Promo-Emails"
]
}
}
}