MCP Server
Maintained
MIT
io.github.Whitemarmot/postbolt MCP Server
io.github.Whitemarmot/postbolt
What is the io.github.Whitemarmot/postbolt MCP server?
Publish to 13+ social media platforms from any AI agent via MCP.
How to install io.github.Whitemarmot/postbolt
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
POSTBOLT_API_KEYrequiredsecretYour PostBolt API key (starts with sk_)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"postbolt": {
"command": "npx",
"args": [
"-y",
"postbolt-mcp"
],
"env": {
"POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"postbolt": {
"command": "npx",
"args": [
"-y",
"postbolt-mcp"
],
"env": {
"POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"postbolt": {
"command": "npx",
"args": [
"-y",
"postbolt-mcp"
],
"env": {
"POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"postbolt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postbolt-mcp"
],
"env": {
"POSTBOLT_API_KEY": "<YOUR_POSTBOLT_API_KEY>"
}
}
}
}Claude Code
claude mcp add postbolt --env POSTBOLT_API_KEY=<YOUR_POSTBOLT_API_KEY> -- npx -y postbolt-mcpRelated MCP servers
io.github.Whitemarmot/markly
Maintained
Add text or logo watermarks to images via the Markly.cloud API. Batch supported.
1
View repository →TypeScript
MIT
io.github.Whitemarmot/copyright01
Maintained
Copyright deposit API — protect code, text, and websites with Berne Convention proof
0
View repository →MIT