A FastMCP-based PDF reading and manipulation tool server
A FastMCP-based PDF reading and manipulation tool server. That is what the pdf mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
添加到你的 ~/.config/claude/claude_desktop_config.json (Linux/Windows) 或 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
The server publishes 6 tools. What each one is for:
Features — The Features tool exposed by this serverInstallation — The Installation tool exposed by this serverUsage — The Usage tool exposed by this serverNotes — The Notes tool exposed by this serverDevelopment — The Development tool exposed by this serverBuild — The Build tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at tool on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pdf's toolset — Features, Installation, Usage and 3 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Features | The Features tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
| Usage | The Usage tool exposed by this server. |
| Notes | The Notes tool exposed by this server. |
| Development | The Development tool exposed by this server. |
| Build | The Build tool exposed by this server. |
**已发布版本配置**
```json
{
"mcpServers": {
"pdf-tools-mcp": {
"command": "uvx",
"args": [
"pdf-tools-mcp",
"--workspace_path",
"</your/workspace/directory>",
"--tempfile_dir",
"</your/temp/directory>"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.