devto-mcp

devto-mcp

3.8

If you are the rightful owner of devto-mcp 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@mcpreview.com.

This repository contains a Model Context Protocol server implementation for Dev.to that allows AI assistants to access and interact with Dev.to content.

The Dev.to MCP Server is a Model Context Protocol server implementation designed to facilitate interaction between AI assistants and Dev.to content. By adhering to the MCP standard, this server enables seamless access to Dev.to's vast repository of articles, allowing users to fetch, search, and manage content efficiently. The server supports a range of functionalities, including fetching the latest and trending articles, searching by various criteria, and accessing detailed information about specific articles or users. Additionally, it provides capabilities to create, publish, and update articles directly on Dev.to. The server also incorporates a caching mechanism to enhance performance and minimize API calls. To utilize the server, users must obtain a Dev.to API key, which is necessary for operations like creating and updating articles. The server is compatible with platforms like Claude Desktop and Cursor, making it versatile for different user environments.

Features

  • Fetch latest and trending articles from Dev.to
  • Search for articles by various criteria
  • Get detailed information about specific articles
  • Create and publish new articles to Dev.to
  • Update existing articles

Tools

  1. get_latest_articles

    Get the latest articles from Dev.to

  2. get_top_articles

    Get Dev.to's most popular articles

  3. get_articles_by_tag

    Get articles by tag

  4. get_article_by_id

    Press ID to get a specific article

  5. search_articles

    Search articles by keywords in title/description

  6. get_article_details

    Get the complete content and metadata of a specific article

  7. get_articles_by_username

    Get articles written by a specific author

  8. create_article

    Create and publish new articles

  9. update_article

    Update existing articles