{"id":31067305,"url":"https://github.com/bububa/mcp-document-converter","last_synced_at":"2025-09-15T19:58:25.771Z","repository":{"id":301497434,"uuid":"1009435021","full_name":"bububa/mcp-document-converter","owner":"bububa","description":"document converter mcp server implement in golang","archived":false,"fork":false,"pushed_at":"2025-07-07T10:13:34.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T14:43:24.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bububa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T06:05:59.000Z","updated_at":"2025-07-07T10:13:38.000Z","dependencies_parsed_at":"2025-06-27T07:24:39.032Z","dependency_job_id":"e68551d7-f4dc-4ff4-81dd-62b05c845fbe","html_url":"https://github.com/bububa/mcp-document-converter","commit_stats":null,"previous_names":["bububa/mcp-document-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bububa/mcp-document-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fmcp-document-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fmcp-document-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fmcp-document-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fmcp-document-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bububa","download_url":"https://codeload.github.com/bububa/mcp-document-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Fmcp-document-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275312966,"owners_count":25442563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-15T19:58:22.560Z","updated_at":"2025-09-15T19:58:25.762Z","avatar_url":"https://github.com/bububa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mcp-document-converter\n\nA simple and powerful document conversion MCP server using Pandoc.\n\n## When to use this\n\n✅ **When you need to convert documents between different formats**  \nConverting markdown to Word, HTML to PDF, or any combination of supported formats.\n\n✅ **When you want to generate professional documents in Cursor**  \nCreating Word documents, PDFs, or other formats directly from your markdown content.\n\n✅ **When you need consistent document branding**  \nAutomatically adds copyright and branding to all generated documents.\n\n✅ **When you need a reliable, high-quality document converter**  \nBuilt on the industry-standard Pandoc conversion engine.\n\n## Features\n\n- Fast document conversion through the Cursor MCP API\n- Supports markdown, HTML, PDF, DOCX, RST, LaTeX, EPUB, TXT\n- Automatic path normalization for Windows compatibility\n- Multiple conversion modes: string-to-string, string-to-file, file-to-file\n- Automatic copyright addition to all generated documents\n\n## Manual Installation\n\n### Prerequisites\n\n- [Pandoc](https://pandoc.org/installing.html) must be installed and available in your PATH\n  - Download and install manually from the [official website](https://pandoc.org/installing.html)\n  - **Important**: Restart your computer after installing Pandoc\n  - You can verify installation by running `pandoc --version` in terminal\n- For PDF generation, a LaTeX distribution is required (MiKTeX recommended for Windows)\n- Git and Go programming language must be installed\n\n### Manual Build\n\n1. Clone this repository\n2. Build the server:\n   ```\n   go build -o mcp-document-converter ./cmd/main.go\n   ```\n3. Run the server:\n   ```\n   ./mcp-document-converter\n   ```\n\n## Integration with Cursor IDE\n\nTo integrate with Cursor IDE, add the following to your MCP configuration file (`mcp.json`):\n\n```json\n// In the \"servers\" section\n\"pandoc_mcp_go\": {\n  \"type\": \"stdio\",\n  \"command\": \"mcp-ducument-converter\",\n}\n\n// In the \"roots\" section\n\"pandoc\": {\n  \"type\": \"document-converter\",\n  \"server\": \"pandoc_mcp_go\"\n}\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Fmcp-document-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbububa%2Fmcp-document-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Fmcp-document-converter/lists"}