Odel
paper format agent

paper format agent

Local
@zxyasfas79PythonMITUpdated 1mo ago

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

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).

PyPIpaper-format-agentv3.1.0

Run

uvx paper-format-agent

MCP client config

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