Back to Apps

Dev.to MCP Server
Supports UIby nickytonline
Connect your AI to dev.to to fetch articles, user profiles, and popular tags without authentication.
0 stars
Works in:claude
Exposes:Tools
What it does
This server connects an AI assistant to the dev.to public API, allowing it to browse and retrieve technical content, developer profiles, and trending topics from one of the largest developer communities on the web.
Tools
get_articles: Retrieve articles with filters for username, tags, and state.get_article: Fetch a specific article by its ID or path.get_user: Get detailed information about a specific dev.to user.get_tags: Retrieve a list of popular tags.get_comments: Get all comments for a specific article.search_articles: Search for articles using specific query parameters.
Installation
Run the server via Docker:
docker run -d -p 3000:3000 docker.io/nickytonline/dev-to-mcp:latest
Then add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dev-to-mcp": {
"command": "npx",
"args": ["-y", "dev-to-mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y dev-to-mcpInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add "dev-to-mcp" to mcpServers using npx -y dev-to-mcp





