Postking MCP Server

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

Local serverstdio

What is the Postking MCP server?

Postking MCP server exists for a simple reason — assistants are far more useful when they can act on Postking directly instead of describing what you should do. PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.

What you get

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.

What the assistant can call

Once Postking is connected, these are the calls the assistant has available:

  • list_api_keys — List your PostKing API keys
  • create_api_key — Mint a new API key
  • revoke_api_key — Revoke an API key (requires confirm)
  • rewrite_text — Rewrite text using a voice profile or brand rules
  • humanize_text — Reduce AI detection signals in text
  • check_ai_content — Score text for AI detection likelihood
  • get_credits — Check your current credit balance and free-tier status
  • health — Check PostKing API health and version (no authentication required)
  • Hermes — The Hermes tool exposed by this server
  • AuthenticationAvailable on stdio/local transport only. Remote HTTP transport authenticates via OAuth bearer token before the session is created.
  • Brands — The Brands tool exposed by this server
  • Repurpose — The Repurpose tool exposed by this server

Setting it up

Installation goes through your MCP client rather than a global install: point it at postking-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Postking's toolset — list_api_keys, create_api_key, revoke_api_key and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bitsandtea; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Postking.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the postking mcp server does with a few real requests.

Available tools

ToolWhat it does
list_api_keysList your PostKing API keys
create_api_keyMint a new API key
revoke_api_keyRevoke an API key (requires confirm)
rewrite_textRewrite text using a voice profile or brand rules
humanize_textReduce AI detection signals in text
check_ai_contentScore text for AI detection likelihood
get_creditsCheck your current credit balance and free-tier status
healthCheck PostKing API health and version (no authentication required)
HermesThe Hermes tool exposed by this server.
Authentication_Available on stdio/local transport only. Remote HTTP transport authenticates via OAuth bearer token before the session is created._
BrandsThe Brands tool exposed by this server.
RepurposeThe Repurpose tool exposed by this server.
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._
BlogThe Blog tool exposed by this server.

How to install the Postking MCP server

{
  "mcpServers": {
    "postking": {
      "command": "npx",
      "args": ["-y", "postking-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Postking to list api keys.
  • Use Postking to create api key.
  • Use Postking to revoke api key.

Frequently asked questions

It connects Postking to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (list_api_keys, create_api_key, revoke_api_key, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Postking directly.