Skip to content
Cursor

markitai for Cursor

io.github.ynewtime/markitai

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

client:Cursor transport:stdio runtime:pypi

Install markitai in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

markitai in other clients