Scheduling
App
MCP Server
BlackTwist has a built-in MCP server that lets you connect your account to AI assistants like Claude, Cursor, and other MCP-compatible tools.
Once connected, you can schedule posts, check analytics, manage drafts, and more — all through natural language.
Just tell your AI assistant what you want, and it handles the rest.
MCP (Model Context Protocol) is an open standard that lets AI assistants connect to external apps and services.
Think of it as giving your AI assistant direct access to your BlackTwist account, so it can take actions on your behalf.
Once connected, you can ask your AI assistant things like:
You can connect BlackTwist directly to Claude Desktop, claude.ai, and Claude mobile app, as a custom connector. This uses OAuth, so no API key is needed. Claude will handle the authentication automatically.
Step 1. Open claude.ai and go to Settings > Connectors
Step 2. Click "Add custom connector"
Step 3. Enter the BlackTwist MCP server URL:
https://blacktwist.app/api/mcpStep 4. Click Connect. Claude will redirect you to the BlackTwist login page.
Step 5. Sign in with your BlackTwist account (Google or email, the same login you normally use).
Step 6. Once signed in, you'll be redirected back to Claude. The connection is now active (if you are not redirected, click on Connect again in Claude)
That's it! You can now ask Claude things like:
The same steps work on the Claude mobile app (iOS and Android).
Go to Settings > Connectors > Add custom connector, enter the BlackTwist server URL, and sign in.
When you add BlackTwist as a custom connector, Claude automatically:
Access tokens expire after 1 hour and are refreshed automatically. You won't need to re-authenticate unless you manually disconnect the integration.
To revoke Claude's access, go to Settings > Integrations in claude.ai and remove the BlackTwist connector. This immediately invalidates the access token.
For any other tools, follow these instructions:
Choose your client below and follow the instructions.
Open your Claude Desktop config file (claude_desktop_config.json) and add:
{
"blacktwist": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://blacktwist.app/api/mcp",
"--header",
"Authorization:${BLACKTWIST_TOKEN}"
],
"env": {
"BLACKTWIST_TOKEN": "Bearer YOUR_API_KEY"
}
}
}Replace YOUR_API_KEY with the key you copied in Step 1.
You need node.js v22, if you are using nvm be sure to use the correct version:
{
"blacktwist": {
"command": "/Users/<your_user>/.nvm/versions/node/v22.22.0/bin/npx",
"args": [
"-y",
"mcp-remote@latest",
"https://blacktwist.app/api/mcp",
"--header",
"Authorization:${BLACKTWIST_TOKEN}"
],
"env": {
"BLACKTWIST_TOKEN": "Bearer YOUR_API_KEY",
"PATH": "/Users/<your_user>/.nvm/versions/node/v22.22.0/bin:/usr/local/bin:/usr/bin:/bin",
"NODE_PATH": "/Users/<your_user>/.nvm/versions/node/v22.22.0/lib/node_modules"
}
}
}Run in the terminal:
claude mcp add --transport http blacktwist https://blacktwist.app/api/mcp --header "Authorization: Bearer YOUR_API_KEY"Or create/edit the .mcp.json file in your project root and add:
{
"mcpServers": {
"blacktwist": {
"type": "url",
"url": "https://blacktwist.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}blacktwisturlhttps://blacktwist.app/api/mcpAuthorization: Bearer YOUR_API_KEYOpen your AI assistant and try any of the example prompts above. The assistant will use your BlackTwist account to carry out the action.
You can create, view, and delete API keys anytime from Settings > MCP.
Here is the full list of actions your AI assistant can perform through the MCP connection:
If you use BlackTwist with a team, your AI assistant automatically works in the context of your currently active team. You can also tell it to switch by saying things like "list my posts for team X" or "use my personal account".
Team members can access paid features through their team owner's subscription — no separate plan needed.
Some analytics tools (metric timeseries, post analytics, and follower growth) require a paid plan. Free-plan users can still access live metrics, consistency heatmaps, daily recaps, and recommendations.
Prompts are reusable templates that guide your AI assistant through multi-step workflows. In Claude Desktop, access them by typing /
in the chat. In Claude Code, run claude prompts to list them.
- weekly-report — weekly performance report
- content-ideas — post ideas based on your analytics (optional topic filter)
- optimize-schedule — analyze and optimize your posting schedule
- draft-review — review and improve your drafts
- monthly-recap — comprehensive monthly performance recap
BlackTwist
Give your social a twist.
© Copyright 2026 BlackTwist. All rights reserved.