Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Docweave MCP
Docweave MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 2:32:41 AM

Docweave MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
pdfdocument-processingdeveloper-toolsmcp

Generates PDFs from HTML, URLs, or templates and extracts text or Markdown from PDFs through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "docweave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@docweave/mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

The docweave/mcp MCP server gives AI agents tools for generating and reading PDF documents. It renders raw HTML, public URLs, or templates populated with JSON into PDFs, and extracts text or Markdown from PDFs supplied by URL or base64. Run it locally with npx or connect through Docweave's hosted streamable-HTTP endpoint. Reach for it when an agent needs document generation, PDF text extraction, or both.

Use cases

โ€ขGenerate invoices or reports from HTML and structured data
โ€ขConvert public web pages into PDF documents
โ€ขExtract Markdown or text from PDF files
โ€ขCheck scanned PDFs for OCR requirements

Key features

โ€ขHTML, URL, and template-to-PDF generation
โ€ขChromium-based PDF rendering
โ€ขPDF text and Markdown extraction
โ€ขURL and base64 PDF inputs
โ€ขPage count and OCR-needed reporting
โ€ขOptional PDF page settings

Capabilities & Tool Schemas (2) ~46 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Docweave MCP.

generate_pdf

`source` (one of: raw `html`, a public `url`, or a `template` + `data`) โ†’ a PDF.

read_pdf

`source` (`url` or `base64`) โ†’ extracted `content` (markdown or text) + `pageCount`.

How Docweave MCP works

What docweave/mcp MCP server does

The docweave/mcp MCP server provides two document-focused tools through the Model Context Protocol: generate_pdf and read_pdf. It is the MCP package for Docweave and is intended for clients such as Claude Desktop, Cursor, and Windsurf.

generate_pdf creates a PDF from one of three inputs: raw HTML, a public URL, or a template together with JSON data. Page settings can optionally specify the paper format, landscape mode, and margins. Rendering uses Chromium, so the tool is suited to producing PDFs from web-oriented document content.

read_pdf accepts a PDF URL or base64-encoded PDF data. It returns extracted content as text or Markdown, along with the document's page count. For scanned or image-only PDFs, the response reports needsOcr: true rather than returning empty extracted text.

How it works

An MCP client invokes either tool and supplies a structured source value. For PDF generation, the source identifies HTML, a public URL, or a template and its associated data. For PDF reading, the source identifies a URL or base64 content. The generated document or extracted result is returned to the client through MCP.

URL-based rendering is restricted by SSRF protections, and generation supports idempotency keys. The hosted service is available at https://docweave.dev/api/mcp. Requests sent to that hosted API require a Docweave bearer API key.

Setup and configuration

The docweave/mcp MCP server can run locally from the published npm package with:

Terminal
npx -y @docweave/mcp

A Claude Desktop configuration can register it as a local stdio server using npx and the -y flag. The package includes its render engine, so the documented installation does not require a separate Chromium setup.

Alternatively, an MCP client can use the hosted streamable-HTTP endpoint without installing the package. Hosted calls authenticate with a Docweave API key in the Authorization: Bearer ... header. The README states that a free account includes 50 documents per month without a card; usage is priced per document rather than per page.

Tools and capabilities

  • Generate PDFs from raw HTML.
  • Render a public URL as a PDF.
  • Populate a template with JSON data before PDF generation.
  • Set PDF format, orientation, and margins.
  • Read PDFs from URLs or base64 input.
  • Return extracted text or Markdown and a page count.
  • Flag scanned documents that need OCR.

Limitations and notes

The URL input for generation must be public, and URL rendering includes SSRF protections. The documented reading behavior identifies scanned PDFs with needsOcr; it does not state that OCR is performed by the server. Hosted use requires a Docweave API key, while the README does not specify a separate credential requirement for the local command. Pricing information in the source applies to Docweave document processing, not to the open-source package itself.

The docweave/mcp MCP server is licensed under MIT. Its repository is the source for the @docweave/mcp npm package, and the package is also listed in the official MCP registry.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Valet logoValet

    Get share links, publish and manage websites, artifacts and agents. No account needed.

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Valet โ†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    ๐Ÿ’ป Developer Tools16 views
    Compare vs Magic MCP โ†’
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    ๐Ÿ’ป Developer Tools4 views
    Compare vs Hub MCP โ†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools8 views
    Compare vs Claude Task Master โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

npm downloads
437
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Docweave MCP

Run `npx -y @docweave/mcp`. The package includes its render engine.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDocweave MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/docweave-mcp?style=directory)](https://allmcps.com/mcp/docweave-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/docweave-mcp"><img src="https://allmcps.com/api/badge/docweave-mcp?style=directory" alt="Docweave MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFreemium
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 26, 2026
npm downloads437/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good ยท 57/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 28d ago via OSV.dev ยท @docweave/mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Docweave MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code