Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.
claude mcp add doc-parse --transport http https://stagenth.com/mcp/doc-parse/
~/.cursor/mcp.json
{
"mcpServers": {
"doc-parse": {
"url": "https://stagenth.com/mcp/doc-parse/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"doc-parse": {
"serverUrl": "https://stagenth.com/mcp/doc-parse/"
}
}
}
.vscode/mcp.json
{
"servers": {
"doc-parse": {
"type": "http",
"url": "https://stagenth.com/mcp/doc-parse/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"doc-parse": {
"url": "https://stagenth.com/mcp/doc-parse/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"doc-parse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/doc-parse/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://stagenth.com/mcp/doc-parse/ |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.stagenth--doc-parse/reviews or the review_server meta-tool.
POST /mcp