@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: agent-workspace-mcp
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 test # Run unit tests
npm run check # Type check, lint & format
npm run build # BuildLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables LLMs to understand and work with TypeScript APIs they haven't been trained on by providing structured access to TypeScript type definitions and documentation.Last updated5046MIT
- AlicenseAqualityDmaintenanceA TypeScript-aware MCP server that provides coding agents with repository discovery, code intelligence, and web project context for local codebases. It enables deep symbol navigation, diagnostic reporting, and structural analysis of monorepos without requiring full IDE integration.Last updated7201MIT
- AlicenseAqualityDmaintenanceMCP server providing npm registry search, package details, dependency auditing, bundle size estimation, and package comparison tools for AI agents.Last updated549MIT
- Alicense-qualityBmaintenanceA standalone MCP server that provides TypeScript type inference and hover information using tsgo, enabling AI agents to get type details, diagnostics, references, and more without needing an editor.Last updated3401MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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