News Feed
A news feed server for aggregating news from various sources.
News feed mcp (WIP)
Testing Server
You could use mcp-cli for testing and debugging your MCP server in the terminal.
npx fastmcp dev src/index.ts
Use in Cursor
Go to the cursor setting - MCP Tools - New MCP Server, and add your mcp in mcp.json
Local Usage
{
"mcpServers": {
"news": {
"command": "npx",
"args": ["tsx","PATH/TO/PROJECT/src/index.ts"]
}
}
}
Streamable https
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>"
}
}
}
TODO
- change rss feed source (for stability and up-to-date news)
- add article support
- support more news platform
Похожие серверы
Zoom MCP Server
Schedule and manage Zoom meetings with AI assistance. Requires Zoom API credentials for configuration.
Hooked Video API MCP
Model Context Protocol server for the Hooked Video API. Let AI agents (Claude, GPT, Cursor, etc.) create videos programmatically.
mpc-bridge
http stream to stdin/stdout and back
Slack MCP Server
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
LGTM Images
Fetches random LGTM (Looks Good To Me) images for use in code reviews and developer communications.
MultiMail
Email for AI agents. Send and receive as markdown with human oversight.
RabbitMQ MCP Server
Interact with queues and topics on a RabbitMQ instance.
AI Interaction Tool
An AI interaction tool with an advanced UI for the Model Context Protocol (MCP).
Local Network Request MCP Server
Sends HTTP requests to endpoints on the local network.