Skip to content
Grok

markitai for Grok

io.github.ynewtime/markitai

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

client:Grok transport:stdio runtime:pypi

Install markitai in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "markitai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "markitai"
      ],
      "env": {
        "MODEL": "<MODEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

markitai in other clients