handfuloflight_convex-mcp-server

handfuloflight_convex-mcp-server

3.4

Convex MCP Server is a TypeScript-based server implementing a simple notes system to demonstrate core MCP concepts.

The Convex MCP Server is a TypeScript-based implementation of a Model Context Protocol (MCP) server that provides a simple notes system. It showcases the fundamental concepts of MCP by offering resources that represent text notes, each with unique URIs and metadata. The server also includes tools for creating new notes, making it a practical example of how MCP can be used to manage and manipulate textual data. The server supports plain text MIME types for straightforward content access and is designed to be integrated with various platforms, including Claude Desktop. Developers can easily install dependencies, build the server, and use development tools like auto-rebuild and debugging utilities to enhance their workflow.

Features

  • {'name': 'Resources', 'description': 'List and access notes via note:// URIs, each with a title, content, and metadata.'}
  • {'name': 'Plain Text MIME Type', 'description': 'Supports plain text MIME type for simple content access.'}
  • {'name': 'Tools', 'description': 'create_note tool for creating new text notes with title and content.'}

MCP Tools

  • create_note: Create new text notes with title and content, storing them in server state.

Usage with Different Platforms

Claude Desktop


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