Odel
searchts

searchts

Local
@capad-xyz2PythonMITUpdated Today

Keyless web access for AI agents: read bot-walled pages as Markdown, search, grab assets

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsearchtsv0.8.0

Run

uvx searchts

MCP client config

{
  "mcpServers": {
    "searchts": {
      "command": "uvx",
      "args": [
        "searchts"
      ]
    }
  }
}