Skip to main content
Glama

NotePlan MCP Server

by bscott

create_note

Generate and organize notes directly in NotePlan.co by specifying a title, content, and folder location through Claude Desktop interactions.

Input Schema

NameRequiredDescriptionDefault
contentNoThe content of the note
folderNoThe folder to create the note in
titleYesThe title of the note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content of the note", "type": "string" }, "folder": { "description": "The folder to create the note in", "type": "string" }, "title": { "description": "The title of the note", "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools from NotePlan 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/bscott/noteplan-mcp'

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