{"id":28770545,"url":"https://github.com/cablate/mcp-doc-forge","last_synced_at":"2026-01-26T13:23:18.771Z","repository":{"id":277508742,"uuid":"932653873","full_name":"cablate/mcp-doc-forge","owner":"cablate","description":"MCP server that provides doc forge capabilities","archived":false,"fork":false,"pushed_at":"2025-06-02T01:29:22.000Z","size":66,"stargazers_count":16,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T10:27:56.030Z","etag":null,"topics":["ai","csv","dive","doc-forge","document","docx","html","mcp","mcp-server","pdf","txt"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cablate.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-02-14T09:22:43.000Z","updated_at":"2025-10-28T06:10:49.000Z","dependencies_parsed_at":"2025-02-14T09:55:18.030Z","dependency_job_id":"ff8f5e5b-a9aa-4dc7-9ec4-2d3a07847fa4","html_url":"https://github.com/cablate/mcp-doc-forge","commit_stats":null,"previous_names":["cablate/mcp-doc-forge"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cablate/mcp-doc-forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablate%2Fmcp-doc-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablate%2Fmcp-doc-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablate%2Fmcp-doc-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablate%2Fmcp-doc-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cablate","download_url":"https://codeload.github.com/cablate/mcp-doc-forge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cablate%2Fmcp-doc-forge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28779338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","csv","dive","doc-forge","document","docx","html","mcp","mcp-server","pdf","txt"],"created_at":"2025-06-17T13:05:34.289Z","updated_at":"2026-01-26T13:23:18.765Z","avatar_url":"https://github.com/cablate.png","language":"TypeScript","funding_links":[],"categories":["🤖 AI/ML","File Management","Developer Tools"],"sub_categories":[],"readme":"[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/cablate-mcp-doc-forge-badge.png)](https://mseep.ai/app/cablate-mcp-doc-forge)\n\n# Simple Document Processing MCP Server\n[![smithery badge](https://smithery.ai/badge/@cablate/mcp-doc-forge)](https://smithery.ai/server/@cablate/mcp-doc-forge)\n\nA powerful Model Context Protocol (MCP) server providing comprehensive document processing capabilities.\n\n\u003ca href=\"https://glama.ai/mcp/servers/pb9df6lnel\"\u003e\u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/pb9df6lnel/badge\" alt=\"Simple Document Processing Server MCP server\" /\u003e\u003c/a\u003e\n\n## Features\n\n### Document Reader\n- Read DOCX, PDF, TXT, HTML, CSV\n\n### Document Conversion\n- DOCX to HTML/PDF conversion\n- HTML to TXT/Markdown conversion\n- PDF manipulation (merge, split)\n\n### Text Processing\n- Multi-encoding transfer support (UTF-8, Big5, GBK)\n- Text formatting and cleaning\n- Text comparison and diff generation\n- Text splitting by lines or delimiter\n\n### HTML Processing\n- HTML cleaning and formatting\n- Resource extraction (images, links, videos)\n- Structure-preserving conversion\n\n## Installation\n\n### Installing via Smithery\n\nTo install Document Processing Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@cablate/mcp-doc-forge):\n\n```bash\nnpx -y @smithery/cli install @cablate/mcp-doc-forge --client claude\n```\n\n### Manual Installation\n```bash\nnpm install -g @cablate/mcp-doc-forge\n```\n\n\n## Usage\n\n### Cli\n\n```bash\nmcp-doc-forge\n```\n\n### With [Dive Desktop](https://github.com/OpenAgentPlatform/Dive)\n\n1. Click \"+ Add MCP Server\" in Dive Desktop\n2. Copy and paste this configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"searxng\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@cablate/mcp-doc-forge\"\n      ],\n      \"enabled\": true\n    }\n  }\n}\n```\n\n3. Click \"Save\" to install the MCP server\n\n## License\n\nMIT\n\n## Contributing\n\nWelcome community participation and contributions! Here are ways to contribute:\n\n- ⭐️ Star the project if you find it helpful\n- 🐛 Submit Issues: Report problems or provide suggestions\n- 🔧 Create Pull Requests: Submit code improvements\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out:\n\n- 📧 Email: [reahtuoo310109@gmail.com](mailto:reahtuoo310109@gmail.com)\n- 📧 GitHub: [CabLate](https://github.com/cablate/)\n- 🤝 Collaboration: Welcome to discuss project cooperation\n- 📚 Technical Guidance: Sincere welcome for suggestions and guidance\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcablate%2Fmcp-doc-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcablate%2Fmcp-doc-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcablate%2Fmcp-doc-forge/lists"}