get_npm_package_info
Get comprehensive information about an npm package including latest version, description, dependencies, maintainers, and more.
How to use it
get_npm_package_info is exposed by the Ember MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_npm_package_info tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL EMBER MCP LISTINGOther tools in Ember MCP (6)
Compare a current package version with the latest available version on npm. Shows if an update is needed and provides version details to help with dependency upgrades.
Detect which package manager (pnpm, yarn, npm, bun) is being used in a workspace by examining lockfiles and package.json. Returns the appropriate commands to use for installing dependencies, running scripts, and executing packages.
Get detailed API documentation for a specific Ember class, module, or method.
Get Ember best practices and recommendations for specific topics. This tool provides modern patterns, anti-patterns to avoid, and community-approved approaches.
Get information about Ember versions, including current stable version, recent releases, and migration guides.
Search through all Ember documentation including API docs, guides, and community content.