Dev.to MCP Server

get_articles_by_username

Retrieve articles authored by a specific Dev.to user by providing their username, enabling easy access to published content for analysis or reference.

Instructions

Get articles written by a specific user Args: username: The username of the author

Input Schema

NameRequiredDescriptionDefault
usernameYes

Input Schema (JSON Schema)

{ "properties": { "username": { "title": "Username", "type": "string" } }, "required": [ "username" ], "title": "get_articles_by_usernameArguments", "type": "object" }
ID: 2l9kksn63p