Py Devto
БесплатноНе проверенEnables interaction with dev.to platform through a message-based architecture, supporting article management operations like create, update, delete, and get art
Описание
Enables interaction with dev.to platform through a message-based architecture, supporting article management operations like create, update, delete, and get articles.
README
A Message Control Program (MCP) server implementation in Python that integrates with dev.to platform. This project allows you to interact with dev.to's API through a message-based architecture.
Features
- RESTful API integration with dev.to
- Message queuing and routing
- Real-time content updates
- Article management capabilities
Prerequisites
- Python 3.11 or higher
- pip (Python package manager)
- dev.to API key
- Latest Visual Studio Code
Installation
Clone the repository:
git clone https://github.com/yourusername/mcp-py-devto.git cd mcp-py-devtoCreate and activate a virtual environment:
python -m venv venv # On Windows: venv\Scripts\activate # On Unix or MacOS: source venv/bin/activateInstall required dependencies: cd to the
pyproject.tomldirectory and write in terminal -pip install .
Configuration
Go to
.vscode/mcp.jsonfile and insert your dev.to API keyDEVTO_API_KEY=your_api_key_hereGet your dev.to API key from dev.to/settings/account
Usage
Start the MCP server:
- Go to
.vscode/mcp.jsonand press on the start button.
- Go to
The server will start listening on the configured port (default: 8080)
Send messages to the server using the provided client libraries or API endpoints:
from mcp_client import MCPClient client = MCPClient() response = client.send_message({ "action": "create_article", "data": { "title": "My New Article", "content": "Article content here" } })
API Documentation
Available Endpoints
POST /message- Send a message to the MCP serverGET /status- Check server statusGET /metrics- View server metrics
Message Types
create_articleupdate_articledelete_articleget_article
Development
To contribute to the project:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Testing
Run the test suite:
pytest tests/
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please read our Contributing Guide for details on how to submit pull requests.
Support
For support, please open an issue in the GitHub repository or contact the maintainers.
Установка Py Devto
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/extinctsion/mcp-py-devtoFAQ
Py Devto MCP бесплатный?
Да, Py Devto MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Py Devto?
Нет, Py Devto работает без API-ключей и переменных окружения.
Py Devto — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Py Devto в Claude Desktop, Claude Code или Cursor?
Открой Py Devto на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Py Devto with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
