# RICHQAQ/PasteMD | Model Context Protocol (MCP) Server > 一键将 Markdown 和网页 AI 对话(ChatGPT/DeepSeek等)完美粘贴到 Word、WPS 和 Excel 的效率工具 | One-click paste Markdown and AI responses (ChatGPT/DeepSeek) into Word, WPS, and Excel perfectly. - **Stars**: ⭐ 5,025 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "PasteMD": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PasteMD" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "PasteMD": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PasteMD" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-PasteMD` - **Docker**: `docker run -i --rm mcp/PasteMD`