Fast, lightweight Markdown editor with Typora-style live inline preview. Desktop and browser, cross-device sync, one-click publishing, and a built-in MCP server.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nibeditor": {
"command": "npx",
"args": [
"-y",
"lxorb/nibeditor"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nibeditor npx -y lxorb/nibeditor
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nibeditor": {
"command": "npx",
"args": [
"-y",
"lxorb/nibeditor"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://github.com/lxorb/nibeditor/releases/latest"> <img alt="Download for Windows" src="https://img.shields.io/badge/Windows-x64%20%C2%B7%20arm64-0078D6?style=for-the-badge&logo=windows11&logoColor=white"> </a> <a href="https://github.com/lxorb/nibeditor/releases/latest">
Topics
desktop-app live-preview markdown markdown-editor note-taking rust svelte tauri typora wysiwyg