A news feed server for aggregating news from various sources.
You could use mcp-cli
for testing and debugging your MCP server in the terminal.
npx fastmcp dev src/index.ts
Go to the cursor setting - MCP Tools - New MCP Server
, and add your mcp in mcp.json
{
"mcpServers": {
"news": {
"command": "npx",
"args": ["tsx","PATH/TO/PROJECT/src/index.ts"]
}
}
}
Deployed via smithery
. Get your url at smithery/@SpaceStation09/newsfeed-mcp
{
"mcpServers": {
"news": {
"type": "streamableHttp",
"url": "https://server.smithery.ai/@SpaceStation09/newsfeed-mcp/mcp?api_key=<YOUR_KEY>"
}
}
}
The official ElevenLabs MCP server
An AI-powered email intelligence platform that integrates with Gmail and OpenAI. It can be run as a CLI tool or deployed on AWS Lambda for enhanced capabilities.
An open-source messaging server for client-to-client communication using MCP HTTP streaming, configurable via an external JSON file.
Connects AI models to WhatsApp Web using the Model Context Protocol (MCP) to automate and enhance interactions.
A headless server to get and send emails via the Gmail API, requiring Google API credentials at runtime.
Allows AI agents to search Gmail threads, learn your writing style, and draft emails.
Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.
Connect your AI agents to Google-Meet, Zoom & Microsoft Teams through tl;dv
A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)