io.github.docjet-dev/docjet-mcp MCP Server
io.github.docjet-dev/docjet-mcp
What is the io.github.docjet-dev/docjet-mcp MCP server?
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
How to install io.github.docjet-dev/docjet-mcp
Copy-paste configuration for popular MCP clients.
DOCJET_API_KEYrequiredsecretDocJet API key (get one free at https://docjet.dev — POST /v1/signup)
DOCJET_BASE_URLOverride the API base URL (default: https://api.docjet.dev)
{
"mcpServers": {
"docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<YOUR_DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<YOUR_DOCJET_BASE_URL>"
}
}
}
}{
"mcpServers": {
"docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<YOUR_DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<YOUR_DOCJET_BASE_URL>"
}
}
}
}{
"mcpServers": {
"docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<YOUR_DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<YOUR_DOCJET_BASE_URL>"
}
}
}
}{
"servers": {
"docjet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<YOUR_DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<YOUR_DOCJET_BASE_URL>"
}
}
}
}claude mcp add docjet-mcp --env DOCJET_API_KEY=<YOUR_DOCJET_API_KEY> --env DOCJET_BASE_URL=<YOUR_DOCJET_BASE_URL> -- npx -y docjet-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.