mcp-devto
1
The MCP - Dev.to project enables interaction with Dev.to using a set of tools built on .NET 9.0 and the ModelContextProtocol framework. It provides features to manage articles, fetch user details, and more.
MCP - Dev.to
This project integrates with the Dev.to API to provide tools for interacting with articles, users, and other resources on the platform. It is built using .NET 9.0 and leverages the ModelContextProtocol framework.
Features
- Fetch latest and top articles from Dev.to.
- Search articles by tag, username, or query.
- Retrieve detailed information about articles and users.
- Create and update articles on Dev.to.
- Format responses for better readability.
Usage
It exposes HTTP endpoints for interacting with the Dev.to API. Tools accessible via the ModelContextProtocol server include: GetLatestArticles, GetTopArticles, and more.