작업 진행 중 - 주의해서 사용하세요 - Windows:
MCP PDF 도구 서버
PDF 조작 도구를 제공하는 MCP(Model Context Protocol) 서버입니다. 이 서버를 통해 LLM은 Model Context Protocol을 통해 PDF 병합 및 페이지 추출과 같은 작업을 수행할 수 있습니다.
특징
여러 PDF 파일을 하나의 PDF로 병합
사용자가 지정한 순서대로 여러 PDF 파일을 단일 PDF로 병합
PDF 파일에서 특정 페이지 추출
PDF 파일 시스템 검색이나 모든 항목 검색이 이보다 더 잘 작동합니다.
대상 입력 PDF에서 텍스트 추출 및 정규식 패턴 일치를 기반으로 관련 PDF 찾기(및 병합)
Related MCP server: PDFSizeAnalyzer-MCP
설치
이 저장소를 복제하세요
지엑스피1
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
