mcp-devto

mcp-devto

3.2

If you are the rightful owner of mcp-devto and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project integrates with the Dev.to API to provide tools for interacting with articles, users, and other resources on the platform using .NET 9.0 and the ModelContextProtocol framework.

The MCP - Dev.to project is designed to facilitate interaction with the Dev.to platform by leveraging the Dev.to API. Built on .NET 9.0, it utilizes the ModelContextProtocol framework to offer server-side tooling. The project allows users to fetch the latest and top articles, search articles by various parameters, retrieve detailed information about articles and users, and create or update articles on Dev.to. The project structure includes a main project for server and tool definitions, a service for API interaction, and a placeholder for shared models. Prerequisites include the .NET 9.0 SDK, a compatible IDE, and a valid Dev.to API key. The project supports HTTP endpoints for API interaction and provides MCP server tools for various operations. Docker support is included for containerization.

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.

Tools

  1. GetLatestArticles

    Get the latest articles

  2. GetTopArticles

    Get Popular Articles

  3. GetArticlesByTag

    Get articles by tags

  4. GetArticleById

    Get article details through ID

  5. CreateArticle

    Create a new article