npm-helper-mcp 🚀
@Sametcanj
关于 npm-helper-mcp 🚀
A Model Context Protocol (MCP) server providing tools for NPM package management and dependency updates. Helps LLMs like Claude interact with npm packages, search npm registry, and keep dependencies up-to-date.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is npm-helper-mcp?
npm-helper-mcp is a Model Context Protocol (MCP) server that provides tools for NPM package management and dependency updates. It enables large language models (LLMs) like Claude to interact seamlessly with npm packages, search the npm registry, and keep dependencies up-to-date.
How to use npm-helper-mcp?
Clone the repository, install dependencies, build the project, and start the server. Then use GET /check-updates to check for updates, GET /search?packageName=your-package-name to search packages, and POST /update-dependencies to update dependencies.
Key features of npm-helper-mcp
- NPM Package Management via simple interface
- Automatic dependency update checking
- Integration with LLMs like Claude
- Quick search of the npm registry
- Full Model Context Protocol support
Use cases of npm-helper-mcp
- Automatically check and update project dependencies to latest versions
- Allow an LLM to search the npm registry for packages
- Enable AI assistants to manage npm packages in a project
- Integrate dependency management into automated workflows
FAQ from npm-helper-mcp
What are the prerequisites for running npm-helper-mcp?
Node.js (v14 or later) and npm (v6 or later) must be installed on your machine.
How do I install and start the server?
Clone the repo, run npm install, then npm run build, and finally npm start.
What API endpoints does npm-helper-mcp provide?
GET /check-updates, GET /search?packageName=, and POST /update-dependencies. Full documentation is available in docs/API.md.
Does npm-helper-mcp support the Model Context Protocol?
Yes, it fully supports the Model Context Protocol for enhanced communication between components.
Where does the data live? Is there any external authentication?
The README does not specify data storage or authentication details. The server interacts with the npm registry and runs locally as a Node.js process.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论