Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Document Converter
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:20:43 AM

Document Converter

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Convert documents to Markdown using MarkItDown

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "document-converter": {
      "command": "npx",
      "args": [
        "-y",
        "document-converter"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

πŸ“„ Document Converter MCP

Convert documents to Markdown inside Cursor, VS Code, and any MCP client.
Local processing Β· No cloud upload Β· Powered by MarkItDown

MIT License Python 3.10+ MCP Registry

Give your AI assistant the ability to read PDFs, Office files, spreadsheets, emails, audio, and more as clean Markdown β€” so it can summarize, search, and reason over content instead of struggling with binary attachments.


Table of contents

  • Overview πŸ“‹
  • Use cases πŸ’‘
  • Features ✨
  • Supported formats πŸ“Ž
  • Quick install πŸš€
    • Before you start
    • Cursor πŸ–±οΈ
    • VS Code πŸ’»
    • Claude Desktop πŸ€–
    • Verify it works βœ…
  • Tools πŸ› οΈ
  • Usage examples πŸ’¬
  • Local development πŸ§ͺ
  • Configuration reference βš™οΈ
  • MCP Registry πŸ“¦
  • Troubleshooting πŸ”§
  • License πŸ“œ

Overview πŸ“‹

Document Converter MCP is a lightweight stdio server that wraps Microsoft's MarkItDown library for the Model Context Protocol.

mermaid
flowchart LR
  A[Your file on disk] --> B[Document Converter MCP]
  B --> C[MarkItDown]
  C --> D[Markdown in chat or .md file]
Registryio.github.Zahid-Abbas-Ali-Baig/document-converter
Repositoryhttps://github.com/Zahid-Abbas-Ali-Baig/document-converter
Transportstdio
AuthorZahid Abbas Ali Baig
Dependenciesmarkitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]

Once connected, your agent converts files locally and returns structured text β€” nothing is sent to a conversion API.


Use cases πŸ’‘

ScenarioWhat you gain
ResearchTurn PDF papers into Markdown, then ask for summaries, comparisons, or citations
DocumentationConvert .docx / .pptx drafts into .md beside the source for wikis or Git
Product & engineeringPreview specs and slide decks in chat before writing tickets or release notes
Data & opsConvert Excel exports into tables the model can filter, explain, or transform
Email & archivesExtract text from .msg Outlook files or ZIP contents without manual copy-paste
MediaTranscribe .mp3 / .wav or fetch YouTube captions into editable Markdown

Features ✨

  • 🏠 Local-first β€” files stay on your machine; no third-party conversion service
  • πŸ“Ž Broad format coverage β€” PDF, Office, CSV/JSON/text, Outlook .msg, audio, YouTube, and more (via MarkItDown)
  • πŸ”€ Two workflows β€” save Markdown next to the source, or preview in chat only
  • πŸ“‹ Copy-paste setup β€” step-by-step install for Cursor, VS Code, and Claude Desktop
  • πŸ“¦ Registry published β€” listed on the official MCP Registry
  • βš–οΈ MIT licensed β€” free for personal and commercial use

Supported formats πŸ“Ž

Formats below are verified against MarkItDown 0.1.6 with our installed extras:

markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]

We avoid markitdown[all] because it pulls Azure pre-release packages that uv cannot resolve with uvx.

Fully supported (with this project's dependencies)

CategoryExtensions / inputsWhat you get
PDF.pdfText and layout extraction ([pdf] extra)
Word.docx onlyHeadings, paragraphs, tables ([docx] β€” not legacy .doc)
PowerPoint.pptx onlySlide text and structure ([pptx] β€” not legacy .ppt)
Excel.xlsx, .xlsWorkbook tables ([xlsx] / [xls])
Outlook.msgHeaders, body, metadata ([outlook])
Web.html, .htmHTML β†’ Markdown (built-in)
CSV.csvMarkdown tables (built-in)
Text & JSON.txt, .md, .json, .jsonlPlain text / JSON content (built-in)
Notebooks.ipynbNotebook cells as Markdown (built-in)
E-books.epubChapter HTML β†’ Markdown (built-in)
Archives.zipEach inner file converted if its type is supported (built-in)
Audio.mp3, .wav, .m4aMetadata + speech transcription ([audio-transcription])
YouTubehttps://www.youtube.com/watch?v=...Title, description, captions when available ([youtube-transcription])

Limited support

CategoryExtensionsReality
Images.jpg, .jpeg, .png onlyEXIF metadata if exiftool is on your PATH; no built-in OCR in this MCP server (MarkItDown can describe images only when an LLM client is configured, which we do not set up)
XML.xmlMay work as plain text depending on file detection β€” not a dedicated XML parser
Other URLsWikipedia, RSS, Bing SERPMarkItDown can fetch some web URLs; not tested as part of this MCP

Not supported

ItemWhy
.emlNo MarkItDown converter for RFC 822 .eml files
.gif, .webp, .bmp, …Image converter only accepts .jpg / .jpeg / .png
Legacy Office.doc, .ppt β€” use .docx / .pptx
Video files.mp4 etc. β€” not converted as video (audio track may work in some cases via the audio converter)
Azure Document IntelligenceNeeds markitdown[az-doc-intel] + Azure endpoint
Azure Content UnderstandingPre-release package; breaks uvx resolution
markitdown[all]Bundles the Azure extras above

Conversion quality depends on the source file. See the MarkItDown documentation for upstream details.


Quick install πŸš€

Follow the steps for your editor. Every config below uses the same command β€” only the JSON file and wrapper key differ.

Before you start (all editors)

  1. Install uv (includes uvx).

    Windows (PowerShell):

    powershell
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    

    macOS / Linux:

    Terminal
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Verify uvx works (open a new terminal after installing):

    bash
    uvx --version
    
  3. Optional β€” test the server (it will sit idle with no output; that is normal for stdio MCP):

    bash
    uvx --from git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter --with markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription] document-converter-mcp
    

    Press Ctrl+C to stop.


Install in Cursor πŸ–±οΈ

  1. Open Cursor β†’ Settings β†’ MCP (or edit your config file directly).
  2. Config file location:
    • Windows: %USERPROFILE%\.cursor\mcp.json
    • macOS: ~/.cursor/mcp.json
    • Linux: ~/.cursor/mcp.json
    • Project-only: .cursor/mcp.json in your project folder
  3. Add or merge this block inside mcpServers (copy the whole JSON):
config.json
{
  "mcpServers": {
    "document-converter": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter",
        "--with",
        "markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]",
        "document-converter-mcp"
      ]
    }
  }
}
  1. Save the file and restart Cursor (or click Reload next to MCP in settings).
  2. Check: Settings β†’ MCP β†’ document-converter should show enabled (green). Tools: convert_to_markdown, preview_markdown.
Cursor one-click install (optional β€” if manual JSON fails, use this)
  1. Open this link in your browser: Add to Cursor
  2. Or paste into the browser address bar:
Code
cursor://anysphere.cursor-deeplink/mcp/install?name=document-converter&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXQraHR0cHM6Ly9naXRodWIuY29tL1phaGlkLUFiYmFzLUFsaS1CYWlnL2RvY3VtZW50LWNvbnZlcnRlciIsIi0td2l0aCIsIm1hcmtpdGRvd25bcGRmLGRvY3gscHB0eCx4bHN4LHhscyxvdXRsb29rLGF1ZGlvLXRyYW5zY3JpcHRpb24seW91dHViZS10cmFuc2NyaXB0aW9uXSIsImRvY3VtZW50LWNvbnZlcnRlci1tY3AiXX0%3D
  1. Click Install in Cursor, then restart if tools do not appear.

Install in VS Code πŸ’»

Requires VS Code 1.102+ with built-in MCP support.

Do not paste vscode://mcp/install?... anywhere. That link is broken in VS Code and creates servers like my-mcp-server-* with spawn vscode://... ENOENT. Use the JSON below.

Method A β€” Copy-paste user config (recommended)

  1. Ctrl+Shift+P β†’ MCP: Open User Configuration
  2. Delete any broken servers where "command" starts with vscode:// (e.g. my-mcp-server-15e7e771).
  3. Replace the file contents with (or merge servers into your existing file):
config.json
{
  "servers": {
    "document-converter": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter",
        "--with",
        "markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]",
        "document-converter-mcp"
      ]
    }
  }
}
  1. Save, then Ctrl+Shift+P β†’ MCP: List Servers β†’ start document-converter.

If you get uvx not found (ENOENT): run where uvx (Windows) or which uvx (macOS/Linux) and set "command" to the full path:

json
"command": "C:\\Users\\YOUR_USER\\.local\\bin\\uvx.exe"

Method B β€” Open this repo in VS Code

  1. git clone https://github.com/Zahid-Abbas-Ali-Baig/document-converter.git
  2. File β†’ Open Folder β†’ select document-converter
  3. VS Code loads .vscode/mcp.json automatically
  4. Ctrl+Shift+P β†’ MCP: List Servers β†’ start document-converter

Method C β€” Add Server wizard

Ctrl+Shift+P β†’ MCP: Add Server β†’ choose stdio, then enter:

FieldValue
Commanduvx
Arg 1--from
Arg 2git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter
Arg 3--with
Arg 4markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]
Arg 5document-converter-mcp

Install in Claude Desktop πŸ€–

  1. Open Claude Desktop config:

    • Windows (Microsoft Store): %LOCALAPPDATA%\Packages\Claude_<id>\LocalCache\Roaming\Claude\claude_desktop_config.json
    • Windows (classic): %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    On Windows Store Claude, %APPDATA%\Claude\ may not exist β€” use the Packages\Claude_*\... path above.

  2. Windows (Microsoft Store) β€” one-time setup so uvx --from git+... can find Git (Claude passes a minimal PATH to MCP servers):

    powershell
    powershell -ExecutionPolicy Bypass -File scripts/setup-windows-uvx-git-shim.ps1
    

    Or download and run that script from the repo. It creates %USERPROFILE%\.local\bin\git.cmd pointing at Git for Windows.

  3. Add inside mcpServers (keep existing preferences at the root):

config.json
{
  "mcpServers": {
    "document-converter": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter",
        "--with",
        "markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]",
        "document-converter-mcp"
      ]
    }
  }
}

If you get uvx not found (ENOENT): set "command" to the full path from where uvx, e.g. C:\\Users\\YOUR_USER\\.local\\bin\\uvx.exe.

  1. Restart Claude Desktop completely (quit from tray, reopen).

Verify it works βœ…

Ask your AI assistant:

Code
List the tools from document-converter MCP.

Or:

Code
Preview markdown for a PDF on my machine at C:\path\to\file.pdf

You should see convert_to_markdown and preview_markdown being called.


Tools πŸ› οΈ

ToolDescriptionWrites to disk
convert_to_markdownConverts a file or URL to Markdown and saves output (.md beside source, or youtube-{id}.md for YouTube URLs)Yes
preview_markdownReturns Markdown in the chat response onlyNo

Input: absolute or relative path to a file on your machine (or a supported URL for YouTube).

Output: Markdown text suitable for summarization, diffing, or committing to Git.


Usage examples πŸ’¬

Natural-language prompts you can paste into Cursor, VS Code, or Claude Desktop after the MCP server is connected.

Convert a PDF and summarize

Prompt:

Code
Use document-converter to convert C:\Reports\annual-report.pdf to markdown,
then give me a 5-bullet executive summary.

What happens: The agent calls convert_to_markdown, creates annual-report.md next to the PDF, and summarizes the result.


Preview a Word doc before saving

Prompt:

Code
Preview markdown for ./contracts/vendor-agreement.docx without saving.
Tell me if there is a termination clause.

What happens: The agent calls preview_markdown, reads the content in chat, and answers your question β€” no file is written.


Excel to analysis

Prompt:

Code
Convert D:\data\sales-q1.xlsx to markdown and list the top 3 products by revenue.

What happens: Spreadsheet tables become Markdown the model can parse and rank.


PowerPoint for release notes

Prompt:

Code
Preview ./slides/product-launch.pptx as markdown and draft release notes
from the slide titles and bullet points.

Outlook email extraction

Prompt:

Code
Convert C:\Mail\customer-escalation.msg to markdown and extract action items.

Batch-style workflow (multiple files)

Prompt:

Code
Convert these to markdown and save beside each file:
- C:\Docs\spec-v2.pdf
- C:\Docs\api-reference.docx
- C:\Docs\metrics.xlsx
Then confirm the .md paths.

Audio transcription

Prompt:

Code
Preview markdown for ./recordings/standup-notes.mp3 and list decisions made.

Requires the audio-transcription extra (included in this project's dependencies).


YouTube URL

Prompt (preview in chat):

Code
Use preview_markdown on https://www.youtube.com/watch?v=EXAMPLE and summarize the main points.

Prompt (save to file):

Code
Use convert_to_markdown on https://www.youtube.com/watch?v=EXAMPLE

What happens: MarkItDown fetches the watch page, extracts title/description/metadata, and appends captions via youtube-transcript-api when available. convert_to_markdown saves youtube-EXAMPLE.md in the server working directory.

Use https://www.youtube.com/watch?v=... format. Requires the youtube-transcription extra and an internet connection.


Example Markdown output (PDF)

Illustrative snippet after conversion:

markdown
# Quarterly Results

Revenue increased 12% year over year driven by enterprise subscriptions.

## Highlights

- Net retention: 118%
- New logos: 240
- Gross margin: 74%

Quality depends on the source document layout and MarkItDown version.


Local development πŸ§ͺ

Clone if you prefer a local virtual environment over uvx.

bash
git clone https://github.com/Zahid-Abbas-Ali-Baig/document-converter.git
cd document-converter
python -m venv .venv

Windows (PowerShell):

powershell
.venv\Scripts\activate
pip install -r requirements.txt

macOS / Linux:

bash
source .venv/bin/activate
pip install -r requirements.txt

Run the server directly (stdio β€” used by MCP clients):

bash
python server.py

Configuration reference βš™οΈ

All clients run the same underlying command (full JSON examples are in Quick install πŸš€ β€” not repeated here):

PartValue
Commanduvx
Arg 1--from
Arg 2git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter
Arg 3--with
Arg 4markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]
Arg 5document-converter-mcp

Config file locations

ClientFileJSON root key
Cursor%USERPROFILE%\.cursor\mcp.json or .cursor/mcp.jsonmcpServers
VS CodeUser MCP config or .vscode/mcp.jsonservers (+ "type": "stdio")
Claude Desktopclaude_desktop_config.jsonmcpServers

Copy-paste configs: Quick install πŸš€.

Local clone (no uvx)

Clone and install β€” see Local development πŸ§ͺ. Then point your MCP client at the venv Python:

Windows:

config.json
{
  "mcpServers": {
    "document-converter": {
      "command": "REPO_PATH\\.venv\\Scripts\\python.exe",
      "args": ["REPO_PATH\\server.py"]
    }
  }
}

macOS / Linux:

config.json
{
  "mcpServers": {
    "document-converter": {
      "command": "REPO_PATH/.venv/bin/python",
      "args": ["REPO_PATH/server.py"]
    }
  }
}

MCP Registry πŸ“¦

Listed on the official MCP Registry as io.github.Zahid-Abbas-Ali-Baig/document-converter (v1.0.0).

  • πŸ” Registry entry (v1.0.0)
  • πŸ“‚ GitHub repository
  • πŸ“₯ GitHub Release v1.0.0 (.mcpb bundle)

Troubleshooting πŸ”§

Dependency resolution / markitdown[all] errors

If you see errors about azure-ai-contentunderstanding or pre-releases, remove markitdown[all] from your config. Use:

Code
markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription]

VS Code: spawn vscode://mcp/install?... ENOENT

VS Code's install link wrote the URL as the command instead of uvx. Fix:

  1. MCP: Open User Configuration (or .vscode/mcp.json in this repo)
  2. Delete entries like my-mcp-server-* where "command" starts with vscode://
  3. Use .vscode/mcp.json from this repo, or the JSON in Install in VS Code πŸ’»
  4. MCP: List Servers β†’ restart document-converter

Do not use the README vscode://mcp/install?... link β€” it is unreliable in VS Code.

Claude Desktop: Git executable not found

uvx --from git+... needs Git on PATH. Microsoft Store Claude on Windows often spawns MCP servers with a minimal PATH that omits C:\Program Files\Git\cmd, even when Git works in a normal terminal.

Fix: run the one-time shim script from Install in Claude Desktop πŸ€– (step 2). It places git.cmd next to uvx.exe in %USERPROFILE%\.local\bin.

Also ensure: Git for Windows and uv are installed. Pre-warm in PowerShell: uvx --from git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter --with markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription] document-converter-mcp (idle = normal for stdio).

Fallback: Local clone (no uvx) if you cannot use uvx.

Failed to acquire MessagePort

This comes from Cursor or VS Code, not this server:

Code
[MCPService] Error creating client: Failed to acquire MessagePort ...
StepAction
1Fully quit the editor, then reopen
2Install uv for uvx installs
3Test: uvx --from git+https://github.com/Zahid-Abbas-Ali-Baig/document-converter --with markitdown[pdf,docx,pptx,xlsx,xls,outlook,audio-transcription,youtube-transcription] document-converter-mcp (idle = normal for stdio)
4Use Local clone (no uvx) if uvx fails
5Settings β†’ MCP β†’ remove and re-add the server
6Update Cursor/VS Code to the latest version

Reliable fallback: follow Local development πŸ§ͺ and use the local clone MCP config.

Install button does nothing (Cursor on Windows)

Use the copy-paste JSON in Install in Cursor πŸ–±οΈ instead of the install badge.

Tools not visible

Reload MCP or restart the editor. Confirm the server is enabled (not red/disabled).


License πŸ“œ

MIT License β€” see LICENSE.

Copyright (c) 2026 Zahid Abbas Ali Baig

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • F
    Filechanger

    Convert documents between text formats (markdown, html, and more) via the FileChanger API.

    πŸ’» Developer Tools0 views
    Compare vs Filechanger β†’

Frequently Asked Questions about Document Converter

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "document-converter": { "command": "npx", "args": ["-y", "document-converter"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDocument Converter AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/document-converter?style=directory)](https://allmcps.com/mcp/document-converter)
HTML Embed
<a href="https://allmcps.com/mcp/document-converter"><img src="https://allmcps.com/api/badge/document-converter?style=directory" alt="Document Converter on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
25Quality signal: Emerging Β· 25/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Document Converter β†’Install in Claude DesktopInstall in CursorInstall in VS Code