Or run the launcher action "Start Development"
Add this skill
npx mdskills install trycourier/courier-mcpMinimal setup instructions without capability descriptions or tool documentation
From root:
sh dev.sh
Or run the launcher action "Start Development"
Cursor
{
"mcpServers": {
"courier": {
"url": "http://localhost:3000", // The url where this is hosted
"headers": {
"api_key": "XXXX", // Your API Key. Get yours from: https://app.courier.com/settings/api-keys (Required)
"base_url": "XXXX", // The url the underlying api client uses to make requests. (Optional) If not set, Courier Production API will be used.
}
}
}
}
Install via CLI
npx mdskills install trycourier/courier-mcpCourier MCP is a free, open-source AI agent skill. Or run the launcher action "Start Development"
Install Courier MCP with a single command:
npx mdskills install trycourier/courier-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Courier MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.