Back to directory
vectorinstitute/mcp-goodnews

vectorinstitute/mcp-goodnews

@VectorInstitute

A simple MCP application that delivers curated positive and uplifting news stories.

newssentiment-analysispositive-newscoherenewsapimcpgood-newsllmcontext

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13