Skip to content
Cursor

paper format agent for Cursor

io.github.zxyasfas/paper-format-agent

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

client:Cursor transport:stdio runtime:pypi

Install paper format agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "paper-format-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "paper-format-agent"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

paper format agent in other clients