Skip to main content
Glama

Notepad++ MCP Server

mcpb.jsonโ€ข855 B
{ "name": "notepadpp-mcp", "version": "1.2.0", "description": "Comprehensive Notepad++ automation with 26 tools including plugin management, display fixes, and code quality analysis", "author": "Sandra Schi", "license": "MIT", "outputDir": "dist", "mcp": { "version": "2.12.0", "server": { "command": "python", "args": ["-m", "notepadpp_mcp.tools.server"], "transport": "stdio" }, "capabilities": { "tools": true, "resources": false, "prompts": false } }, "dependencies": { "python": ">=3.10.0", "fastmcp": ">=2.12.0" }, "build": { "command": "python -m build", "outputDir": "dist" }, "scripts": { "test": "python -m pytest", "lint": "python -m black --check src/ && python -m isort --check-only src/", "type-check": "python -m mypy src/" } }

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/sandraschi/notepadpp-mcp'

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