LogoMCP Store
icon of mcp_npm

mcp_npm

A TypeScript-based MCP server that executes npm and npx commands from LLMs, enabling efficient package management and script execution.

Introduction

project-npm MCP Server

Server to call npm and npx command from LLM

This is a TypeScript-based MCP server that implements a simple npm system.

  • Executes npm and npx commands
Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch
Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "project-npm": {
      "command": "/path/to/project-npm/build/index.js"
    }
  }
}

Information

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates