Skip to content
Cursor

CiteWire for Cursor

io.github.openly-useful/citewire

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

client:Cursor transport:stdio runtime:npm

Install CiteWire in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CiteWire in other clients