MCP.so
登录

Pdf

@jhchen2222-ui

关于 Pdf

pdf tools

基本信息

分类

文件与存储

运行时

python

传输方式

stdio

发布者

jhchen2222-ui

提交者

jhchen2222-ui

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "pdf": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\path\\to\\pdfmcp",
        "run",
        "pdfmcp",
        "--output-dir",
        "C:\\path\\to\\output"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Pdf?

Pdf is an MCP (Model Context Protocol) server that provides PDF-related functionality. It is built with Python (3.10+) and is designed for integration with AI assistants such as Cline.

How to use Pdf?

Clone the repository, create a Python virtual environment with uv venv, install dependencies with uv pip install -e ., then run the server with uv run main.py. For Cline, add an MCP configuration entry that uses the uv command with the --directory argument pointing to the local clone and run main.py as the argument.

Key features of Pdf

Use cases of Pdf

FAQ from Pdf

评论

文件与存储 分类下的更多 MCP 服务器