Productivity|Development|AI / ML|UtilitiesTypeScript
note-gen
A cross-platform Markdown AI note-taking software.
N/A rating (0 reviews)0 installs11,213 GitHub stars
MarkdownNote-takingAI
NoteGen is designed to facilitate note-taking using Markdown with the assistance of AI, making it easier for users to organize and manage their notes efficiently. It supports cross-platform functionality, ensuring accessibility on various devices.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"note-gen": {
"args": [
"-y",
"note-gen"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.