Ook Cite MCP Server

Give MCP-capable tools the ability to validate DOIs, format citations, manage bibliography collections, and catch fabricated references. Returns citation metadata only -- not PDFs or full-text articles. Works with clients that support MCP servers over standard input and output. Its 37 documented tools cover collection, batch, orcid, check. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 2 · #360 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Ook Cite

before you install - you'll need

Set OOKCITE_API_KEY_COMMAND, OOKCITE_CONTRACT_KEY before connecting. OOKCITE_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add turtletech-ehf-ookcite-mcp -- npx -y @turtletech/ookcite-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "turtletech-ehf-ookcite-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@turtletech/ookcite-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @turtletech/ookcite-mcp - the @turtletech scope differs from the repo owner (turtletech-ehf); confirm it's the project's official package

registry namespace io.github.TurtleTech-ehf is GitHub-verified and matches the repo owner

03 · What Ook Cite can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can check if a DOI exists (anti-hallucination), find a paper from messy citation text, resolve many citation strings in one request (max 50), and format a DOI in any of 2900+ CSL styles.

Capability map

Tools grouped from the project's README - what Ook Cite lets an agent do.

Collection

9 tools - e.g. Add a citation (by DOI or free-text); Export collection as BibTeX; Search within a collection; returns entry_id per match

add_to_collection · export_collection · search_collection · delete_collection · update_collection · remove_from_collection…

Batch

4 tools - e.g. Resolve many citation strings in one request (max 50); Format multiple citations at once; Add multiple citations at once

batch_resolve · batch_format · batch_add_to_collection · batch_move_entries

read & search

3 tools - e.g. Look up a book by ISBN; List saved citation collections; View a shared collection by token

lookup_isbn · list_collections · view_shared

Orcid

3 tools - e.g. Find ORCID profiles by name, affiliation, or ORCID ID; Fetch one ORCID profile by ID; Index an ORCID profile's publications so they are searchable

orcid_search · orcid_profile · ingest_orcid

Styles

2 tools - e.g. Find CSL style IDs by name; Page through the full CSL style list

search_styles · list_styles

update

2 tools - e.g. Correct a saved entry's title, authors, year, DOI, …; Set tags on a collection

update_entry_metadata · update_tags

Merge

2 tools - e.g. Merge two entries of one collection into one; Merge multiple collections

merge_entries · merge_collections

Validate

1 tool - e.g. Check if a DOI exists (anti-hallucination)

validate_doi

Latest releases

v0.6.1 · 2026-08-14

v0.6.0 · 2026-08-14

v0.5.1 · 2026-08-14

04 · Who maintains Ook Cite

OokCite is maintained by turtletech-ehf. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #360 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-08-14)
registry
io.github.TurtleTech-ehf/ookcite-mcp (active, first published 2026-08-14)
packages
npm:@turtletech/ookcite-mcp

06 · Ook Cite FAQ

Is Ook Cite still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 7 releases in the last 90 days. We re-verify nightly.

What can Ook Cite do?

With this server connected, an agent can check if a DOI exists (anti-hallucination), find a paper from messy citation text, resolve many citation strings in one request (max 50), and format a DOI in any of 2900+ CSL styles.

How do I install Ook Cite?

Run `npx -y @turtletech/ookcite-mcp`. The README documents 3 environment variables (OOKCITE_API_KEY, OOKCITE_API_KEY_COMMAND, OOKCITE_CONTRACT_KEY) to set first. Set OOKCITE_API_KEY_COMMAND, OOKCITE_CONTRACT_KEY before connecting. OOKCITE_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Ook Cite run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ook Cite