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.

コメント

「その他」の他のコンテンツ