Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
claude mcp add doc-gen --transport http https://stagenth.com/mcp/doc-gen/
~/.cursor/mcp.json
{
"mcpServers": {
"doc-gen": {
"url": "https://stagenth.com/mcp/doc-gen/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"doc-gen": {
"serverUrl": "https://stagenth.com/mcp/doc-gen/"
}
}
}
.vscode/mcp.json
{
"servers": {
"doc-gen": {
"type": "http",
"url": "https://stagenth.com/mcp/doc-gen/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"doc-gen": {
"url": "https://stagenth.com/mcp/doc-gen/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"doc-gen": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/doc-gen/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://stagenth.com/mcp/doc-gen/ |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.stagenth--doc-gen/reviews or the review_server meta-tool.
POST /mcp