markitai for VS Code
io.github.ynewtime/markitai
Convert documents, images and web pages to clean Markdown, for agents: single, URL and batch tools.
client:VS Code
transport:stdio
runtime:pypi
Install markitai in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "model",
"description": "MODEL",
"password": true
}
],
"servers": {
"markitai": {
"type": "stdio",
"command": "uvx",
"args": [
"markitai"
],
"env": {
"MODEL": "${input:model}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs