Skip to main content
Glama

Bear MCP Server

by philgetzen

create_note

Generate and store notes in Bear with customizable titles, content, and tags using the Bear MCP Server. Simplify note-taking and organization directly from Claude Desktop.

Instructions

Create a new note in Bear and return its ID

Input Schema

NameRequiredDescriptionDefault
tagsNoComma separated tags (e.g., 'work,ideas')
textNoNote content
titleNoNote title

Input Schema (JSON Schema)

{ "properties": { "tags": { "description": "Comma separated tags (e.g., 'work,ideas')", "type": "string" }, "text": { "description": "Note content", "type": "string" }, "title": { "description": "Note title", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Bear MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/philgetzen/bear-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server