Cursor
Drop a server block into `mcp.json` and sign in.
Steps
- Open ~/.cursor/mcp.json (create it if it isn’t there). For one project only, use .cursor/mcp.json inside the project instead.
- Add the askdeck block below, keeping any servers you already have.
- 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
It can create a deck from a brief, list your decks, follow a build through to done, and collect the finished file; follow a video render started from a deck; upload source material for the deck to draw on; and read your credit balance or quote a price before anything is charged. Your client shows the exact tool list after you connect.
Spending draws on the same credit balance the app uses. Asking for your balance, a quote, or any status 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.