MCP Server for Notepad++ automation with comprehensive file operations, plugin management, code linting, and Windows API integration. 26 tools, FastMCP 2.12 compatibility, and extensive testing.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"notepadpp-mcp": {
"command": "uvx",
"args": [
"notepadpp-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add notepadpp-mcp uvx notepadpp-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"notepadpp-mcp": {
"command": "uvx",
"args": [
"notepadpp-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install notepadpp-mcp
README Excerpt
<p align="center"> <a href="https://github.com/casey/just"><img src="https://img.shields.io/badge/just-ready_to_go-7c5cfc?style=flat-square&logo=just&logoColor=white" alt="Just"></a> <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
Tools (10)
NOTEPADPP_SAMPLING_MODEL PATH display_ops file_ops linting_ops plugin_ops session_ops status_ops tab_ops text_ops
Topics
editor fastmcp mcp notepadpp python