An MCP server that gives an AI agent a searchable markdown notes vault.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-notes-server": {
"command": "npx",
"args": [
"-y",
"nadimhoss/mcp-notes-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-notes-server npx -y nadimhoss/mcp-notes-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-notes-server": {
"command": "npx",
"args": [
"-y",
"nadimhoss/mcp-notes-server"
]
}
}
}