BasicNotesMCP

miinamaaher1/BasicNotesMCP
★ 5 stars C# 💻 Code/Dev Tools Updated 7mo ago
testing creating an mcp server in a basic notes app
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "basicnotesmcp": {
      "command": "npx",
      "args": [
        "-y",
        "miinamaaher1/BasicNotesMCP"
      ]
    }
  }
}