MCP ServerSTDIOOfficialv0.8.0

Dave London Npm MCP Server

Execute npm and pnpm commands (install, audit, outdated, list) and receive structured JSON responses. For developers who need programmatic access to package management operations within AI workflows.

io.github.Dave-London/npm

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Dave London Npm MCP server does

How models use it and what it is built for.

Execute npm and pnpm commands (install, audit, outdated, list) and receive structured JSON responses. For developers who need programmatic access to package management operations within AI workflows.

Connect to Dave London Npm

Local install — runs as a subprocess.

npx @paretools/npm@0.8.0

Resources

Where to find authoritative docs and source for Dave London Npm.

Example prompts for Dave London Npm

Paste any of these into Agent Studio after connecting Dave London Npm.

  • List all outdated packages in my project with available versions
  • Run npm audit and return security vulnerabilities as JSON
  • Install a specific package and confirm the operation succeeded
  • Get a structured list of all dependencies currently installed

Dave London Npm MCP server — FAQ

Common questions about connecting and running Dave London Npm.

  • What npm operations does this MCP server support?

    The server supports install, audit, outdated, and list commands for both npm and pnpm. All results are returned as structured JSON for easy parsing and integration.

  • How do I install and use this MCP server?

    Install via `npx @paretools/npm@0.8.0`. The server uses stdio transport, so it communicates directly with your MCP client. Ensure npm or pnpm is available in your environment.

  • Can I use this with pnpm instead of npm?

    Yes, the server supports both npm and pnpm operations. You can run the same commands against either package manager depending on your project setup.

  • What format are the results returned in?

    All command outputs are returned as typed JSON, making it easy to parse, filter, and act on package management data programmatically within your AI workflows.

  • Does this server modify my package.json or lock files?

    The install command will modify your dependencies and lock files as expected. Audit, outdated, and list are read-only operations that don't change your project state.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground