npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dpm-tools/mcp-citations

v0.1.0

Published

MCP server with 6 tools for academic citations. DOI lookup, format as BibTeX/APA/MLA/Chicago/Harvard, CrossRef search, batch bibliography. Free, MIT.

Readme

mcp-citations

6 academic citation tools for Claude. DOI → BibTeX / APA / MLA / Chicago / Harvard. Free, MIT.

Existing citation MCPs are arxiv-only. mcp-citations covers all of CrossRef (~120M+ DOIs across every academic publisher) and outputs in 5 standard citation styles.


Install

{
  "mcpServers": {
    "citations": {
      "command": "npx",
      "args": ["-y", "@dpm-tools/mcp-citations"]
    }
  }
}

Requires Node.js 22.18+.


Tools (6)

  • get_metadata — Look up DOI metadata (title, authors, journal, year, etc.) via CrossRef.
  • format_citation — Format any DOI in BibTeX / APA / MLA / Chicago / Harvard.
  • search_works — Search CrossRef by query + optional year range.
  • bibtex_from_dois — Build a bibliography from an array of DOIs (max 20).
  • extract_dois_from_text — Regex-extract all DOIs from a block of text.
  • get_citation_count — Number of times a DOI has been cited (OpenCitations + CrossRef fallback).

Example prompts

  • "Look up DOI 10.1038/nature12373 and tell me about it."
  • "Format 10.1038/nature12373 as APA."
  • "Find papers about 'large language models' published 2023-2024."
  • "Build a BibTeX bibliography from these 10 DOIs..."
  • "How many times has 10.1145/3442381.3449989 been cited?"

See examples/prompts.md for more.


Why this exists

Researchers need fast citation formatting. Existing MCPs in this space:

  • blazickjp/arxiv-mcp-server — arxiv-only (~2M papers, no humanities, no medicine, no engineering journals)
  • No general "format any DOI" wrapper

mcp-citations covers all of CrossRef — ~120M+ DOIs spanning every major academic publisher. All 5 standard citation styles correctly formatted (handles single/multi-author rules, en-dash for Chicago page ranges, \textit{} for BibTeX journal italics, et al. rules per style).


API sources (all free)

  • CrossRef (api.crossref.org) — DOI metadata, search. Polite-pool User-Agent identification used.
  • OpenCitations (opencitations.net) — citation counts (CrossRef fallback)

No API keys required.


Sister servers from dpm

  • @dpm-tools/mcp-devkit — UUID, hash, JWT, JSON, cron
  • @dpm-tools/mcp-public-data — sun, moon, holidays, geocoding
  • @dpm-tools/mcp-diff — diff, patch, 3-way merge
  • @dpm-tools/mcp-archive — Wayback Machine + Internet Archive

License

MIT © dpm (digital product mill)