
Publora MCP server
Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.
5 stars
Reviews
Write oneNobody has reviewed Publora yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Publora tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 501ms; handshake note: Streamable HTTP error: Error POSTing to endpoint: {"error":"API key required. Use Authorization: Bearer sk_<your_key> or20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
What the publisher says
From the Publora repository's README, as published. We do not edit it. Read it on GitHub
Publora MCP Server
Official Model Context Protocol (MCP) server for Publora — control your social media scheduling directly from AI assistants like Claude, Cursor, and any MCP-compatible client.
No coding required. Just describe what you want in plain English:
"Schedule a LinkedIn post for tomorrow at 9am"
"How did my last post perform?"
"Post this to Twitter and LinkedIn"
Quick Start
Remote Server (Recommended)
Publora hosts an MCP server at mcp.publora.com/mcp — no installation needed.
Using Claude? Install it from the connectors directory: claude.ai/directory/publora. Select Connect, sign in to Publora, approve. No API key, no config file — on web, desktop and mobile alike.
Every other client:
1. Get your API key at app.publora.com/dashboard/api (API in the dashboard sidebar)
2. Add to your MCP client:
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com/mcp",
"headers": {
"Authorization": "Bearer sk_YOUR_API_KEY"
}
}
}
}Clients that support OAuth (Claude Code, Cursor, VS Code, Codex and others) can leave out headers and sign in through the browser instead.
3. Restart your client and start talking to your AI about social media!
Client Setup
Claude Code (CLI)
claude mcp add --transport http --scope user publora https://mcp.publora.com/mcpRun /mcp, select publora, choose Authenticate and sign in to Publora in the browser. No API key needed.
For CI or headless machines, send a static key instead:
claude mcp add --transport http --scope user publora https://mcp.publora.com/mcp \
--header "Authorization: Bearer sk_YOUR_API_KEY"The same entry can go in ~/.claude.json or a project .mcp.json (JSON above). Verify with the /mcp command.
Claude Desktop
Claude Desktop uses the same connectors as Claude on the web: open claude.ai/directory/publora and select Connect. There is no config file to edit.
Settings → Developer → Edit Config is only needed to run this repository locally over stdio, after cloning it and running npm install (see Local Development for how its tools differ from the hosted server):
{
"mcpServers": {
"publora": {
"command": "node",
"args": ["/path/to/mcp-server/src/stdio.js"],
"env": {
"PUBLORA_API_KEY": "sk_YOUR_API_KEY"
}
}
}
}Cursor
Create .cursor/mcp.json in your project:
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com/mcp",
"headers": {
"Authorization": "Bearer sk_YOUR_API_KEY"
}
}
}
}Local Development
Run your own instance:
git clone https://github.com/publora/mcp-server.git
cd mcp-server
npm install
PUBLORA_API_URL=https://api.publora.com npm startServer runs on http://localhost:3100
The code in this repository is an April 2026 snapshot of the server. Its tool set is older: it has LinkedIn analytics and workspace tools, and lacks completemedia, deletemedia, prunemediareference, poststats, profilestats, linkedincreatereshare and linkedinlistmentionables. Use the hosted server for the current tools.
Available Tools (18)
The hosted server at mcp.publora.com/mcp exposes:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp-server https://mcp.publora.com/mcp
Publora: common questions
- Is Publora MCP server safe?
- Yes, by our scan: it is graded A (90/100). Read the Publora safety report
- How do I install Publora?
- It runs remotely at mcp.publora.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Publora need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Publora maintained?
- The last commit was in the last day (2026-09-23). The latest release is v1.1.1.
- Is Publora up?
- 100% of our last 22 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Publora?
- Servers from other publishers that do the same job: Chirpie MCP server, Mysocial MCP server and Upload-Post MCP server. Compare all Publora alternatives.
Alternatives to Publora
Same job from other publishers: the closest match first, then the best rated.
ChirpiePost, schedule, and track social posts on X, Bluesky, LinkedIn, Instagram and more from AI agents.not reviewedGrowingA- MysocialSocial media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.not reviewedGrowingA
Upload-PostSocial media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & Xnot reviewedGrowingA
PostLakePost, schedule, reply and measure across X, LinkedIn, Instagram, TikTok, YouTube, Threads, Blueskynot reviewedGrowingA
PostwireOne prompt, a native post per network: TikTok, Instagram, YouTube, LinkedIn, X. Free, no card.not reviewedGrowingB