cubox-mcp

cubox-mcp

3.2

If you are the rightful owner of cubox-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript-based MCP server implementing a simple notes system.

The mcp-server-cubox is a Model Context Protocol server designed to demonstrate core MCP concepts through a simple notes system. It is built using TypeScript and provides resources that represent text notes, which can be accessed via URIs. The server includes tools for creating new notes and prompts for generating summaries of these notes. Each note is stored with a title, content, and metadata, and can be accessed in plain text format. The server is designed to be integrated with platforms like Claude Desktop, and it supports development features such as auto-rebuild and debugging through the MCP Inspector.

Features

  • Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes with title and content.
  • Prompts: `summarize_notes` prompt for generating summaries of all stored notes.

Tools

  1. create_note

    Create new text notes with title and content.