extract for Cursor
dev.averra/extract
URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching.
client:Cursor
transport:stdio
runtime:npm
Install extract in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"extract": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@averra/extract-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs