A simple MCP server for adding new notes and showing all the added notes for a user.
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_notetaking_serve": {
"command": "npx",
"args": [
"-y",
"sash2721/MCP_NoteTaking_Server"
]
}
}
}
Run in terminal:
claude mcp add mcp_notetaking_serve npx -y sash2721/MCP_NoteTaking_Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_notetaking_serve": {
"command": "npx",
"args": [
"-y",
"sash2721/MCP_NoteTaking_Server"
]
}
}
}