mcp-server-cursorshare

mcp-server-cursorshare

3.5

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

The mcp-server-cursorshare is a Model Context Protocol server designed to demonstrate core MCP concepts through a simple notes system. It allows users to create, list, and summarize text notes using URIs and metadata. The server is built using TypeScript and provides tools for creating new notes and generating summaries of existing notes. It supports plain text mime types for easy content access and is compatible with various platforms, including Claude Desktop. The server also includes development scripts for building and watching changes, as well as debugging tools to facilitate communication over stdio.

Features

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

MCP Tools

  • create_note: Tool for creating new text notes with title and content.

Usage with Different Platforms

Claude Desktop


{
  "mcpServers": {
    "mcp-server-cursorshare": {
      "command": "/path/to/mcp-server-cursorshare/build/index.js"
    }
  }
}