Prerequisites
The installer clones over HTTPS and builds locally, so it needs:- Node.js 18 or newer
gitandnpmon yourPATH- Network access to GitHub and the npm registry
git binary or outbound network.
Install
Option A — one-line installer
Installs from GitHub and registers with Claude Code in a single step:~/.local instead and prints a PATH hint.
The repository is public, so installation does not require GitHub credentials. If your environment does not permit
curl | bash, inspect install.sh before running it. Note that credentials passed on the command line land in your shell history.Option B — local checkout
yellow-pro-mcp server and the yellow-pro CLI.
Register with a client
For Claude Code:Setup helpers
Manual configuration
- Codex CLI
- OpenClaw / Claude Desktop / Cursor
Add to
~/.codex/config.toml:Verify it works
Restart your client first — MCP servers connect at session start. 1. Confirm the server starts. This handshake needs no credentials:serverInfo block and a clean exit:
Update and uninstall
Update: re-run the one-line installer, orgit pull and npm install -g . in a local checkout. The server reports a date-based build version in serverInfo.version; compare it against the latest commit to tell whether you are current.
Uninstall:
mcpServers entry by hand for clients configured manually, and revoke the API key if you no longer need it.
Agent skill (non-MCP agents)
For agents that don’t speak MCP, the repository ships an agent skill atskills/yellow-pro/SKILL.md that teaches agents to use the yellow-pro CLI. Copy it into your agent’s skills directory, for example ~/.claude/skills/yellow-pro/.