MCP.so
登录

Devto MCP server

@extinctsion

关于 Devto MCP server

MCP server written in python for dev.to

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

extinctsion

提交者

Aditya Sharma

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器