content-distribution
About
Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DEV_TO_API_KEY HASHNODE_TOKEN HASHNODE_PUBLICATION_ID GITHUB_TOKEN GITHUB_DISCUSSION_REPO REDDIT_CLIENT_ID REDDIT_CLIENT_SECRET REDDIT_USERNAME REDDIT_PASSWORD BLUESKY_IDENTIFIER BLUESKY_PASSWORD DISTRIBUTION_BACKEND DISTRIBUTION_BACKEND_DIRClaude Code
claude mcp add --env DEV_TO_API_KEY= --env HASHNODE_TOKEN= --env HASHNODE_PUBLICATION_ID= --env GITHUB_TOKEN= --env GITHUB_DISCUSSION_REPO= --env REDDIT_CLIENT_ID= --env REDDIT_CLIENT_SECRET= --env REDDIT_USERNAME= --env REDDIT_PASSWORD= --env BLUESKY_IDENTIFIER= --env BLUESKY_PASSWORD= --env DISTRIBUTION_BACKEND= --env DISTRIBUTION_BACKEND_DIR= content-distribution -- npx @automatelab/content-distribution-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"content-distribution","command":"npx","args":["@automatelab/content-distribution-mcp"],"env":{"DEV_TO_API_KEY":"","HASHNODE_TOKEN":"","HASHNODE_PUBLICATION_ID":"","GITHUB_TOKEN":"","GITHUB_DISCUSSION_REPO":"","REDDIT_CLIENT_ID":"","REDDIT_CLIENT_SECRET":"","REDDIT_USERNAME":"","REDDIT_PASSWORD":"","BLUESKY_IDENTIFIER":"","BLUESKY_PASSWORD":"","DISTRIBUTION_BACKEND":"","DISTRIBUTION_BACKEND_DIR":""}}'
JSON
{
"mcpServers": {
"content-distribution": {
"command": "npx",
"args": [
"@automatelab/content-distribution-mcp"
],
"env": {
"DEV_TO_API_KEY": "",
"HASHNODE_TOKEN": "",
"HASHNODE_PUBLICATION_ID": "",
"GITHUB_TOKEN": "",
"GITHUB_DISCUSSION_REPO": "",
"REDDIT_CLIENT_ID": "",
"REDDIT_CLIENT_SECRET": "",
"REDDIT_USERNAME": "",
"REDDIT_PASSWORD": "",
"BLUESKY_IDENTIFIER": "",
"BLUESKY_PASSWORD": "",
"DISTRIBUTION_BACKEND": "",
"DISTRIBUTION_BACKEND_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.