Skip to content

Nareshtt/mcp-notes-server

Repository files navigation

Voice Notes MCP Server

Create markdown notes using your voice via OpenCode.

Setup

cd /home/naresh/Projects/mcp-notes-server
npm install

Usage

Start the HTTP Server (for voice assistant)

./start.sh
# or
node http-server.js

Notes are saved to: ~/Documents/voice-notes

For OpenCode Integration

Add to your OpenCode config (~/.config/opencode/opencode.jsonc):

{
  "mcp": {
    "notes": {
      "type": "local",
      "command": ["node", "/home/naresh/Projects/mcp-notes-server/server.js"],
      "enabled": true
    }
  }
}

Voice Commands

  1. Start the HTTP server: ./start.sh
  2. In your voice assistant, say "save as note" followed by your note
  3. Or toggle note mode to save all recordings as notes

API Endpoints

  • POST /create-note - Create a new note
    • Body: { "title": "Note title", "content": "Note content", "tags": ["tag1", "tag2"] }
  • GET /notes - List all notes

About

MCP Notes Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors