LogoSTMCP
Download
mcp-goodnews

MCP Goodnews

MCP Goodnews is a Model Context Protocol server that fetches and ranks positive news articles using NewsAPI and Cohere LLM for sentiment analysis, delivering uplifting content through Claude Desktop.

Tools

1. fetch_list_of_goodnews

Fetches and returns a list of positive and uplifting news articles ranked by sentiment.

Open Graph image for MCP Goodnews

JSON Config

{
  "mcpServers": {
    "Goodnews": {
      "command": "<absolute-path-to-bin>/uv",
      "args": [
        "--directory",
        "<absolute-path-to-cloned-repo>/mcp-goodnews/src/mcp_goodnews",
        "run",
        "server.py"
      ],
      "env": {
        "NEWS_API_KEY": "<newsapi-api-key>",
        "COHERE_API_KEY": "<cohere-api-key>"
      }
    }
  }
}

Useful Links

Information