devto-mcp-server
Provides tools to search and retrieve articles from dev.to, including by query, tag, or ID, enabling access to technical articles, tutorials, and posts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@devto-mcp-serversearch dev.to for AI articles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
devto-mcp-server
MCP server providing tools to search and retrieve articles from dev.to API.
Tools
search_devto_posts: Search dev.to articles by query, with optional tag, limit, etc.get_devto_article: Fetch full article by ID or slug.search_by_tech: Search articles by technology/tag (e.g., python, ai, mcp).
Related MCP server: Qiita MCP Server
Usage with dynamic-mcp-proxy-server
Add to catalogue.json:
{
"name": "devto",
"description": "dev.to MCP server — search and read technical articles, tutorials, and posts",
"command": "uvx devto-mcp-server",
"tags": ["devto", "articles", "blog", "tech", "research", "tutorials"],
"tech_stack": ["any"],
"runtime": "stdio",
"env_vars": []
}Run directly:
uv run devto-mcp-serverOr with uvx after publishing (for now local: uvx --from . devto-mcp-server)
Configuration for Claude Desktop
Add the following to your claude_desktop_config.json (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"devto": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/devto-mcp-server",
"run",
"devto-mcp-server"
]
}
}
}License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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