Skip to main content
Glama

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

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpaceStation09/newsFeed-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server