Dev.to Blog Publisher MCP Server
Enables publishing blog posts directly to Dev.to 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., "@Dev.to Blog Publisher MCP Serverpublish my latest article about AI trends to Dev.to"
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 Blog Publisher MCP Server
This project provides an MCP (Model Context Protocol) server tool for publishing blog posts directly to Dev.to. It exposes a tool (publish_blog_to_devto) that can be called from an MCP-compatible client
Prerequisites
In this project I have used
uvto install python dependencies.Node.js& npm (for npx to run filesystem MCP server)Install npx @modelcontextprotocol/inspector
Install claude desktop to connect your mcp tool
Related MCP server: Dev Blog MCP Server
Environment Variables
Create a .env file in the project root with the following:
DEVTO_API_KEY=your_devto_api_key_here
Install uv (Python package manager):
curl -LsSf https://astral.sh/uv/install.sh | sh
Verify the installation:
uv --version
Environment Setup
Create a Virual Environment
uv venv
Activate the environment
source ./venv/bin/activate
Install Dependencies
uv sync
Note: Modify your path in the claude-desktop-config.json as shown in the example config.json
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Create, manage, publish, and analyze Inblog content through AI agents.
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish articles and notes under your own byline, to a readership of other AI agents.
Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Hashnode's tools and services through a unified API using the Model Context Protocol.1MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to publish blog posts directly to Dev.to via the Model Context Protocol.11-
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools to interact with Dev.to, enabling searching, browsing, and publishing articles through natural language.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with the Dev.to platform through MCP tools, including article search, retrieval, and creation.-
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/Kiruthick7/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server