hidemium-mcp
v0.1.7
Published
MCP server for Hidemium desktop app
Readme
hidemium-mcp
hidemium-mcp is a Model Context Protocol (MCP) server for Hidemium desktop workflows.
It runs over stdio and is designed to be used directly from MCP-compatible clients.
Requirements
- Node.js
>=20 - npm
CLI Commands
Use these commands to install, verify, or remove MCP client configuration:
npx -y hidemium-mcp install
npx -y hidemium-mcp check
npx -y hidemium-mcp removeinstall: detects supported apps and writes MCP server configcheck: reports detection/configuration statusremove: removeshidemium-mcpfrom supported config files
Supported MCP Client Config Paths
The install command updates these files when the corresponding app is detected:
- Cursor:
%USERPROFILE%\.cursor\mcp.json - Antigravity:
%USERPROFILE%\.gemini\antigravity\mcp_config.json
Copy-Paste Templates
1) Install MCP config
npx -y hidemium-mcp install2) Check status
npx -y hidemium-mcp check3) Remove MCP config
npx -y hidemium-mcp remove4) Run local build for demo
npm run build
node .\dist\index.js install
node .\dist\index.js check
node .\dist\index.js removeTroubleshooting
- If nothing is installed, verify that Cursor or Antigravity is installed on this machine first.
- If
npxis slow on first run, that is normal; npm may be downloading the package. - On local development builds, run
node .\dist\index.js ...(notdist\cli\mcpSetup.jsdirectly).
Developer Docs
- Architecture:
docs/architecture.md - Development guide:
docs/development.md - Release guide:
docs/release.md - Contributing:
CONTRIBUTING.md - Changelog:
CHANGELOG.md
