20 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.
Server Config
{
"mcpServers": {
"solnk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.solnk.com/mcp",
"--header",
"Authorization: Bearer sk_..."
]
}
}
}