Md To Article
Freeby 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
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
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"]
}
}
}