Skip to content
VS Code

paper format agent for VS Code

io.github.zxyasfas/paper-format-agent

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

client:VS Code transport:stdio runtime:pypi

Install paper format agent in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

paper format agent in other clients