MCP.so
Sign In

Devto MCP server

@extinctsion

About Devto MCP server

MCP server written in python for dev.to

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

extinctsion

Submitted by

Aditya Sharma

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "devto": {
      "command": "python3",
      "args": [
        "/home/yourname/projects/devto/server.py"
      ],
      "env": {
        "DEV_TO_API_KEY": "abc123yourapikey"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Devto MCP server?

It is an MCP (Model Context Protocol) server implementation in Python that integrates with the dev.to platform, enabling article management and real-time content updates through a message-based architecture.

How to use Devto MCP server?

Install Python 3.11 or higher, clone the repository, create and activate a virtual environment, install dependencies with pip install ., then add your dev.to API key to .vscode/mcp.json and start the server via the start button in that file.

Key features of Devto MCP server

  • RESTful API integration with dev.to
  • Message queuing and routing
  • Real-time content updates
  • Article management capabilities

Use cases of Devto MCP server

  • Automate article publishing on dev.to
  • Manage articles through a message-based system
  • Integrate dev.to content into custom workflows

FAQ from Devto MCP server

What are the prerequisites for using this server?

Python 3.11 or higher, pip, a dev.to API key, and Visual Studio Code are required.

How do I obtain a dev.to API key?

You can generate your API key at dev.to/settings/account.

What transport does the server use?

The server listens on HTTP endpoints (default port 8080) – POST /message, GET /status, GET /metrics.

What message types are supported?

The server accepts create_article, update_article, delete_article, and get_article messages.

Where is the API key stored?

The API key is configured in the .vscode/mcp.json file.

Comments

More Other MCP servers