searchts for Cursor
io.github.capad-xyz/searchts
Keyless web access for AI agents: read bot-walled pages as Markdown, search, grab assets
client:Cursor
transport:stdio
runtime:pypi
Install searchts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"searchts": {
"type": "stdio",
"command": "uvx",
"args": [
"searchts"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs