Skip to content

Cursor

Drop a server block into `mcp.json` and sign in.

Steps

  1. Open ~/.cursor/mcp.json (create it if it isn’t there). For one project only, use .cursor/mcp.json inside the project instead.
  2. Add the askdeck block below, keeping any servers you already have.
  3. Reopen Cursor, then Settings → MCP and click Sign in next to askdeck.

~/.cursor/mcp.json

{
  "mcpServers": {
    "askdeck": {
      "url": "https://mcp-api.askdeck.ai/mcp"
    }
  }
}

What it can do once connected

Thirteen tools: create a deck, check its status, download it, revise it, translate it, unlock it, list your decks, make a video from it, check that video, share it, upload source material, read your credit balance, and quote a price before you spend anything.

Every one of them spends from the same credit balance the app uses. Asking for your balance or a quote is free.

Prefer to write code?

You do not need this connector to use the REST API. Mint a key at Settings → API & MCP and start with the quickstart.