MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

U
Using Fastmcp To Connect Localsys To Devto

MCP server by ebinesh999

创建于 3/9/2026
更新于 4 days ago
Repository documentation and setup instructions

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 uv to install python dependencies. Node.js & npm (for npx to run filesystem 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

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx using-fastmcp-to-connect-localsys-to-devto

Cursor 配置 (mcp.json)

{ "mcpServers": { "ebinesh999-using-fastmcp-to-connect-localsys-to-devto": { "command": "uvx", "args": [ "using-fastmcp-to-connect-localsys-to-devto" ] } } }