mcp-openfiles-installer
v1.0.0
Published
CLI installer for the ZUNEF OpenFiles MCP server
Maintainers
Readme
mcp-openfiles-installer
CLI npm package to install the openfiles MCP server for PDF, DXF, and STEP reading.
Install
Run directly with npx:
npx mcp-openfiles-installerOr install globally:
npm install -g mcp-openfiles-installer
mcp-openfiles-installWhat it installs
The installer creates a managed MCP server in:
~/.taphoaai/mcp/openfilesThen it updates supported client configs:
- Cursor:
~/.cursor/mcp.json - Claude Desktop: platform-specific config file when available
- Claude Code: via
claude mcp add-jsonwhen theclaudeCLI is installed
Tools exposed by the MCP
inspect_fileread_pdf_fileread_dxf_fileread_step_file
Requirements
- Node.js 18 or newer
- npm available in
PATH
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.
