Publora MCP Server
OfficialSchedule and manage posts on Bluesky, including creating, listing, updating, and deleting posts.
Schedule and manage posts on Facebook, including creating, listing, updating, and deleting posts.
Schedule and manage posts on Instagram, including creating, listing, updating, and deleting posts.
Schedule and manage posts on Mastodon, including creating, listing, updating, and deleting posts.
Schedule and manage posts on Telegram, including creating, listing, updating, and deleting posts.
Schedule and manage posts on Threads, including creating, listing, updating, and deleting posts.
Schedule and manage posts on TikTok, including creating, listing, updating, and deleting posts.
Schedule and manage posts on YouTube, including creating, listing, updating, and deleting posts.
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., "@Publora MCP ServerPost 'Hello world' to Twitter"
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.
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 — no installation needed.
1. Get your API key at publora.com → Settings → API
2. Add to your MCP client:
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}3. Restart your client and start talking to your AI about social media!
Client Setup
Edit ~/.claude.json or create .mcp.json in your project:
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer sk_YOUR_API_KEY"
}
}
}
}Restart Claude Code. Verify with /mcp command.
Open Claude Desktop → Settings → Developer → Edit Config
Add the Publora server (same JSON as above)
Restart Claude Desktop
Create .cursor/mcp.json in your project:
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com",
"headers": {
"Authorization": "Bearer sk_YOUR_API_KEY"
}
}
}
}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
Available Tools (18)
Posts
Tool | Description |
| List posts with filters (status, platform, dates) |
| Schedule a post to one or more platforms |
| Get post details and status |
| Reschedule or change status |
| Delete a post |
| Get presigned URL for media upload |
Connections
Tool | Description |
| List connected social accounts |
LinkedIn Analytics
Tool | Description |
| Post engagement metrics |
| Account-level statistics |
| Follower count and growth |
| Combined profile overview |
| React to a post |
| Remove a reaction |
| Post a comment on a LinkedIn post |
| Delete a comment |
Workspace (B2B)
Tool | Description |
| List team members |
| Add a user |
| Remove a user |
Example Conversations
Schedule a post:
You: Schedule "Excited about our product launch!" to LinkedIn for tomorrow 9am AI: Done! Post scheduled for tomorrow at 9am EST.
Cross-platform posting:
You: Post "We're hiring!" to all my accounts AI: Published to Twitter, LinkedIn, and Bluesky.
Check analytics:
You: How did my LinkedIn posts perform this week? AI: 5 posts, 4,230 impressions, 89 reactions. Best: Monday's update (1,850 impressions).
Content calendar:
You: What do I have scheduled for next week? AI: 5 posts: Mon LinkedIn, Tue Twitter+LinkedIn, Wed LinkedIn...
Who Is This For?
Marketers — manage campaigns and check analytics via AI chat
Content creators — schedule posts without switching apps
Business owners — delegate social media tasks to AI
Developers — integrate Publora into AI-powered workflows
Supported Platforms
Twitter/X · LinkedIn · Instagram · Threads · TikTok · YouTube · Facebook · Bluesky · Mastodon · Telegram
Authentication
Use your Publora API key via:
Authorization: Bearer sk_...(recommended)x-publora-key: sk_...
Get your key: publora.com → Settings → API
Verification
# Health check
curl https://mcp.publora.com/health
# Test MCP handshake
curl -X POST https://mcp.publora.com \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Authorization: Bearer sk_YOUR_API_KEY" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}'Documentation
MCP Setup Guide: docs.publora.com/guides/mcp-server
REST API Docs: docs.publora.com
MCP Protocol: modelcontextprotocol.io
Development
# Install
npm install
# Run locally
PUBLORA_API_URL=https://api.publora.com npm start
# Run tests
npm testEnvironment Variables
Variable | Default | Description |
|
| Server port |
|
| Backend API URL |
Related
Publora — Social media scheduling platform
Publora API Docs — REST API documentation
awesome-mcp-servers — Community MCP servers list
License
Publora — Affordable social media API starting at $5.40/month
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/publora/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server