Devto MCP server
@extinctsion
Devto MCP server について
MCP server written in python for dev.to
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント