{
  "name": "markitdown-mcp-npx",
  "version": "1.0.3",
  "description": "NPX wrapper for Microsoft's MarkItDown MCP server - run without Docker. Provides the same file conversion capabilities (PDF, Word, Excel, images, etc.) as the original Docker version but with easier setup and direct file system access.",
  "main": "index.js",
  "bin": {
    "markitdown-mcp-npx": "bin/markitdown-mcp-npx.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "node test.js",
    "validate": "node test.js"
  },
  "keywords": [
    "markitdown",
    "mcp",
    "markdown",
    "converter",
    "microsoft",
    "npx",
    "claude",
    "llm"
  ],
  "author": "ekirjad (Based on Microsoft's markitdown-mcp)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xkiranj/markitdown-mcp-npx.git"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "preferGlobal": false,
  "dependencies": {},
  "peerDependencies": {},
  "devDependencies": {},
  "files": [
    "index.js",
    "bin/",
    "README.md",
    "TESTING.md",
    "WINDOWS_SETUP.md",
    "test.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/xkiranj/markitdown-mcp-npx#readme",
  "bugs": {
    "url": "https://github.com/xkiranj/markitdown-mcp-npx/issues"
  }
}
