notepadpp-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTEPADPP_EXE | No | Path to notepad++.exe | |
| NOTEPADPP_WORKDIR | No | Base directory for relative paths | |
| NOTEPADPP_SESSION_XML | No | Live session file path | |
| NOTEPADPP_SESSION_STORAGE_DIR | No | Directory for named session snapshots |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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