From df766d57158345732f4329f95fc94456e4eadcc8 Mon Sep 17 00:00:00 2001 From: Shachar Solomon Date: Sun, 3 Aug 2025 00:16:26 +0300 Subject: [PATCH 1/2] Add NPM Plus MCP Server to community servers NPM Plus is an AI-powered JavaScript package management server providing security scanning, bundle analysis, and intelligent dependency management for MCP-compatible editors including Claude, Windsurf, Cursor, and VS Code. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15483e847b..95a72ef9e5 100644 --- a/README.md +++ b/README.md @@ -817,6 +817,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[nomad-mcp](https://github.com/kocierik/mcp-nomad)** - A server that provides a set of tools for managing Nomad clusters through the MCP. - **[Notion](https://github.com/suekou/mcp-notion-server)** (by suekou) - Interact with Notion API. - **[Notion](https://github.com/v-3/notion-server)** (by v-3) - Notion MCP integration. Search, Read, Update, and Create pages through Claude chat. +[NPM Plus](https://github.com/shacharsol/js-package-manager-mcp)- AI-powered JavaScript package management with security scanning, bundle analysis, and intelligent dependency management for MCP-compatible editors. - **[NS Travel Information](https://github.com/r-huijts/ns-mcp-server)** - Access Dutch Railways (NS) real-time train travel information and disruptions through the official NS API. - **[ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp)** (by teddyzxcv) - The MCP server that keeps you informed by sending the notification on phone using ntfy - **[ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp)** (by gitmotion) - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!) From 26a94b33e9f54d0050d62d7c5b1e7bba14ef533c Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Sun, 17 Aug 2025 16:26:22 +0100 Subject: [PATCH 2/2] Fix formatting for NPM Plus entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add missing '- **' prefix - Add space between link and description - Ensure consistent formatting with other entries 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cff33fcec0..78fc6f20c6 100644 --- a/README.md +++ b/README.md @@ -910,7 +910,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[nomad-mcp](https://github.com/kocierik/mcp-nomad)** - A server that provides a set of tools for managing Nomad clusters through the MCP. - **[Notion](https://github.com/suekou/mcp-notion-server)** (by suekou) - Interact with Notion API. - **[Notion](https://github.com/v-3/notion-server)** (by v-3) - Notion MCP integration. Search, Read, Update, and Create pages through Claude chat. -[NPM Plus](https://github.com/shacharsol/js-package-manager-mcp)- AI-powered JavaScript package management with security scanning, bundle analysis, and intelligent dependency management for MCP-compatible editors. +- **[NPM Plus](https://github.com/shacharsol/js-package-manager-mcp)** - AI-powered JavaScript package management with security scanning, bundle analysis, and intelligent dependency management for MCP-compatible editors. - **[NS Travel Information](https://github.com/r-huijts/ns-mcp-server)** - Access Dutch Railways (NS) real-time train travel information and disruptions through the official NS API. - **[ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp)** (by teddyzxcv) - The MCP server that keeps you informed by sending the notification on phone using ntfy - **[ntfy-me-mcp](https://github.com/gitmotion/ntfy-me-mcp)** (by gitmotion) - An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)