Odel
CiteWire

CiteWire

Local
@openly-useful1JavaScriptMITUpdated 2w ago

Attribution-first MCP server for free news sources and free article APIs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcitewirev0.2.0

Run

npx -y citewire

MCP client config

{
  "mcpServers": {
    "citewire": {
      "command": "npx",
      "args": [
        "-y",
        "citewire"
      ]
    }
  }
}