Back to Apps

MCP Pandoc Go
by otinoff
High-performance document conversion server using Pandoc, supporting Markdown, HTML, PDF, DOCX, and more.
2 stars
Updated 1 year ago
Works in:Cursor
Exposes:Tools
What it does
Connects AI assistants to the industry-standard Pandoc conversion engine, allowing them to convert documents between a vast array of formats including Markdown, HTML, PDF, DOCX, RST, LaTeX, EPUB, and TXT.
Tools
ConvertString: Convert a string from one format to another.ConvertStringToFile: Convert a string and save the result to a file.ConvertFile: Convert an existing file to a specified format.
Installation
{
"mcpServers": {
"pandoc-mcp-go": {
"command": "pandoc-server",
"args": []
}
}
}
Supported hosts
- Cursor
Quick install
go build -o pandoc-server ./cmd/main.goInformation
- Pricing
- free
- Published
- 7/7/2026
- Updated
- 1 year ago
- stars
- 2
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: "pandoc_mcp_go": { "type": "stdio", "command": "path/to/pandoc-mcp-go.exe", "cwd": "path/to/dir" }





