DevTo-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVTO_API_KEY | Yes | Your DEV Community API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_articlesA | List published articles from DEV Community with optional filters. Returns articles ordered by descending popularity by default. |
| get_article_by_idA | Get a published article by its numeric ID. Returns full article details including body content. |
| create_articleB | Create a new article on DEV Community. Set published to false to save as draft. |
| update_articleB | Update an existing article by its ID. Only include fields you want to change. |
| get_my_articlesB | Get the authenticated user's own articles. Can filter by published, unpublished, or all. |
| get_commentsA | Get comments for an article or podcast episode as threaded conversations. Returns top-level comments with nested replies. |
| get_comment_by_idA | Get a single comment by its ID code. Returns the comment with its nested replies. |
| get_authenticated_userA | Get the profile of the currently authenticated DEV Community user (the owner of the API key). |
| get_user_by_usernameB | Get a user's public profile by their username or numeric ID. |
| get_tagsB | List available tags from DEV Community with pagination. |
| get_followed_tagsA | Get the tags followed by the authenticated user. |
| get_organizationB | Get details about a DEV Community organization by its username/slug. |
| get_organization_articlesC | Get articles published by an organization on DEV Community. |
| get_organization_usersB | Get users who belong to a DEV Community organization. |
| get_reading_listA | Get the authenticated user's reading list (bookmarked articles). Supports pagination. |
| get_followersA | Get the authenticated user's followers on DEV Community. Supports pagination with sort by creation date. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/furkankoykiran/DevTo-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server