devto-mvp-server
Allows searching and retrieving articles from Dev.to, including fetching articles by tags, quantity, and specific usernames through the Dev.to API.
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-mvp-servergive me 3 articles about TypeScript"
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.
📋 Dev.To Articles MCP Server
🎯 What is this project?
This is a complete MCP (Model Context Protocol) server that implements a articles of dev.to with robust validation using TypeScript and Zod. The server integrates directly with Cursor, allowing you search articles on dev.to.
🌟 Why use MCP?
The Model Context Protocol is a protocol developed by Anthropic that allows AI assistants to connect with external tools and resources in a standardized way. With this project, you can:
🤖 Natural Conversation with Cursor about articles on dev.to
🔧 Execute tasks directly through chat
📊 Receive Insights smart data about published data
🛡️ Ensure data validation robust of all data
Related MCP server: Dev.to MCP Server
Usage Examples
Ask on Cursors:
"Give me 3 articles about typescript"
"Give me articles of user kevin-uehara"
How It Works
get-articles
Fetches articles passing parameter tag and quantity from Dev.TO API
Returns structured data that AI agents can format beautifully
get-articles-by-user-name
Fetches articles passing parameter username from Dev.TO API
Returns structured data that AI agents can format beautifully
🏗️ Project Architecture
The project is organized with three main files
src/
├── types.ts # 📝 Zod Types
├── service.ts # 🖥️ Integration with dev.to
└── main.ts # 🚀 Entry Point of MCPDependencies
@modelcontextprotocol/sdk- MCP server frameworkzod- Schema validation
API Used
Dev.To API - Free API of Dev.TO articles
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.
Related MCP Servers
- Flicense-qualityDmaintenanceA TypeScript-based server project that can be integrated with Cursor IDE as an MCP (Model Control Protocol) server, enabling enhanced development capabilities.Last updated135
- AlicenseBqualityDmaintenanceAn MCP server implementation that allows AI assistants to access, search, and interact with Dev.to content, including fetching articles, retrieving user information, and publishing new content.Last updated1062MIT
- Flicense-qualityDmaintenanceA starter project designed to quickly build and deploy Model Context Protocol (MCP) servers using the TypeScript SDK and Zod for schema validation. It features example implementations for tools and resources, providing a solid foundation for custom MCP development and integration.Last updated
- Flicense-qualityDmaintenanceA starter template designed to jumpstart the development of Model Context Protocol (MCP) servers using TypeScript. It provides pre-configured examples for creating tools and resources, along with integration guides for MCP clients like Cursor.Last updated
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
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/kevinuehara/mcp-articles-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server