- Solnk MCP
Solnk MCP
Solnk — Post to all your social media from one place
Solnk is a social media management platform for creators, teams, brands, and agencies. Schedule and publish content across nine networks from a single dashboard: Instagram, TikTok, YouTube, X, LinkedIn, Pinterest, Facebook, Threads, and Bluesky.
What the MCP server does
The Solnk MCP server lets AI agents create drafts, schedule content, publish posts, list connected accounts, and upload media through one interface instead of integrating with nine separate platform APIs.
It supports a draft-first workflow, allowing agents to prepare content for review before publishing. Authorized users can also schedule or publish posts directly.
Key features
- Publish to nine social platforms through their official APIs
- Create drafts, schedule posts, or publish immediately
- Upload images and videos
- List and manage connected social accounts
- Shared content calendar and bulk scheduling
- Team roles and approval workflows
- Per-post and per-account analytics
- REST API and webhooks alongside the MCP server
Get started
Start free at solnk.com and create an API key under Settings → API Keys.
Server Config
{
"mcpServers": {
"solnk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.solnk.com/mcp",
"--header",
"Authorization: Bearer sk_..."
]
}
}
}