devto-mcp-server

Dineshv0311/devto-mcp-server
★ 0 stars Python AI/LLM Updated today
A Model Context Protocol (MCP) server exposing a publish_blog_to_devto tool, letting Claude Desktop refine drafts and publish them straight to Dev.to as drafts or live articles — no manual copy-pasting.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "devto-mcp-server": {
      "command": "uvx",
      "args": [
        "devto-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install devto-mcp-server