Skip to main content
Glama
HappyMonkeyAI

devto-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_devto_postsA

Search dev.to articles.

Args: query: Search term (searches title, body, tags, user). tag: Optional tag filter (e.g. 'python', 'ai'). per_page: Number of results (max 30). page: Pagination page. top: If set (e.g. 7 for past week), returns top articles instead of search.

Returns: List of article summaries with id, title, url, tags, etc.

get_devto_articleA

Retrieve a full dev.to article by its ID.

Args: article_id: The numeric ID of the article.

Returns: Full article object including body_markdown, tags, reactions, etc.

search_by_techA

Search articles by technology/tag. Convenience wrapper around search.

Args: tech: Technology or tag (e.g. 'python', 'fastapi', 'mcp', 'ai'). per_page: Number of results. top_days: Return top articles from last N days (7, 30, etc.). If None, does text search on tag.

Returns: List of matching articles.

create_devto_articleA

Create a dev.to article or draft using the authenticated DEV API.

Args: title: Article title. body_markdown: Article body in markdown. published: Publish immediately when true. Defaults to false for safety. tags: Comma-separated tags, e.g. "python,ai,mcp". description: Short article description. canonical_url: Original/canonical URL when cross-posting. series: Optional DEV series name. main_image: Optional main image URL. organization_id: Optional DEV organization id. api_key: Optional DEV API key. If omitted, DEVTO_API_KEY is used.

Returns: The created article object from dev.to.

update_devto_articleA

Update an existing dev.to article by numeric article id.

Only fields provided as non-null arguments are sent. Pass api_key or set DEVTO_API_KEY.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HappyMonkeyAI/devto-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server