
Diane Massé
Product Specialist
How to connect MagicPost to Claude
Connect MagicPost to Claude and you can read your metrics, write posts in your style, schedule them and work your leads, by asking, in plain language.
Two minutes. You need an API key first: see How to create an API key.
Claude Desktop
1. Open your Claude config file.
On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
If the file does not exist, create it.
2. Add MagicPost:
```json
{
"mcpServers": {
"magicpost": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.magicpost.in/mcp",
"--header",
"Authorization:Bearer mp_YOUR_TOKEN_HERE"
]
}
}
}
```
Replace `mp_YOUR_TOKEN_HERE` with your key. If you already have other MCP servers in the file, add `magicpost` alongside them inside `mcpServers`. Do not create a second `mcpServers` block.
3. Fully quit Claude and reopen it.
On macOS that means Cmd+Q, not just closing the window. This is the step everyone skips, and it is why the tools do not show up.
MagicPost's tools now appear in Claude's tools menu.
Claude on the web
Add MagicPost as a custom connector, pointing at:
```
```
with your `mp_...` key as the authorisation token.
Try it
Ask Claude something you would otherwise click through:
*"How did my LinkedIn posts perform over the last 30 days?"*
*"Draft a post about [topic] in my writing style and save it as a draft."*
*"What's scheduled this week?"*
*"Which of my leads are an excellent fit and haven't been contacted?"*
Two of those have a walkthrough of their own: reading your LinkedIn analytics inside Claude and scheduling LinkedIn posts from a Claude conversation.
You never name the tools. Claude picks them.
When it does not work
The tools do not appear. You did not fully quit Claude. Cmd+Q, reopen.
Authentication errors. Check you copied the *whole* key, and that the header reads `Authorization:Bearer mp_...`, with the `Bearer ` prefix included.
Nothing happens at all. Check the JSON is valid: a trailing comma or a missing brace stops Claude loading the file entirely, silently.
It worked yesterday, not today. The key may have been revoked. Create a new one.
Good to know
Claude can spend your credits: generating a post uses a generation credit, launching a lead detection uses Leads credits, exactly as in the app. It normally shows you what it is about to do and waits. Read what it proposes before you approve it.
FAQ
Which plan do I need?
Creator and above. Leads tools also need the Leads module.
Does this work on Windows?
Yes. The config file lives at `%APPDATA%\Claude\claude_desktop_config.json`; the content is identical.
What can Claude actually do?
25 tools: posts, scheduling, analytics, writing style, inspiration, leads, team. See What is MCP, and what can I do with it?
Need help?
Reach out via the in-app chat, or book a 30-minute onboarding call: https://cal.com/magicpost-team/contact-sales-team
Updated