ImageMCP CLI & Auth SDK (imagemcp)
The official CLI and authentication SDK for ImageMCP Server.
Quick Start
1. Browser-based Authentication
npx imagemcp login
Opens your browser, lets you select or generate an API token, and securely stores an encrypted access token in ~/.imagemcp/config.json.
2. Check Auth Status
npx imagemcp status
3. Log Out
npx imagemcp logout
Agent Skill Usage
When installed via skills CLI:
npx skills add web5lab/imagemcpserver
If not logged in, any invocation prompts:
ImageMCPServer isn't connected yet. Run npx imagemcp login to connect your account.
Once npx imagemcp login is completed, skills automatically resolve and use the saved token.