Publer MCP Server
Allows scheduling and publishing posts to Facebook accounts, with support for follow-up comments.
Allows scheduling and publishing posts to Mastodon accounts, including thread creation via follow-up comments.
Allows scheduling and publishing posts to Threads accounts, including thread creation via follow-up comments.
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., "@Publer MCP ServerSchedule a post to my LinkedIn account for next week."
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.
Publer MCP Server
An MCP (Model Context Protocol) server that wraps the Publer social media scheduling API, letting you manage posts from Claude Code, Claude Desktop, OpenAI Codex CLI, and Gemini CLI.
Quick start
npm install
npm run setup # interactive wizardThe wizard will:
Ask for your Publer API token and validate it live
Build the server (
tsc)Let you pick which agents to configure
Write the correct config file for each agent
Related MCP server: publer-mcp-server
Getting your Publer API token
Log in at https://publer.com/paweltkaczyk
Profile → Settings → API
Click Generate Token and copy the value
Manual installation
If you prefer to configure agents by hand, build first:
npm run buildThen add the following snippet to each agent's config file, replacing the values:
{
"mcpServers": {
"publer": {
"command": "node",
"args": ["/absolute/path/to/publer-mcp/dist/index.js"],
"env": {
"PUBLER_API_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}Config file locations
Agent | Config file |
Claude Code |
|
Claude Desktop (macOS) |
|
Claude Desktop (Windows) |
|
Claude Desktop (Linux) |
|
OpenAI Codex CLI |
|
Gemini CLI |
|
Available tools
Tool | Description |
| Get the profile of the currently authenticated Publer user |
| List all Publer workspaces the API token has access to |
| List all connected social media accounts in the current workspace |
| List posts with optional filters (state, date range, etc.) |
| Retrieve a specific post by ID |
| Update an existing post's text, schedule, or media |
| Create a scheduled, draft, or recurring post across accounts |
| Publish a post immediately across one or more accounts |
| Delete a post by ID |
| Get performance metrics for published posts |
| Get optimal posting times based on audience activity |
| List media assets in the workspace library |
| Upload a local file to the media library |
| Upload media from a public URL |
| Poll the status of an asynchronous job (e.g. post creation) |
| Get high-level skill instructions and workflows |
| Intelligently split long text for threads |
| Check a post against platform constraints |
| List, create, or delete groups of accounts |
| Schedule multiple posts in a single request |
| Bulk delete media assets from the library |
Advanced Features
Account Presets: You can group multiple social media account IDs into a single label (e.g.,
@product). Once created viamanage_account_presets, you can use@labelin anyaccount_idsfield.Follow-up Comments: Tools like
schedule_postandpublish_post_nowsupport afollow_up_textparameter. On platforms like X, Threads, and Mastodon, this automatically creates a thread. On Facebook and LinkedIn, it adds a comment.Social Manager Skill: This repository includes specialized agent instructions for handling platform-specific character limits, intelligent thread splitting, and optimal posting time selection.
Gemini CLI: Install as a native skill via
npm run setup.Claude Code: Setup automatically installs these as a native skill to
.claude/skills/publer-social-manager/.All Agents: Can access instructions by calling the
get_social_manager_instructionstool.
Development
npm run dev # run with tsx (no build step)
npm run build # compile to dist/
npm run setup # re-run the wizard (e.g. to rotate token or add agents)This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pawel-tkaczyk/publer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server