Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Postking MCP
P
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Postking MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "postking-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postking-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

PostKing MCP Server

npm version License: MIT MCP

The official Model Context Protocol server for PostKing β€” an AI-powered content platform for social media scheduling, blog publishing, and brand management.

Connect Claude (Desktop, Cursor, or any MCP client) to your PostKing account and manage your entire content operation through conversation β€” generate posts, schedule them, repurpose URLs into social content, write and publish blog articles, generate landing pages and side pages, run SEO / GEO research and drafting, manage your asset library and weekly posting schedule, handle domains and API keys, and more.

The server exposes 210 tools across 26 modules β€” full parity with the postking-cli.

Transport note: On the remote HTTP transport (mcp.postking.app), 206 tools are available. The 4 authentication tools (login_start, login_complete, logout, whoami) are omitted on that transport because it uses OAuth bearer tokens rather than device-code login. All other 206 tools are identical across both transports.


Quick start

Claude Desktop

Option A β€” Via the GUI:

  1. Open Claude Desktop β†’ Settings (gear icon) β†’ Developer β†’ Edit Config
  2. This opens claude_desktop_config.json in your default editor
  3. Paste the following and save:
config.json
{
  "mcpServers": {
    "postking": {
      "command": "npx",
      "args": ["-y", "postking-mcp"]
    }
  }
}
  1. Restart Claude Desktop

Option B β€” Edit the config file directly:

Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) in any text editor, paste the same JSON above, and save.

Once restarted, tell Claude: "Login to PostKing"

Claude Code (CLI)

Terminal
claude mcp add postking -- npx -y postking-mcp

Hermes

Terminal
npm i -g postking-mcp
hermes mcp add postking --command postking-mcp

Then in Hermes: "Login to PostKing".

Cursor / other MCP clients

Use the same npx -y postking-mcp command in your client's MCP server config.


Login flow

No API keys to copy. PostKing uses a device login flow:

  1. Tell Claude: "Login to PostKing"
  2. Claude calls login_start β†’ shows a URL and short code
  3. Visit the URL in your browser, log in, approve
  4. Tell Claude: "Done"
  5. Claude calls login_complete β†’ saves your token to ~/.postking/credentials.json

You never need to log in again. The token is permanent.


What you can do

Authentication

Available on stdio/local transport only. Remote HTTP transport authenticates via OAuth bearer token before the session is created.

ToolDescription
login_startBegin device login β€” get a URL and code to approve in browser
login_completeFinish login and save token after browser approval
logoutClear locally stored credentials
whoamiReturn the profile of the currently authenticated user (email, plan, credit balance)

Brands

ToolDescription
list_brandsList all brands on your account
set_active_brandSet the default brand for this session
get_brand_infoView brand profile β€” tone, audience, themes
create_brandCreate a brand manually (step 1 of manual onboarding)
onboard_brandCrawl a website and auto-generate a brand profile + 10 themes (step 1 of website onboarding)
set_brand_mediumsSave the list of platforms the brand publishes on (step 2 of onboarding)
get_brand_mediumsRead which publishing platforms a brand posts to
get_brand_content_languageRead the language a brand's AI-generated content is written in, plus the supported set
set_brand_content_languageSet the generation language for all future content β€” en, es, pt-BR, de, fr, cs
get_onboarding_statusPoll background audience analysis + theme generation (step 3 of onboarding)

Content themes

ToolDescription
list_themesList all content themes with IDs
generate_themesAI-generate new themes (uses credits)
edit_themeUpdate a theme's title or instructions
delete_themeRemove a theme

Social posts

ToolDescription
generate_postAI-generate a post for a platform
create_postSave a manual post draft to one or more platforms
list_postsList posts filtered by status or platform
get_postView a single post
approve_postApprove and schedule a draft post
schedule_postSet a scheduled time on an existing post
reschedule_postMove a scheduled post to a new time
cancel_postCancel a scheduled post without deleting it
delete_postCancel and delete a post
get_calendarView upcoming scheduled content
generate_bulk_postsFill a date range with AI-generated posts

Repurpose

ToolDescription
repurpose_contentTurn a URL, text, or existing post into new social or blog content

Voice profiles

ToolDescription
list_voicesList available voice profiles
rewrite_with_voiceRewrite text in a specific voice

Social accounts

ToolDescription
check_social_accountsList connected and disconnected platforms
generate_connect_linkGet a secure OAuth link to connect a platform
disconnect_social_accountDisconnect a social account

Reddit

Reddit is a repurpose-to-Reddit workflow, not a scheduled publishing medium. Flow: reddit_generate_pool β†’ reddit_get_pool β†’ reddit_suggest β†’ reddit_rewrite β†’ reddit_list_posts.

ToolDescription
reddit_get_poolView the brand's saved pool of relevant subreddits, sorted by relevance score
reddit_generate_poolAsync: discover and score relevant subreddits for the brand by crawling Reddit
reddit_global_poolReturn stats on the global subreddit dataset (informational only)
reddit_discover_subredditsSync: search Reddit for subreddits by user-directed queries (with free-text disambiguation context), ranked by subscribers and flagged against the brand pool β€” 15 credits per call
reddit_add_to_poolAdd subreddits to the brand's pool by name (resolves live from Reddit; partial success reported per name) β€” free
reddit_remove_from_poolRemove subreddits from the brand's pool by name (brand-scoped only; never touches the global cache) β€” free
reddit_suggestSync: suggest up to 8 best-fit subreddits for a specific piece of content, each with 2-3 posting angles, promotion mode, and buyer intent
reddit_rewriteAsync: rewrite a blog article or raw content as a native Reddit post for a target subreddit
reddit_list_postsList saved Reddit posts (outputs of reddit_rewrite), cursor-paginated

Blog

ToolDescription
list_blogsList publications and articles (filterable by status)
list_publicationsList publications only
create_publicationCreate a new blog publication
update_publicationUpdate an existing publication's title, description, domain/routing, or layout (partial update)
generate_blog_postAI-generate a full blog article with optional voice
get_blog_articleFetch full article content, including the featured/header image (featuredImageUrl, featuredImageAlt, featuredImageDescription)
get_blog_statusPoll generation/publish status for an article
update_blog_articleEdit title, content, SEO fields, author, category, status, or the featured/header image (featuredImageUrl, featuredImageAlt, featuredImageDescription)
delete_blog_articlePermanently delete an article
publish_blog_articlePush to WordPress, Medium, Substack, etc.
list_publishing_connectionsList external platform connections
import_blog_articlesImport from RSS feed or Blogger URL
list_blog_authorsList blog authors
create_blog_authorCreate a new blog author
list_blog_categoriesList categories for a publication
create_blog_categoryCreate a new category
get_seo_roadmapView SEO / GEO topic suggestions and completion stats

SEO / GEO

Canonical flow: seo_add_seeds β†’ seo_generate_keywords β†’ seo_categorize β†’ seo_generate_clusters β†’ approve clusters β†’ seo_generate_roadmap β†’ review briefs β†’ seo_approve_briefs (auto-fires article generation) β†’ poll get_job β†’ audit & publish.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Valet logoValet

    Get share links, publish and manage websites, artifacts and agents. No account needed.

    πŸ’» Developer Tools2 views
    Compare vs Valet β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Postking MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "postking-mcp": { "command": "npx", "args": ["-y", "postking-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPostking MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/postking-mcp?style=directory)](https://allmcps.com/mcp/postking-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/postking-mcp"><img src="https://allmcps.com/api/badge/postking-mcp?style=directory" alt="Postking MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools12/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Postking MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code