mcpbeat Sign in

CiteWire MCP Server

by openly-useful Your server? Claim it
local only

CiteWire runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 23 Aug 2026.

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

Installs per day peak 141 · avg 11 · +860% w/w
a month agotoday
33
Installs / week
npm · citewire
1
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check CiteWire every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add citewire -- npx -y citewire
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "citewire": {
      "args": [
        "-y",
        "citewire"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.citewire]
command = "npx"
args = ["-y", "citewire"]
.cursor/mcp.json
{
  "mcpServers": {
    "citewire": {
      "args": [
        "-y",
        "citewire"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "citewire": {
      "args": [
        "-y",
        "citewire"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CiteWire

same job, measured the same way
ChipsNews MCP Server
by fgasparetto

MCP server for ChipsNews — manage news sources, articles, and triggers

67 installs/wk local only
Cashfree MCP
by cashfree

Cashfree MCP server for cashfree docs and APIs

28 installs/wk local only
Altmetric MCP
by altmetric-mcp

MCP server for Altmetric APIs - track research attention across news, policy, social media, and more

answering
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

1 778 installs/wk local only
Tekna Events & News
by vortiago

MCP server for Tekna events and news

89 installs/wk local only
Perfonext Build MCP
by souvikdu

MCP server for Next.js build stats, chunk attribution, and bundle optimization advice.

264 installs/wk local only
ConnectIQ MCP Server
by deugene

MCP server for Garmin ConnectIQ SDK documentation and resources

51 installs/wk local only
News Volume API
by trendsapi

News article mention volume trends for any topic. Free key at trendsapi.ai

4 tools answering

CiteWire — questions

Answers built from our own checks of this server.

Why is there no uptime for CiteWire?
CiteWire runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package citewire was installed 33 times last week.
How do I connect CiteWire?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls citewire straight from npm; nothing to host, nothing to sign up for.
How many people use CiteWire?
The npm package citewire was installed 33 times in the last week. Week over week that is +860%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CiteWire open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.