markitdown_mcp_server
A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility.
GitHubスター
53
ユーザー評価
未評価
お気に入り
0
閲覧数
17
フォーク
11
イシュー
2
インストール方法
難易度
初級推定所要時間
5-10 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/KorigamiK/markitdown_mcp_server
cd markitdown_mcp_server
2. 依存関係のインストール
bash
uv install
3. Claude Desktop設定
claude_desktop_config.json
を編集してMCPサーバーを追加:
json
{
"mcpServers": {
"markitdown_mcp": {
"command": {
"path": "uv",
"args": ["--directory", "/path/to/markitdown_mcp_server", "run", "markitdown"]
}
}
}
}
4. サーバーの起動
bash
uv run markitdown