mcpbeat Sign in

Onecite MCP Server

local only

Onecite runs on your own machine — the client starts it, so there is no endpoint to ping. 200 installs a week from pypi. Last commit 6 Aug 2026.

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

Installs per day peak 62 · avg 23 · +29% w/w
a month agotoday
200
Installs / week
pypi · onecite
66
Stars
1 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/onecite/core.py:95, [пакет] onecite/core.py:91
        template_path = os.path.join(self.templates_dir, f"{template_name}.yaml")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 onecite -- uvx onecite
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onecite": {
      "args": [
        "onecite"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.onecite]
command = "uvx"
args = ["onecite"]
.cursor/mcp.json
{
  "mcpServers": {
    "onecite": {
      "args": [
        "onecite"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "onecite": {
      "args": [
        "onecite"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Onecite

same job, measured the same way
MLA Citation Generator MCP
by rocnubie

MLA Citation Generator creates accurate MLA-format citations from a DOI, ISBN, URL, or manual

local only
Api2pdf
by usefulapi

MCP server for Api2Pdf — generate PDFs & images from HTML, URLs or office files; merge, barcodes.

16 tools answering
PaperBanana
by llmsresearch

Generate academic diagrams and statistical plots from text using multi-agent AI.

3 435 installs/wk local only
Scribe
by writulos

Generate clean markdown documentation for your code — one file, or up to 20 in one batch.

57 installs/wk local only
Retro Diffusion Pixel Art
by retrodiffusion

Generate authentic pixel art - sprites, animations, and tilesets - from any MCP client

20 tools answering
Pictify Io
by pictify-io

Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

54 installs/wk 26 tools answering
OokCite
by turtletech-ehf

Catch fabricated citations: verify DOIs/ISBNs and format them in 2900+ CSL styles.

272 installs/wk local only
Google Scholar
by johnisanerd

Search Google Scholar for academic papers, citations, and author profiles.

answering

Onecite — questions

Answers built from our own checks of this server.

Why is there no uptime for Onecite?
Onecite 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 onecite was installed 200 times last week.
How do I connect Onecite?
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 onecite straight from pypi; nothing to host, nothing to sign up for.
How many people use Onecite?
The pypi package onecite was installed 200 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Onecite open source?
Yes — it is published under the MIT licence, written in Python, 66 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.