Generate branded PDF reports from your MCP servers and tools with a single API call. Automate your reporting.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"7f1f5f35-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7f1f5f35-mcp-servers-tools-pdf-report"
]
}
}
}
Run in terminal:
claude mcp add 7f1f5f35-mcp-servers npx -y ncreighton/7f1f5f35-mcp-servers-tools-pdf-report
Add to .cursor/mcp.json:
{
"mcpServers": {
"7f1f5f35-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7f1f5f35-mcp-servers-tools-pdf-report"
]
}
}
}