Odel
OneCite

OneCite

Local
@hzacode65PythonMITUpdated 1mo ago

Generate academic citations from DOI, arXiv, titles, or URLs in BibTeX, APA, MLA formats.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIonecitev0.0.11

Run

uvx onecite

MCP client config

{
  "mcpServers": {
    "onecite": {
      "command": "uvx",
      "args": [
        "onecite"
      ]
    }
  }
}