Skip to content

Plugin AppleScript commands not found in NotePlan 3.20.1 #2

@robert-johansson

Description

@robert-johansson

Problem

The noteplan_plugins tool actions fail with AppleScript errors in NotePlan 3.20.1 + noteplan-mcp v1.1.14.

Error

All plugin-related actions (list, list_available, create launch) return errors like:

execution error: The variable listInstalledPlugins is not defined. (-2753)
execution error: The variable listAvailablePlugins is not defined. (-2753)
execution error: The variable reloadPlugins is not defined. (-2753)

Steps to Reproduce

  1. Run NotePlan 3.20.1
  2. Use noteplan-mcp v1.1.14
  3. Call noteplan_plugins(action: "list") or any other plugin action

Environment

  • NotePlan: 3.20.1
  • noteplan-mcp: 1.1.14
  • macOS: Darwin 25.3.0
  • Node.js: 18+

Notes

All other MCP tools (notes, search, editing, calendar, folders, etc.) work correctly. Only the noteplan_plugins tool is affected. It appears the AppleScript dictionary in this NotePlan version does not include the plugin-related commands (listInstalledPlugins, listAvailablePlugins, reloadPlugins).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions