🛠️

npm-run-mcp-server

An MCP server that exposes package.json scripts as tools for agents.

Developer Tools stdio npm npmstdiofstubner
RUN IN TERMINAL
claude mcp add fstubner-npm-run-mcp-server -- npx -y npm-run-mcp-server
ADD TO claude_desktop_config.json
{ "mcpServers": { "fstubner-npm-run-mcp-server": { "command": "npx", "args": ["-y", "npm-run-mcp-server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "fstubner-npm-run-mcp-server": { "command": "npx", "args": ["-y", "npm-run-mcp-server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "fstubner-npm-run-mcp-server": { "command": "npx", "args": ["-y", "npm-run-mcp-server"] } } }

About This MCP Server

The npm-run-mcp-server is a Model Context Protocol server that allows package.json scripts to be used as tools by agents, enabling developers to leverage existing scripts in their projects. This server connects to agents through the Model Context Protocol, providing a way to execute scripts defined in package.json. Developers would use this server to expose their package.json scripts as tools, making them accessible to agents in their development workflow.

An MCP server that exposes package.json scripts as tools for agents.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.

Package

npm-run-mcp-server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The npm-run-mcp-server server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/fstubner-npm-run-mcp-server.svg)](https://skillsplayground.com/mcps/fstubner-npm-run-mcp-server/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.