paper-format-agent
Rank #11,137io.github.zxyasfas/paper-format-agent
Local-first DOCX formatter for academic papers with a content-fingerprint integrity guard.
paper-format-agent is a Model Context Protocol (MCP) server published by zxyasfas. It ranks #11,137 of 115,591 servers tracked on MCP Toplist, and its repository has 79 GitHub stars. paper-format-agent is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 4, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 104,454 of 115,591 servers on MCP Toplist.
Use paper-format-agent
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add paper-format-agent -- uvx paper-format-agent[mcp_servers.paper-format-agent]
command = "uvx"
args = ["paper-format-agent"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"paper-format-agent": {
"command": "uvx",
"args": [
"paper-format-agent"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"paper-format-agent": {
"command": "uvx",
"args": [
"paper-format-agent"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"paper-format-agent": {
"type": "stdio",
"command": "uvx",
"args": [
"paper-format-agent"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"paper-format-agent": {
"command": "uvx",
"args": [
"paper-format-agent"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"paper-format-agent": {
"command": "uvx",
"args": [
"paper-format-agent"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.zxyasfas%2Fpaper-format-agent)<a href="https://mcptoplist.com/server/io.github.zxyasfas%2Fpaper-format-agent"><img src="https://mcptoplist.com/badge/io.github.zxyasfas%2Fpaper-format-agent.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
zxyasfas
Available versions (1)
| Version | Published |
|---|---|
| 3.1.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains paper-format-agent?
- paper-format-agent is maintained by zxyasfas, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is paper-format-agent listed on the Official MCP Registry?
- Yes — paper-format-agent is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does paper-format-agent have?
- MCP Toplist tracks 1 version of paper-format-agent, most recently published on Jul 4, 2026.
- Where can I find the source code for paper-format-agent?
- The source code for paper-format-agent is hosted at github.com/zxyasfas/paper_format_agent.