MCP server for Posthive — schedule posts to 11 social platforms from Claude, Cursor, Windsurf, or any MCP-compatible AI agent
MCP server for Posthive — schedule posts to 11 social platforms from Claude, Cursor, Windsurf, or any MCP-compatible AI agent. That is what the posthive mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The agentic social media scheduling platform with built-in AI agent support.
The server publishes 14 tools. What each one is for:
Multi — platform posting** - write once, publish to 14+ platforms simultaneouslyPer — platform overrides** - custom text and first comment per accountSelf-hostable — Docker compose, one command, billing optionalLayer — TechnologyFrontend — Next.js 16 (App Router), React 18, Tailwind CSSBackend — Fastify v4, TypeScript ESM, Node.jsDatabase — Prisma 5 + PostgresQueue — BullMQ + Redis (Upstash / Railway)Storage — Local disk (dev) / Supabase Storage (prod)Email — ResendBilling — Dodo Payments (optional)Monitoring — SentryConfiguration is passed through the environment: ENCRYPTION_KEY, DATABASE_URL, REDIS_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Posthive's toolset — Multi, Per, Self-hostable and 11 more — is a fair guide to whether it matches your workflow. It is maintained by guna_a; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Posthive's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Multi | platform posting** - write once, publish to 14+ platforms simultaneously |
| Per | platform overrides** - custom text and first comment per account |
| Self-hostable | Docker compose, one command, billing optional |
| Layer | Technology |
| Frontend | Next.js 16 (App Router), React 18, Tailwind CSS |
| Backend | Fastify v4, TypeScript ESM, Node.js |
| Database | Prisma 5 + Postgres |
| Queue | BullMQ + Redis (Upstash / Railway) |
| Storage | Local disk (dev) / Supabase Storage (prod) |
| Resend | |
| Billing | Dodo Payments (optional) |
| Monitoring | Sentry |
| Service | URL |
| Web | http://localhost:3000 |
| Variable | Description | Required |
|---|---|---|
| ENCRYPTION_KEY | Credential the server authenticates with. | Yes |
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
| REDIS_URL | Endpoint or connection string the server talks to. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.