One command for Claude Code. Then start prompting. That's it.
claude mcp add pdfdancer -- npx -y @pdfdancer/pdfdancer-mcpUsing other tools? See setup guides below.
Want to use the SDK directly in your code?
Use the SDK Yourself →The PDFDancer MCP server gives your AI coding assistant instant access to searchable PDFDancer SDK documentation. No more context switching or manual doc searches.
Your AI now has access to PDFDancer docs and can build anything PDF-related
Here's an actual conversation from Claude Code. Notice how Claude automatically searches the docs and implements the solution:
Here are real prompts you can use to build PDF applications. Your AI will handle the rest.
Option 1 (Recommended): Run this command (takes 3 seconds):
claude mcp add pdfdancer -- npx -y @pdfdancer/pdfdancer-mcpOption 2 (Manual): Edit config file and add:
Linux/macOS: ~/.config/claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pdfdancer-mcp": {
"command": "npx",
"args": ["-y", "@pdfdancer/pdfdancer-mcp"]
}
}
}Works with all major AI coding assistants that support MCP (Model Context Protocol)
Anonymous sessions supported (watermarked). Remove watermark by creating a free account.