New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@formfeed/mcp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formfeed/mcp

Model Context Protocol server for Formfeed: list templates, read data schemas, validate and render documents from AI agents.

latest
Source
npmnpm
Version
0.3.10
Version published
Maintainers
1
Created
Source

@formfeed/mcp

formfeed MCP server – quality and maintenance score on Glama

Model Context Protocol server for Formfeed. Gives Claude, Cursor and other agents six tools: list_templates, get_template_schema, validate_template (free: the data against the template's schema, ad-hoc HTML offline), render, convert_to_pdf (Word, Excel, PowerPoint and OpenDocument to PDF) and get_render.

stdio (Claude Desktop, Cursor, Claude Code)

{
  "mcpServers": {
    "formfeed": {
      "command": "npx",
      "args": ["-y", "@formfeed/mcp"],
      "env": { "FORMFEED_API_KEY": "ff_test_…" }
    }
  }
}

A test key renders free with a watermark; a live key consumes units. FORMFEED_REGION=us or FORMFEED_BASE_URL select another API host.

Hosted (Streamable HTTP)

https://mcp.formfeed.dev/mcp/<workspace id> signs in with your Formfeed account (OAuth; the client opens the browser), https://mcp.formfeed.dev/mcp takes Authorization: Bearer ff_…. Self-host the same endpoint with formfeed-mcp --http --port 8790, plus --auth-server <issuer> for OAuth sign-in against your own Supabase Auth.

Documentation: https://docs.formfeed.dev/integrations/mcp

Keywords

formfeed

FAQs

Package last updated on 25 Sep 2026

Related posts