notepad--

GitHub

一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。

9,432 stars C++
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "notepad--": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notepad--"
      ]
    }
  }
}