postforged-mcp
v0.1.0
Published
MCP server for PostForged — AI LinkedIn post generator with brand voice, engagement scoring, and content refinement
Maintainers
Readme
PostForged MCP Server
AI LinkedIn post generator with brand voice, engagement scoring, and content refinement — accessible from any MCP-compatible AI assistant.
What It Does
PostForged generates high-engagement LinkedIn posts tailored to your personal brand voice. Score posts for engagement potential, refine with one-click actions, and generate A/B variations.
Tools
| Tool | Description |
|------|-------------|
| generate_post | Generate a LinkedIn post from a topic with optional style (thought-leader, storytelling, how-to, hot-take, celebration, engagement) |
| generate_variations | Get 3 A/B variations of a post at different creativity levels |
| refine_post | Refine a post: rewrite hook, adjust length, change tone, add CTA, add story |
| score_post | AI engagement score (0-100) with detailed breakdown and suggestions |
| set_brand_voice | Configure your industry, role, audience, tone, and writing style |
Installation
npx postforged-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"postforged": {
"command": "npx",
"args": ["-y", "postforged-mcp"],
"env": {
"POSTFORGED_API_KEY": "your-api-key-here"
}
}
}
}Cursor / VS Code
{
"postforged": {
"command": "npx",
"args": ["-y", "postforged-mcp"],
"env": {
"POSTFORGED_API_KEY": "your-api-key-here"
}
}
}API Key
- Without API key: 3 free posts, basic engagement score
- With API key: Unlimited posts, detailed scoring breakdown, brand voice, saved history
Get your API key at postforged.com/pricing.
Example Usage
"Write a LinkedIn post about how AI is changing contract management in legal departments"
"Generate 3 variations of a thought-leadership post about the future of remote work"
"Score this post: 'Just shipped our biggest feature update in 2 years...'"
"Rewrite the hook of my post to be more attention-grabbing"
"Set my brand voice: I'm a VP of Engineering at a SaaS company, writing for CTOs, authoritative but approachable tone"
License
MIT
