一个支持windows/linux/mac的文本编辑器,目标是做中国人自己的编辑器,来自中国。
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"notepad--": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notepad--"
]
}
}
}