@kongyo2/npm-info-mcp-server
Provides tools for searching npm packages, retrieving package details, versions, dependencies, README, TypeScript type definitions, and quality scores from the npm registry.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@kongyo2/npm-info-mcp-serversearch for lodash"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@kongyo2/npm-info-mcp-server
MCP server that provides npm package information for AI agents during TypeScript development.
npm パッケージ情報を提供する MCP サーバー。AI エージェントが TypeScript 開発中に npm レジストリを参照できます。
Tools
Tool | Description |
| Search packages |
| Get package details |
| List versions |
| Get dependencies |
| Fetch README |
| Check TypeScript type definitions |
| Get quality / popularity / maintenance score |
Related MCP server: apifable
Setup
{
"mcpServers": {
"npm-info": {
"command": "npx",
"args": ["-y", "@kongyo2/npm-info-mcp-server"]
}
}
}MCP Client Configuration
Claude Code
Install via CLI (MCP only):
claude mcp add --scope user npm-info -- npx -y @kongyo2/npm-info-mcp-serverCodex
codex mcp add npm-info -- npx -y @kongyo2/npm-info-mcp-serverDevelopment
npm install
npm run dev # Start dev server
npm run check # Type check, lint & format
npm run build # BuildLicense
MIT
This server cannot be installed
Maintenance
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/kongyo2/npm-info'
If you have feedback or need assistance with the MCP directory API, please join our Discord server