Remote (recommended)
A hosted server at a single URL. Sign in with your Market or Die account —
no API key to manage. Best for Claude, ChatGPT, and Cursor.
Local (npm)
Runs on your machine via
npx and authenticates with an API key. Use it for
offline clients or when you’d rather not use OAuth.Remote server (OAuth)
Point your client at:- Claude
- ChatGPT
- Cursor
- Other clients
1
Open connectors
In Claude, go to Settings → Connectors → Add custom connector.
2
Add the URL
Name it
Market or Die and set the URL to
https://api.marketordie.io/mcp. Save.3
Sign in
Click Connect. A Market or Die window opens — sign in and Authorize.
You’ll bounce back to Claude, connected.
Local server (npm)
Prefer a key over the browser flow? The local server wraps the same REST API. First create an API key under Profile → Developers, then add:Tools
Both servers expose the same tools:Try it
Once connected, ask your assistant things like:- “What channels can I post to in Market or Die?”
- “Draft a LinkedIn post announcing our new pricing.”
- “Schedule this thread to X and LinkedIn for tomorrow 9am.”
- “Show my scheduled posts.”
Troubleshooting
The sign-in window doesn't open
The sign-in window doesn't open
Make sure your client supports remote MCP with OAuth. Older clients only
support local (command-based) servers — use the npm option
instead.
It posts to the wrong workspace
It posts to the wrong workspace
The connection acts as the member you signed in as. Sign out of that Market
or Die account in the consent window and reconnect with the right one.