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:
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.
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.
You can create, view, and delete API keys anytime from Settings > MCP.
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.
BlackTwist
Give your social a twist.
© Copyright 2026 BlackTwist. All rights reserved.