mcpbeat Sign in

markitai MCP Server

local only

markitai runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Convert documents, images and web pages to clean Markdown, for agents: single, URL and batch tools.

Installs / week
pypi · markitai
3
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/markitai/__init__.py:1, [пакет] src/markitai/__main__.py:1, [пакет] src/markitai/api.py:1 и ещё 183
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add markitai -- uvx markitai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "markitai": {
      "args": [
        "markitai"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.markitai]
command = "uvx"
args = ["markitai"]
.cursor/mcp.json
{
  "mcpServers": {
    "markitai": {
      "args": [
        "markitai"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "markitai": {
      "args": [
        "markitai"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MODEL (provider/model for --llm enhancement, e.g. gemini/gemini-flash-lite-latest; with the matching API key env var set). The author declared them in the registry entry; get the values from the project itself.

Alternatives to markitai

same job, measured the same way
file2markdown
by file2markdown

Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.

4 tools answering
inktomd MCP Server
by hadirizvi093

Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.

9 tools answering
Document Converter
by zahid-abbas-ali-baig

Convert documents to Markdown using MarkItDown

local only
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
Pagewatch
by pagelens

Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

57 installs/wk 5 tools answering
Mdtidy
by mdtidy

Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents.

69 installs/wk answering
shuck-convert
by shan-zhu

Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.

33 installs/wk local only
Unmarkdown
by unmarkdown

The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.

37 installs/wk answering

markitai — questions

Answers built from our own checks of this server.

Why is there no uptime for markitai?
markitai runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package markitai.
How do I connect markitai?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls markitai straight from pypi; nothing to host, nothing to sign up for.
Is markitai open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.