A tiny MCP notes server (add / list / search / delete) over stdio, for any MCP client. Run it with npx sample-notes-mcp-server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sample-notes-mcp-ser": {
"command": "npx",
"args": [
"-y",
"hanoak/sample-notes-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sample-notes-mcp-ser npx -y hanoak/sample-notes-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sample-notes-mcp-ser": {
"command": "npx",
"args": [
"-y",
"hanoak/sample-notes-mcp-server"
]
}
}
}