Tubask

Connect your client

Tubask is a remote HTTP MCP server. Add the URL once, sign in via OAuth on first use — no local Python or Node runtime on your machine.

Before you connect

  • Complete signup and add your YouTube API key first — the server won't return useful results without it.
  • Copy your MCP URL from the dashboard or onboarding. It's tied to your account for usage and billing.
  • Use the correct JSON field per client: url (Cursor), httpUrl (Gemini), serverUrl (Windsurf). Claude Desktop and ChatGPT only need the URL in Connectors.

Connect

Pick your client, copy the snippet, paste in the right file.

Paste into .cursor/mcp.json

  1. 1.Copy the JSON below
  2. 2.Paste & save
  3. 3.Connect — signup → authorize → done (2 clicks)
{
  "mcpServers": {
    "tubask": {
      "url": "https://tubask.app/mcp"
    }
  }
}

Remote servers use url — not serverUrl.

Then paste any YouTube link in your assistant.

Client-specific notes

First request

After saving config, send any YouTube-related prompt. OAuth should open automatically. If it doesn't, check Troubleshooting.