18 hours ago
solnk is a social media management platform that lets you schedule and publish content to nine networks — Instagram, TikTok, YouTube, X, LinkedIn, Pinterest, Facebook, Threads, and Bluesky — from one place. Its MCP server lets AI agents draft and publish social posts through a single interface, with a draft-first safety model so nothing goes live without review. Includes a content calendar, team approval workflow, and analytics. Start free at solnk.com.
Overview
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_..."
]
}
}
}