CiteWire
Rank #13,928io.github.Openly-Useful/citewire
Attribution-first MCP server for free news sources and free article APIs.
CiteWire is a Model Context Protocol (MCP) server published by Openly-Useful. It ranks #13,928 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. CiteWire is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 23, 2026 and most recently updated on Aug 23, 2026.
Ranks ahead of 101,663 of 115,591 servers on MCP Toplist.
Use CiteWire
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add citewire -- npx -y citewire --config[mcp_servers.citewire]
command = "npx"
args = ["-y", "citewire", "--config"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"citewire": {
"command": "npx",
"args": [
"-y",
"citewire",
"--config"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"citewire": {
"command": "npx",
"args": [
"-y",
"citewire",
"--config"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"citewire": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"citewire",
"--config"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"citewire": {
"command": "npx",
"args": [
"-y",
"citewire",
"--config"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"citewire": {
"command": "npx",
"args": [
"-y",
"citewire",
"--config"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Openly-Useful%2Fcitewire)<a href="https://mcptoplist.com/server/io.github.Openly-Useful%2Fcitewire"><img src="https://mcptoplist.com/badge/io.github.Openly-Useful%2Fcitewire.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Openly-Useful
Other servers by Openly-Useful
View all Openly-Useful servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains CiteWire?
- CiteWire is maintained by Openly-Useful, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is CiteWire listed on the Official MCP Registry?
- Yes — CiteWire is listed on the Official MCP Registry, alongside Glama.
- How many versions does CiteWire have?
- MCP Toplist tracks 1 version of CiteWire, most recently published on Aug 23, 2026.
- Where can I find the source code for CiteWire?
- The source code for CiteWire is hosted at github.com/Openly-Useful/citewire.