Solnk MCP
OfficialAllows publishing and scheduling content to Bluesky social accounts, including post creation, scheduling, and analytics.
Allows publishing and scheduling content to Facebook social accounts, including post creation, scheduling, and analytics.
Allows publishing and scheduling content to Instagram social accounts, including post creation, scheduling, and analytics.
Allows publishing and scheduling content to Pinterest social accounts, including post creation, scheduling, and analytics.
Allows publishing and scheduling content to Threads social accounts, including post creation, scheduling, and analytics.
Allows publishing and scheduling content to TikTok social accounts, including post creation, scheduling, and analytics.
Allows publishing and scheduling content to YouTube social accounts, including post creation, scheduling, and analytics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Solnk MCPpublish a tweet to X and LinkedIn about our new product launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Solnk MCP
A Model Context Protocol server for Solnk — let any MCP client (Claude, Cursor, your own agent) publish and schedule content across 9 social platforms through one tool surface: X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, and Bluesky.
It's a thin, stateless proxy to the Solnk public API: your API key is forwarded per request, and all auth/scope/quota enforcement happens server-side. No credentials are stored in this Worker.
Hosted endpoint
A managed instance runs at:
https://mcp.solnk.com/mcpAuthenticate with a Solnk API key as a bearer token. Create one at https://solnk.com/settings/api-keys.
Authorization: Bearer sk_...Related MCP server: postfast-mcp
Connect a client
Most MCP clients reach a remote HTTP server through mcp-remote. Example config (Claude Desktop / Cursor / any client using the standard mcpServers schema):
{
"mcpServers": {
"solnk": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.solnk.com/mcp",
"--header",
"Authorization:Bearer ${SOLNK_API_KEY}"
],
"env": {
"SOLNK_API_KEY": "sk_your_key_here"
}
}
}
}Clients with native Streamable HTTP support can connect to https://mcp.solnk.com/mcp directly and set the Authorization: Bearer sk_... header.
Tools
Tool | What it does |
| List connected social accounts (id, platform, username, status, capabilities). Call first to get |
| Plan limits and current usage — check |
| Publish to one or more platforms in a single request ( |
| Confirm a draft so it goes out, now or scheduled. |
| Cancel a draft or not-yet-sent scheduled publish. |
| Aggregate status of a publish. |
| List recent publishes with filters. |
| Rolled-up or per-platform post metrics, including live post URLs. |
| Presigned upload for a local image/video file (3-step flow). |
| Finalize a presigned upload. |
| Ingest an image/video by public URL in one call. |
Full request/response shapes and per-platform options live at developers.solnk.com.
Self-hosting
The server is a single Cloudflare Worker.
pnpm install
# Local dev — point at your own Solnk API base if needed
# (edit SOLNK_API_BASE in wrangler.toml, e.g. http://localhost:3002/api/v1)
pnpm dev
# Deploy to your own Cloudflare account
pnpm deploywrangler.toml:
SOLNK_API_BASE— the Solnk public API the tools proxy to (defaults tohttps://api.solnk.com/api/v1).routes— bind your own custom domain.
No secrets are needed at deploy time; the API key is supplied by the client at request time.
Discovery without a key
MCP discovery (initialize / tools/list) is open — clients, inspectors, and directories can introspect the tool surface without an API key. A key is only required to actually invoke a publishing tool. A Dockerfile is included so the Worker can be built and run locally (wrangler dev, no Cloudflare login) for introspection.
License
MIT © Solnk
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/solnk-dev/solnk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server