Home › Communication › content-distribution-mcp
content-distribution-mcp
Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.
Topics: Communication
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.2.1)
npx -y @automatelab/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"content-distribution-mcp": {
"command": "npx",
"args": [
"-y",
"@automatelab/[email protected]"
],
"env": {
"DEV_TO_API_KEY": "<YOUR_VALUE>",
"HASHNODE_TOKEN": "<YOUR_VALUE>",
"HASHNODE_PUBLICATION_ID": "<YOUR_VALUE>",
"GITHUB_TOKEN": "<YOUR_VALUE>",
"GITHUB_DISCUSSION_REPO": "<YOUR_VALUE>",
"REDDIT_CLIENT_ID": "<YOUR_VALUE>",
"REDDIT_CLIENT_SECRET": "<YOUR_VALUE>",
"REDDIT_USERNAME": "<YOUR_VALUE>",
"REDDIT_PASSWORD": "<YOUR_VALUE>",
"BLUESKY_IDENTIFIER": "<YOUR_VALUE>",
"BLUESKY_PASSWORD": "<YOUR_VALUE>",
"DISTRIBUTION_BACKEND": "<YOUR_VALUE>",
"DISTRIBUTION_BACKEND_DIR": "<YOUR_VALUE>"
}
}
}
}
DEV_TO_API_KEYsecret — DEV.to API key for publishing articlesHASHNODE_TOKENsecret — Hashnode personal access tokenHASHNODE_PUBLICATION_ID— Hashnode publication IDGITHUB_TOKENsecret — GitHub personal access token for GitHub DiscussionsGITHUB_DISCUSSION_REPO— GitHub repo for Discussions in owner/repo formatREDDIT_CLIENT_IDsecret — Reddit OAuth app client IDREDDIT_CLIENT_SECRETsecret — Reddit OAuth app client secretREDDIT_USERNAME— Reddit account usernameREDDIT_PASSWORDsecret — Reddit account passwordBLUESKY_IDENTIFIER— Bluesky handle (e.g. you.bsky.social)BLUESKY_PASSWORDsecret — Bluesky app passwordDISTRIBUTION_BACKEND— State backend (default: yaml)DISTRIBUTION_BACKEND_DIR— Directory for YAML state files (default: ~/.distribution-mcp)
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
emailmd
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
Microsoft 365 MCP Server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry