notemind-mcpserver

AdityaTheDev/notemind-mcpserver
★ 2 stars Python 🤖 AI/LLM Updated 3mo ago
This is a AI note taker mcp server
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": {
    "notemind-mcpserver": {
      "command": "uvx",
      "args": [
        "notemind-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install notemind-mcpserver