mcpbeat Sign in

Paper Format Agent MCP Server

local only

Paper Format Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from pypi. Last commit 29 Jul 2026.

Local-first DOCX formatter for academic papers with a content-fingerprint integrity guard.

Installs per day peak 18 · avg 6 · -36% w/w
a month agotoday
34
Installs / week
pypi · paper-format-agent
81
Stars
7 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call format_paper.format_file → paper_format_agent/service.py:51
            subprocess.run(
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.

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Paper Format Agent

same job, measured the same way
File AI
by flyfish-dev

Agent-ready local document context with stable anchors.

31 installs/wk local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
MCP Local RAG
by damoqiongqiu

Semantic code & doc search with keyword boost. AST code nav, auto HF mirror, local, privacy-first.

105 installs/wk local only
Scholar MCP
by pvliesdonk

FastMCP server for scholarly papers, patents, books and standards with docling PDF conversion

217 installs/wk local only
Context
by neuledge

Local-first documentation for AI agents. Offline, instant, private doc retrieval.

683 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
PLwC - Personality Layer with Conscience
by mhoedt-ai

Governed local MCP gateway for workspace, sandbox, document and profile operations.

local only
Scholar RAG MCP
by notwhiteblank

Academic paper knowledge-base MCP server: PDF ingest, vector search with reranking, KB management.

1 482 installs/wk local only

Paper Format Agent — questions

Answers built from our own checks of this server.

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