defuddle-stdio-mcp
v1.0.0
Published
stdio MCP server: fetch a URL and extract clean markdown with Defuddle
Maintainers
Readme
defuddle-stdio-mcp
stdio MCP server that fetches a URL and extracts main content as clean markdown using Defuddle locally (no defuddle.md proxy).
Requirements
- Node.js >= 18
Run
npx -y defuddle-stdio-mcpMCP config
{
"mcpServers": {
"defuddle": {
"command": "npx",
"args": ["-y", "defuddle-stdio-mcp"]
}
}
}Or with a local install:
{
"mcpServers": {
"defuddle": {
"command": "node",
"args": ["/absolute/path/to/defuddle-stdio-mcp/index.js"]
}
}
}Tool: fetch
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| url | string | required | URL to fetch |
| max_length | number | 5000 | Max characters returned |
| start_index | number | 0 | Slice start index |
| raw | boolean | false | Return raw HTML (no extraction) |
| user_agent | string | Safari UA | Custom User-Agent |
License
MIT
