Back to directory
arindam200/devto-mcp

arindam200/devto-mcp

@Arindam200

MCP Server for Dev.to allowing AI assistants to access and interact with Dev.to content

devtobloggingarticleai-assistantmcppythontool

Installation & Configuration

{
  "mcpServers": {
    "devto": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "env": {
        "DEV_TO_API_KEY": "Your Dev.to API Key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15