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.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论