Skip to main content
ClaudeWave

Formfeed client libraries, CLI, development kit and integrations: PDF and image generation from templates

MCP ServersOfficial Registry1 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · pytest
Claude Code CLI
claude mcp add formfeed -- python -m pytest
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "formfeed": {
      "command": "python",
      "args": ["-m", "pytest"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install pytest
Use cases

MCP Servers overview

# Formfeed packages

Client libraries, command line tools and integrations for [Formfeed](https://formfeed.dev/?utm_source=github), the API
for generating PDFs and images from templates. Documentation lives at
[docs.formfeed.dev](https://docs.formfeed.dev).

| Package | Registry | What it is |
|---|---|---|
| [`@formfeed/sdk`](packages/sdk-ts) | [npm](https://www.npmjs.com/package/@formfeed/sdk) | TypeScript client: renders, batches, templates, webhooks. No dependencies, Web APIs only |
| [`formfeed`](packages/sdk-python) | [PyPI](https://pypi.org/project/formfeed/) | Python client, sync and async |
| [`formfeed`](packages/cli) | [npm](https://www.npmjs.com/package/formfeed) | CLI: templates as files, offline preview and validation, renders through the API |
| [`@formfeed/engine`](packages/engine) | [npm](https://www.npmjs.com/package/@formfeed/engine) | The template engine (Jinja2, Liquid, Handlebars) the API and the editor use |
| [`@formfeed/devkit`](packages/devkit) | [npm](https://www.npmjs.com/package/@formfeed/devkit) | Template folders, project config and local rendering |
| [`@formfeed/testing`](packages/testing) | [npm](https://www.npmjs.com/package/@formfeed/testing) | Vitest and Jest matchers for templates |
| [`@formfeed/mcp`](packages/mcp) | [npm](https://www.npmjs.com/package/@formfeed/mcp) | Model Context Protocol server for AI agents |
| [`n8n-nodes-formfeed`](packages/n8n-nodes-formfeed) | [npm](https://www.npmjs.com/package/n8n-nodes-formfeed) | n8n community node |

Every npm package is built and published from this repository by
[GitHub Actions](.github/workflows/release.yml) with
[provenance](https://docs.npmjs.com/generating-provenance-statements), and the Python package with
[trusted publishing](https://docs.pypi.org/trusted-publishers/), so each release can be traced to
the commit and workflow run it came from.

## Development

Node 22 or newer and pnpm (the version in `package.json`, `corepack enable` picks it up):

```bash
pnpm install
pnpm nx run-many -t lint test --exclude sdk-python   # TypeScript packages
pnpm nx run-many -t bundle smoke                     # build, pack and try every npm package
cd packages/sdk-python && pip install pytest httpx pydantic && python -m pytest -q
```

This repository is generated from Formfeed's main repository, where the packages are developed
together with the API they talk to. See [CONTRIBUTING.md](CONTRIBUTING.md) for how issues and pull
requests are handled.

## Licence

MIT, see [LICENSE](LICENSE). Bundled third-party code keeps its own licence; the CLI and MCP packages
list it in `THIRD_PARTY_LICENSES.md`.
clihtml-to-pdfmcpn8npdfpdf-generationsdktemplates

What people ask about formfeed

What is formfeed-dev/formfeed?

+

formfeed-dev/formfeed is mcp servers for the Claude AI ecosystem. Formfeed client libraries, CLI, development kit and integrations: PDF and image generation from templates It has 1 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install formfeed?

+

You can install formfeed by cloning the repository (https://github.com/formfeed-dev/formfeed) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is formfeed-dev/formfeed safe to use?

+

Our security agent has analyzed formfeed-dev/formfeed and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains formfeed-dev/formfeed?

+

formfeed-dev/formfeed is maintained by formfeed-dev. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to formfeed?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy formfeed to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: formfeed-dev/formfeed
[![Featured on ClaudeWave](https://claudewave.com/api/badge/formfeed-dev-formfeed)](https://claudewave.com/repo/formfeed-dev-formfeed)
<a href="https://claudewave.com/repo/formfeed-dev-formfeed"><img src="https://claudewave.com/api/badge/formfeed-dev-formfeed" alt="Featured on ClaudeWave: formfeed-dev/formfeed" width="320" height="64" /></a>

More MCP Servers

formfeed alternatives