
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@documentero/mcp
Advanced tools
Official Documentero MCP server — list templates, get field schemas, and generate documents for AI agents (Cursor, Claude, etc.)
Official MCP server for Documentero — list templates, inspect field schemas, and generate Word/PDF/Excel documents from AI agents (Cursor, Claude Desktop, and more).
@documentero/mcp| Tool | Description |
|---|---|
list_templates | Templates with kind (word|excel), defaultFormat, allowedFormats |
get_template_fields | JSON Schema (primary, enriched value rules) + field definitions + allowed formats |
generate_document | Generate a document; signed URL (~1h) by default, or base64 if embed: true. format optional (template default). |
{
"mcpServers": {
"documentero": {
"command": "npx",
"args": ["-y", "@documentero/mcp"],
"env": {
"DOCUMENTERO_API_KEY": "your-api-key"
}
}
}
}
git clone https://github.com/documentero/documentero-mcp.git
cd documentero-mcp
npm install
npm run build
{
"mcpServers": {
"documentero": {
"command": "node",
"args": ["/absolute/path/to/documentero-mcp/dist/index.js"],
"env": {
"DOCUMENTERO_API_KEY": "your-api-key",
"DOCUMENTERO_BASE_URL": "https://app.documentero.com/api"
}
}
}
}
Use https://documentero-dev.web.app/api for the development environment.
| Variable | Required | Default | Description |
|---|---|---|---|
DOCUMENTERO_API_KEY | yes | — | Company API key (Account settings) |
DOCUMENTERO_BASE_URL | no | https://app.documentero.com/api | Cloud API base URL |
list_templates → pick a templateId (respect kind / allowedFormats)get_template_fields → shape data from jsonSchema (use fieldDefinitions for extra context like HTML/Markdown/image/link/QR rules)generate_document → download URL (or embedded base64)npm run build
DOCUMENTERO_API_KEY=your-key npm run smoke
/api/templates, /api/meta, /api/generate). Quotas and rate limits are enforced by Documentero as usual.docx / pdf; Excel templates support xlsx only.https://mcp.documentero.com/mcp) is planned; this release is stdio only.MIT © Documentero
FAQs
Official Documentero MCP server — list templates, get field schemas, and generate documents for AI agents (Cursor, Claude, etc.)
We found that @documentero/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.