作業中 - 注意して使用してください - Windows:
MCP PDFツールサーバー
PDF操作ツールを提供するMCP(モデルコンテキストプロトコル)サーバー。このサーバーにより、LLMはモデルコンテキストプロトコルを介してPDFの結合やページの抽出などの操作を実行できます。
特徴
複数のPDFファイルを1つのPDFに結合する
複数の PDF ファイルをユーザーが指定した順序で 1 つの PDF に結合します
PDFファイルから特定のページを抽出する
PDF検索、ファイルシステム検索、またはEverything検索の方がこれよりも優れています
対象の入力 PDF からテキスト抽出と正規表現パターン マッチングに基づいて関連する PDF を検索 (および結合) します。
Related MCP server: PDFSizeAnalyzer-MCP
インストール
このリポジトリをクローンする
cd mcp-pdf-tools
# Create and activate virtual environment
uv venv
.venv\Scripts\activate
# Install the package
uv pip install -e .Claude Desktopでの使用
Claude Desktop 構成ファイル (claude_desktop_config.json) に以下を追加します。
{
"mcpServers": {
"pdf-tools": {
"command": "uv",
"args": [
"--directory",
"PATH_TO\\mcp-pdf-tools",
"run",
"pdf-tools"
]
}
}
}A
license - permissive licenseB
qualityD
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanweg/mcp-pdf-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
