Skip to content

Md To Article

Free

by MCP Community

MCP tool to convert Markdown files to rich text and copy to clipboard for X Article editor

v1.0.10Added Apr 12, 2026
mcpmarkdownclipboardx-article
Works with:ClaudeGPTGeminiCopilot

Md To Article MCP Server

MCP tool to convert Markdown files to rich text and copy to clipboard for X Article editor

Installation

npx -y @kakedashi/md-to-article-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @kakedashi/md-to-article-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "md-to-article": {
      "command": "npx",
      "args": ["-y", "@kakedashi/md-to-article-mcp"]
    }
  }
}