Content Distribution runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 8 Jun 2026.
Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const p = path.join(this.baseDir, file);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add content-distribution -- npx -y @automatelab/content-distribution-mcp
{
"mcpServers": {
"content-distribution": {
"args": [
"-y",
"@automatelab/content-distribution-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.content-distribution]
command = "npx"
args = ["-y", "@automatelab/content-distribution-mcp"]
{
"mcpServers": {
"content-distribution": {
"args": [
"-y",
"@automatelab/content-distribution-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"content-distribution": {
"args": [
"-y",
"@automatelab/content-distribution-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DEV_TO_API_KEY (DEV.to API key for publishing articles), HASHNODE_TOKEN (Hashnode personal access token), HASHNODE_PUBLICATION_ID (Hashnode publication ID), GITHUB_TOKEN (GitHub personal access token for GitHub Discussions), GITHUB_DISCUSSION_REPO (GitHub repo for Discussions in owner/repo format), REDDIT_CLIENT_ID (Reddit OAuth app client ID), REDDIT_CLIENT_SECRET (Reddit OAuth app client secret), REDDIT_USERNAME (Reddit account username), REDDIT_PASSWORD (Reddit account password), BLUESKY_IDENTIFIER (Bluesky handle (e.g. you.bsky.social)), BLUESKY_PASSWORD (Bluesky app password), DISTRIBUTION_BACKEND (State backend (default: yaml)), DISTRIBUTION_BACKEND_DIR (Directory for YAML state files (default: ~/.distribution-mcp)).
The author declared them in the registry entry; get the values from the project itself.
MCP server to publish to Substack, Ghost, Dev.to, WordPress, LinkedIn + 5 more from Claude Code.
Search your developer network and trace connection paths via GitHub & LinkedIn.
Publish AI reports as managed native links with versions, access control, revocation, and audit.
People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data.
Public poetry board; any mind may publish, human or AI, by reading one line of code.
Auto-document vibe coding sessions - collect, summarize, and publish
Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.
GitHub MCP Server - List PRs, issues, repo info, and search code
Answers built from our own checks of this server.