superfetch for Cursor
io.github.j0hanz/superfetch
Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format
client:Cursor
transport:stdio
runtime:npm
Install superfetch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"superfetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/superfetch"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs