AgentHubAgentHub

MarkItDown MCP Server

MCP ServerMCP Hub 中国

io.mcp-cn.markitdown-mcp-npx · vlatest

MarkItDown MCP服务器,提供无Docker依赖的NPX包装器,支持直接运行Microsoft的markitdown-mcp服务器,包括自动Python环境设置和依赖管理

概览

MarkItDown MCP Server 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

MarkItDownNPX无DockerPython自动设置跨平台

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "io-mcp-cn-markitdown-mcp-npx": {
      "command": "npx",
      "args": [
        "-y",
        "markitdown-mcp-npx"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.markitdown-mcp-npx",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "MarkItDown MCP Server",
  "description": "MarkItDown MCP服务器,提供无Docker依赖的NPX包装器,支持直接运行Microsoft的markitdown-mcp服务器,包括自动Python环境设置和依赖管理",
  "author": {
    "name": "ekirjad"
  },
  "homepage": "https://mcp-cn.com/server/132",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "markitdown-mcp-npx",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:254181",
    "MarkItDown",
    "NPX",
    "无Docker",
    "Python",
    "自动设置",
    "跨平台"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "markitdown-mcp-npx",
    "originalUrl": "https://mcp-cn.com/server/132",
    "isOfficial": false,
    "status": "active"
  }
}
MarkItDown MCP Server — MCP Server 安装与配置 · AgentHub