mcp-openfiles.taphoaai-installer
v1.3.0
Published
Bootstrap CLI that runs the hosted MCP installers from claude.zunef.com
Downloads
31
Maintainers
Readme
mcp-openfiles.taphoaai-installer
CLI npm package that downloads and runs four hosted MCP installers from claude.zunef.com.
Install
Run directly with npx:
npx mcp-openfiles.taphoaai-installerOr install globally:
npm install -g mcp-openfiles.taphoaai-installer
mcp-openfiles-installWhat this package does
This package is a wrapper for these hosted commands:
irm https://claude.zunef.com/api/guide/YJAZfTTE44M5BQWEuP2Qi3ODNTAnnKV1/mcp-openvision/install-node | node
irm https://claude.zunef.com/api/guide/YJAZfTTE44M5BQWEuP2Qi3ODNTAnnKV1/mcp-openfiles/install-node | node
irm https://claude.zunef.com/api/guide/YJAZfTTE44M5BQWEuP2Qi3ODNTAnnKV1/mcp-projectscan/install-node | node
irm https://claude.zunef.com/api/guide/YJAZfTTE44M5BQWEuP2Qi3ODNTAnnKV1/mcp-projectedit/install-node | nodeMeaning:
npx mcp-openfiles.taphoaai-installerdownloads all four remote installer scripts- it executes them one by one with your local
node - the actual install behavior comes from the remote scripts at those URLs
Note
Because this package intentionally runs the hosted installers as-is, any future change on those URLs will also affect what this npm package installs.
Requirements
- Node.js 18 or newer
- npm available in
PATH - network access to
https://claude.zunef.com
Publish
If you want to publish this package to npm:
npm login
npm publishIf the package name is already taken, update the "name" field in package.json first.
