Back to Browse

Postall MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Post to 35+ social media platforms. Schedule & publish from Claude AI.

About

Post to 35+ social media platforms. Schedule & publish from Claude AI.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for the PostAll social media API integration. Authentication is properly handled via environment variables, and the code has good error handling and input validation through schema definitions. Minor quality concerns around missing API key validation at startup and broad exception handling do not materially impact security given the server's limited scope and clear API-mediated design. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

PostAll API key. Get it from https://postall.io/dashboard → Settings → APIRequired

Environment variable: POSTALL_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-postall-io-postall": {
      "env": {
        "POSTALL_API_KEY": "your-postall-api-key-here"
      },
      "args": [
        "-y",
        "postall-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

PostAll MCP Server

Connect PostAll to Claude AI. Post to 35+ social media platforms directly from Claude.

Quick Setup

1. Install

```bash git clone https://github.com/nichetechsol/postall-mcp-server.git cd postall-mcp-server npm install ```

2. Get your API key

Go to PostAll Dashboard → Settings → API and generate an API key.

3. Configure Claude Desktop

Add to your Claude config file:

macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
Windows: `%APPDATA%/Claude/claude_desktop_config.json`

```json { "mcpServers": { "postall": { "command": "node", "args": ["/path/to/postall-mcp-server/index.js"], "env": { "POSTALL_API_KEY": "pa_your_api_key_here" } } } } ```

4. Restart Claude Desktop

Available Tools

ToolDescription
`postall_list_platforms`See connected platforms
`postall_create_post`Create a draft post
`postall_publish_post`Publish a draft
`postall_create_and_publish`Create + publish in one step
`postall_list_posts`List posts with filters
`postall_get_analytics`Get platform analytics

Usage Examples

"Write a motivational post about productivity and publish to Instagram and LinkedIn"

"Show me my connected platforms"

"Schedule a post about AI trends for tomorrow 9am on Twitter and Threads"

"List my recent published posts"

Supported Platforms (35+)

Instagram, X/Twitter, LinkedIn, Facebook, TikTok, YouTube, Pinterest, Threads, Reddit, WhatsApp, Telegram, Discord, Bluesky, Mastodon, Tumblr, VK, Slack, WordPress, Medium, Hashnode, Dev.to, Blogger, Ghost, Vimeo, Dribbble, Twitch, Warpcast, Lemmy, MeWe, Nostr, Listmonk, Whop, Skool, Kick, and more.

Reviews

No reviews yet

Be the first to review this server!