# cxasm/notepad-- | Model Context Protocol (MCP) Server > 一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。 - **Stars**: ⭐ 9,432 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "notepad--": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-notepad--" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "notepad--": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-notepad--" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-notepad--` - **Docker**: `docker run -i --rm mcp/notepad--`