Getting started

The quality of how you start an AI conversation determines the quality of the whole conversation. MDPilot turns messy raw input — tickets, threads, specs — into a precise, expert-grade prompt so your AI agent has everything it needs before writing a single line of code.

What you'll need

Nothing — to use Task mode, Generate, Explain, Convert, and Image → Prompt in your browser. No account, no API key.

An Anthropic API key — to use the MCP server. The server calls Claude using your key; calls are billed to you.

Path AWeb — no setup required
1

Go to Task mode

Navigate to mdpilot.in/task. No account or login needed.

2

Paste your task

Drop in a Jira ticket, Slack thread, bug report, or anything that describes what needs to be built. At least 20 characters.

3

Choose your output mode and generate

Select Developer guide, AI Exec, or Context drop depending on who will use the output. Click Generate — done in 5–15 seconds.

4

Paste the Agent Prompt block into your AI tool

Copy the Agent Prompt block from the bottom of TASK.md and paste it into Claude Code, Cursor, Copilot, or Windsurf as your first message.

Path BEditor — via MCP server

The MCP server runs MDPilot inside Claude Code, Cursor, Windsurf, or Goose. The key advantage: it reads your actual repo files, so generated AGENTS.md, CLAUDE.md, and TASK.md reference real scripts and paths — not guesses.

1

Get an Anthropic API key at console.anthropic.com.

2

Install Node.js 20+ if you don't have it.

3

Add the MCP server config to your IDE using the JSON config or the Claude Code CLI shortcut.

Full MCP setup guide (all clients, config snippets, all 8 tools) →