Cursor
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.
Review Cursor's installation prompt, then connect the server from MCP settings. The browser will open ScriptHaul's email-code sign-in and OAuth consent screen. The mcp grant can create jobs and spend credits, but cannot see or create API keys. You can revoke it in Dashboard → Connected apps.
The button installs this server entry. To configure manually, merge this JSON into .cursor/mcp.json in your project or ~/.cursor/mcp.json for your user:
{
"mcpServers": {
"scripthaul": {
"url": "https://api.scripthaul.com/mcp"
}
}
}Use an API key
If your environment supplies SCRIPTHAUL_API_KEY, this alternative sends it as an HTTP header:
{
"mcpServers": {
"scripthaul": {
"url": "https://api.scripthaul.com/mcp",
"headers": { "Authorization": "Bearer ${env:SCRIPTHAUL_API_KEY}" }
}
}
}Configuration and environment interpolation follow Cursor's MCP guide; the button follows Cursor's install-link format. Verified 2026-09-05.
Try without an account
Add the keyless server to Cursor
{
"mcpServers": {
"scripthaul-taste": {
"url": "https://scripthaul.com/mcp"
}
}
}Ask: “Show the newest videos from channel UC4QobU6STFB0P71PMvOGN5A.” This free feed tool does not consume the keyless limit of 20 cold transcripts per address per UTC day. On the account server, try “Find one page of TED videos about memory”: a delivered search page costs one credit. Cold transcripts also cost one credit; cached transcripts, channel resolution, and latest uploads cost zero.
See all tools and costs and the agent skill.