PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.
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.
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.
Once Postking is connected, these are the calls the assistant has available:
list_api_keys — List your PostKing API keyscreate_api_key — Mint a new API keyrevoke_api_key — Revoke an API key (requires confirm)rewrite_text — Rewrite text using a voice profile or brand ruleshumanize_text — Reduce AI detection signals in textcheck_ai_content — Score text for AI detection likelihoodget_credits — Check your current credit balance and free-tier statushealth — Check PostKing API health and version (no authentication required)Hermes — The Hermes tool exposed by this serverAuthentication — Available 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 serverRepurpose — The Repurpose tool exposed by this serverInstallation 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.
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.
| Tool | What it does |
|---|---|
| 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. |
| Authentication | _Available 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. |
| _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._ | |
| Blog | The Blog tool exposed by this server. |
{
"mcpServers": {
"postking": {
"command": "npx",
"args": ["-y", "postking-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.