MCP tool to convert Markdown files to rich text and copy to clipboard for X Article editor
{
"mcpServers": {
"kakedashimd-to-article": {
"command": "npx",
"args": [
"-y",
"@kakedashi/md-to-article-mcp"
]
}
}
}