Skip to main content
Glama
Mhdd-24

notepadpp-mcp

by Mhdd-24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTEPADPP_EXENoPath to notepad++.exe
NOTEPADPP_WORKDIRNoBase directory for relative paths
NOTEPADPP_SESSION_XMLNoLive session file path
NOTEPADPP_SESSION_STORAGE_DIRNoDirectory for named session snapshots

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
npp_statusA

Check Notepad++ availability: exe path, whether the process is running, and resolved session/workdir paths.

npp_openA

Open one or more files in Notepad++. Paths may be absolute or relative to NOTEPADPP_WORKDIR.

npp_newB

Launch Notepad++ with a new empty document. Optionally create and open a new file under NOTEPADPP_WORKDIR.

npp_list_sessionA

List file paths from the live Notepad++ session.xml (open/recent buffers).

npp_save_sessionB

Copy the live session.xml into a named snapshot under the session storage folder.

npp_load_sessionC

Load a named session snapshot via notepad++.exe -openSession.

npp_runB

Escape hatch: run notepad++.exe with custom CLI arguments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Mhdd-24/NotePadpp-MCP'

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