Back to Home
Kiruthick7 icon

mcp

Verified Safe

by Kiruthick7

Overview

Publishes blog posts to Dev.to via an MCP-compatible client.

Installation

Run Command
uv run dev-server.py

Environment Variables

  • DEVTO_API_KEY

Security Notes

The server loads the Dev.to API key from an environment variable, preventing hardcoding. It uses the `requests` library for external API calls, handling potential errors. No dangerous functions like `eval` or direct filesystem manipulation (beyond `.env` loading) are present. The primary security consideration is the secure handling of the `DEVTO_API_KEY` by the user.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-26

Tags

MCP ServerDev.toBlog PublishingAPI IntegrationPython