Beeper MCP Note ServerServer

stopWarByWar
GitHub
note-takingtext-summarizationMCP server

Loading subscription status...

💡 Description

A simple MCP server for creating and managing notes with support for summarization functionality.

📝 JSON Entries

{
  "mcpServers": [
    {
      "beeper-mcp": {
        "env": {
          "UV_PUBLISH_TOKEN": "<PUBLISH_TOKEN>"
        },
        "args": [
          "<NOTE_NAME>",
          "<NOTE_CONTENT>"
        ],
        "command": "add-note"
      }
    }
  ]
}

🛠️ Tools

add-note

Features

  • note management
  • text summarization

💬 Example Queries

  • Create a new note
  • Summarize all notes
  • Retrieve a specific note by its name