Skip to main content
Glama
kongyo2

@kongyo2/npm-info-mcp-server

by kongyo2

@kongyo2/npm-info-mcp-server

npm version CI Ask DeepWiki

MCP server that provides npm package information for AI agents during TypeScript development.

npm パッケージ情報を提供する MCP サーバー。AI エージェントが TypeScript 開発中に npm レジストリを参照できます。

Tools

Tool

Description

npm_search

Search packages

npm_package_info

Get package details

npm_package_versions

List versions

npm_package_dependencies

Get dependencies

npm_package_readme

Fetch README

npm_package_types

Check TypeScript type definitions

npm_package_score

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-server

Codex

codex mcp add npm-info -- npx -y @kongyo2/npm-info-mcp-server

Development

npm install
npm run dev      # Start dev server
npm test         # Run unit tests
npm run check    # Type check, lint & format
npm run build    # Build

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    A 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 updated
    7
    20
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server providing npm registry search, package details, dependency auditing, bundle size estimation, and package comparison tools for AI agents.
    Last updated
    5
    49
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A 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 updated
    340
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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