Codex
Connect Scrapeless MCP to Codex. You’ll need your Scrapeless API token.
Setup
Codex reads MCP servers from ~/.codex/config.toml. Add a [mcp_servers.scrapeless] entry:
[mcp_servers.scrapeless]
command = "npx"
args = ["-y", "scrapeless-mcp-server"]
env = { SCRAPELESS_KEY = "YOUR_SCRAPELESS_KEY" }Or register it from the CLI:
codex mcp add scrapeless \
--env SCRAPELESS_KEY=YOUR_SCRAPELESS_KEY \
-- npx -y scrapeless-mcp-serverRestart Codex, then run codex mcp list to confirm the server is connected. Codex can now search, scrape, crawl, and automate a browser through Scrapeless.
Prefer the hosted endpoint? See the Streamable HTTP config in Authentication and Transports.