Claude
OAuth connections share one ScriptHaul allowance pool across your account’s connected apps. Review the client name and redirect destination host before approving. Reconnect when prompted, no later than 30 days; see connection limits and reconnect timing.
Connect your ScriptHaul account to Claude with OAuth. These instructions cover claude.ai and Claude Desktop.
Connect your account
- Open Customize → Connectors, then + → Add custom connector.
- Name it ScriptHaul and enter the server URL below. Leave the advanced client ID and client secret fields empty; ScriptHaul supports dynamic registration.
- Add the connector, select Connect, and finish the email-code sign-in at api.scripthaul.com.
- Review the client name and the mcp scope, then approve. Enable ScriptHaul from the chat's + → Connectors menu.
These are the values to enter in the connector form, rather than a Desktop configuration file:
{
"name": "ScriptHaul",
"url": "https://api.scripthaul.com/mcp"
}The grant lets Claude use your account's tools, create jobs, and spend credits. It cannot see or create API keys. Revoke it in Dashboard → Connected apps. A delivered search page or cold transcript costs one credit; cache hits, channel resolution, and latest uploads cost zero.
Claude Desktop uses this remote connector flow too. Remote connections run through Claude's cloud service; putting an HTTP URL in a local stdio configuration is unnecessary. Team and Enterprise owners may first need to add the connector in organization settings before members can connect. Verified 2026-09-05 against Anthropic's custom connector guide.
Try without an account
Add a second custom connector using these form values. It needs no authentication:
{
"name": "ScriptHaul taste",
"url": "https://scripthaul.com/mcp"
}Ask: “Show the newest videos from channel UC4QobU6STFB0P71PMvOGN5A.” This uses the free get_latest_videos tool. The keyless server also offers small listings and 20 cold transcript fetches per address per UTC day. For YouTube search or durable bulk jobs, select your account connector.
Ask your account connector: “Find one page of TED videos about memory.” This calls search_youtube and costs one credit when delivered. See all tools and costs and the installable agent skill.