Or run the launcher action "Start Development"
Add this skill
npx mdskills install trycourier/courier-mcpMinimal setup instructions without capability descriptions or tool documentation
1# Courier MCP23### 1. Run the test server45From root:67```bash8sh dev.sh9```1011Or run the launcher action "Start Development"1213### 2 Install the MCP server1415**Cursor**16```json17{18 "mcpServers": {19 "courier": {20 "url": "http://localhost:3000", // The url where this is hosted21 "headers": {22 "api_key": "XXXX", // Your API Key. Get yours from: https://app.courier.com/settings/api-keys (Required)23 "base_url": "XXXX", // The url the underlying api client uses to make requests. (Optional) If not set, Courier Production API will be used.24 }25 }26 }27}28```29
Full transparency — inspect the skill content before installing.