Exposes project `package.json` scripts as callable tools for AI agents via a Model Context Protocol server.
Transform any npm project into an AI-accessible toolkit with zero configuration. This server allows AI agents to automatically discover and execute your project's build, test, deploy, and custom workflows through a standardized Model Context Protocol (MCP) interface, eliminating the need for agents to guess commands. It works seamlessly with npm, pnpm, yarn, and bun projects, ensuring deterministic script execution in the correct directory with the proper package manager.
Key Features
01Offers ready integrations with popular AI development tools like GitHub Copilot Chat, Claude, and Cursor
020 GitHub stars
03Ensures deterministic script execution with proper directory and package manager context
04Provides a predictable and consistent interface for AI agents to interact with project scripts
05Supports universal package managers including npm, pnpm, yarn, and bun
06Requires zero configuration, automatically detecting and exposing `package.json` scripts
Use Cases
01Enable AI agents to automatically discover and execute npm scripts for build, test, and deployment tasks.
02Standardize AI agent interaction with project-specific workflows across different package managers.
03Integrate project scripts directly into AI development environments like GitHub Copilot Chat, Claude Code, and Cursor.