mcpbeat Sign in

CiteNexus MCP Server

local only

CiteNexus runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Search scholarly sources, verify references, and export citations with traceable evidence.

Installs / week
pypi · cite-nexus-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check CiteNexus 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 cite-nexus-mcp -- uvx cite-nexus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cite-nexus-mcp": {
      "args": [
        "cite-nexus-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cite-nexus-mcp]
command = "uvx"
args = ["cite-nexus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cite-nexus-mcp": {
      "args": [
        "cite-nexus-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cite-nexus-mcp": {
      "args": [
        "cite-nexus-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CITE_NEXUS_CONTACT_EMAIL (Optional Crossref polite-pool contact email), SEMANTIC_SCHOLAR_API_KEY (Optional Semantic Scholar account key), OPENALEX_API_KEY (Key for explicitly selected OpenAlex queries; account credits apply), SERPAPI_API_KEY (Key for explicitly selected commercial Google Scholar queries), SCOPUS_API_KEY (Key for explicitly selected Scopus queries; entitlement required), SCOPUS_INSTTOKEN (Optional Scopus institutional token), WOS_API_KEY (Key for explicitly selected Web of Science Starter queries), UNPAYWALL_EMAIL (Optional email for Unpaywall open-access enrichment). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CiteNexus

same job, measured the same way
drillable
by drillable

Pinned, versioned sources with citable locators: search finds spans, trace reaches the bytes.

3 tools answering
Hypathesis
by predme

Variable relationships from research papers with causal direction and source traceback.

4 tools answering
Tru8 Evidence Research
by samyatessmith

Source-traced evidence research for AI agents. We organise the evidence; you decide.

166 installs/wk 3 tools answering
Crashdx
by r00tify

Diagnoses Apple .ips crash reports: ranks likely causes with cited evidence, not just a stack trace.

local only
Legend Saju
by sihyeonjeon

Source-traceable Saju, Zi Wei, Qimen, Daliuren, Tieban, naming, and related calculations

13 tools answering
Federal Regulations MCP Server
by cyanheads

Search and trace US federal rules across the Federal Register, eCFR, and Regulations.gov.

98 installs/wk 7 tools answering
Auditreach
by rudrendupaul

BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.

189 installs/wk local only
I
Agentic Design System
by aa-on-ai

Render web and SwiftUI evidence, run explicit visual judgment, and trace ADS UI decisions.

45 installs/wk local only

CiteNexus — questions

Answers built from our own checks of this server.

Why is there no uptime for CiteNexus?
CiteNexus 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 pypi package cite-nexus-mcp.
How do I connect CiteNexus?
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 cite-nexus-mcp straight from pypi; nothing to host, nothing to sign up for.
Is CiteNexus open source?
Yes — it is published under the MIT licence, written in Python 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.