toMarkdownMCP

carlomagnoglobal/toMarkdownMCP
★ 0 stars Rust Browser/Web Updated today
Rust MCP server that converts anything to Markdown and adds a knowledge toolkit: 62 tools over JSON-RPC stdio — document/office/web conversion, Chromium browser capture with human-in-the-loop, full Obsidian vault intelligence, RAG chunking & retrieval, and provider-aware text/token analytics. Ships a terminal Markdown viewer in the same binary.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tomarkdownmcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "toMarkdownMCP"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server written in Rust that converts code files, HTML documents, and text content to Markdown format. Cross-platform compatible with Windows, Linux, and macOS. Supports converting from multiple sources including local files, HTTP/HTTPS URLs, and stdin. Handles 60+ programming languages, HTML/HTM/MHTML web formats, office/document formats (PDF, DOCX, XLSX, PPTX, …), email, ebooks, feeds, and markup — and exposes **62 tools** in total, including Chromium-based web pa

Tools (5)

build_knowledge_indexclassify_documentcount_tokensemailget_corpus_statistics