mcp-rss-server

isaiaspereira307/mcp-rss-server
★ 0 stars Go AI/LLM Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

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-rss-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/isaiaspereira307/mcp-rss-server@latest"
      ]
    }
  }
}

README Excerpt

Servidor MCP (Model Context Protocol) para feeds RSS/Atom. Escrito em Go. | Ferramenta | Descrição | |------------|-----------| | `fetch_rss` | Busca e analisa notícias de um feed RSS/Atom | | `search_feed` | Busca itens em um feed por palavra-chave | ```bash go build -o mcp-rss-server . ``` Adicione ao `claude_desktop_config.json`:

Tools (2)

fetch_rsssearch_feed