Skip to content
Cline

content distribution for Cline

io.github.automatelab-tech/content-distribution

Publish content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, and Medium.

client:Cline transport:stdio runtime:npm

Install content distribution in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "content-distribution": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/content-distribution-mcp"
      ],
      "env": {
        "DEV_TO_API_KEY": "<DEV_TO_API_KEY>",
        "HASHNODE_TOKEN": "<HASHNODE_TOKEN>",
        "HASHNODE_PUBLICATION_ID": "<HASHNODE_PUBLICATION_ID>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITHUB_DISCUSSION_REPO": "<GITHUB_DISCUSSION_REPO>",
        "REDDIT_CLIENT_ID": "<REDDIT_CLIENT_ID>",
        "REDDIT_CLIENT_SECRET": "<REDDIT_CLIENT_SECRET>",
        "REDDIT_USERNAME": "<REDDIT_USERNAME>",
        "REDDIT_PASSWORD": "<REDDIT_PASSWORD>",
        "BLUESKY_IDENTIFIER": "<BLUESKY_IDENTIFIER>",
        "BLUESKY_PASSWORD": "<BLUESKY_PASSWORD>",
        "DISTRIBUTION_BACKEND": "<DISTRIBUTION_BACKEND>",
        "DISTRIBUTION_BACKEND_DIR": "<DISTRIBUTION_BACKEND_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

content distribution in other clients