solnk-dev/solnk-mcp

🌐 Social Media
0 Views
0 Installs

πŸŽ–οΈ πŸ“‡ ☁️ - Official Solnk MCP server β€” publish and schedule content across 9 platforms (X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, Bluesky) from any MCP client. 11 tools for publishing, drafts, scheduling, media upload, and post analytics. Hosted at mcp.solnk.com with bearer API key auth.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "solnk-dev-solnk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "solnk-dev-solnk-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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/mcp

Authenticate with a Solnk API key as a bearer token. Create one at https://solnk.com/settings/api-keys.

Authorization: Bearer sk_...

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

ToolWhat it does
solnk_list_accountsList connected social accounts (id, platform, username, status, capabilities). Call first to get account_ids.
solnk_get_usagePlan limits and current usage β€” check can_publish before posting.
solnk_publishPublish to one or more platforms in a single request (immediate, scheduled, or draft).
solnk_confirm_publishConfirm a draft so it goes out, now or scheduled.
solnk_cancel_publishCancel a draft or not-yet-sent scheduled publish.
solnk_get_publish_statusAggregate status of a publish.
solnk_list_publishesList recent publishes with filters.
solnk_get_post_analyticsRolled-up or per-platform post metrics, including live post URLs.
solnk_create_media_uploadPresigned upload for a local image/video file (3-step flow).
solnk_confirm_media_uploadFinalize a presigned upload.
solnk_create_media_from_urlIngest 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 deploy

wrangler.toml:

  • SOLNK_API_BASE β€” the Solnk public API the tools proxy to (defaults to https://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

Related MCP Servers

06ketan/substack-ops

🐍 🏠 - Substack with zero AI API keys. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via proposereply β†’ confirmreply tokens. SQLite dedup, JSONL audit, dry-run default. Install: uvx substack-ops mcp install cursor.

🌐 Social Media0 views
abhineet34/linkedin-mcp-server

πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (wmembersocial, OIDC).

🌐 Social Media0 views
anwerj/youtube-uploader-mcp

🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities.

🌐 Social Media0 views
arjun1194/insta-mcp

πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places.

🌐 Social Media0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.