fanout for Cursor
io.github.houtini-ai/fanout
Multi-URL comparative content analysis with topical gap detection
client:Cursor
transport:stdio
runtime:npm
Install fanout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fanout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/fanout-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs