Notes for Claude Desktop
io.github.abhishekkumar2021/notes
Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.
client:Claude Desktop
transport:stdio
runtime:npm
Install Notes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"notes": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/notes"
],
"env": {
"NOTES_DIR": "<NOTES_DIR>",
"NOTES_READONLY": "<NOTES_READONLY>",
"NOTES_MODEL_DIR": "<NOTES_MODEL_DIR>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs