Skip to content
Windsurf

content distribution for Windsurf

io.github.automatelab-tech/content-distribution

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

client:Windsurf transport:stdio runtime:npm

Install content distribution in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

content distribution in other clients