MCP CLI
JSON →A command-line interface for interacting with Model Context Protocol servers.
Install
npx @playwright/mcp@latest Tools · 14
- plan_create_and_execute Creates and executes a multi-step tool call plan during conversation
- /memory Visualize VM state during conversations — page table, working set utilization, eviction metrics, TLB stats
- /memory page Export page content to local files with modality-aware extensions
- /plan Create, inspect, and execute reproducible tool call graphs — create, list, show, run, delete, resume
- /plan resume Resume interrupted plans
- /health Server health monitoring command
- /usage Token usage tracking per-turn and cumulative
- /tokens Alias for /usage command
- /cost Alias for /usage command
- /sessions Save/load/list conversation sessions with auto-save every 10 turns
- /export Export conversations as Markdown or JSON with metadata
- /attach Stage files for the next message — images, text/code, and audio
- /file Alias for /attach command
- /image Alias for /attach command
Environment variables
OPENAI_API_KEYANTHROPIC_API_KEYAZURE_OPENAI_API_KEYGEMINI_API_KEYGROQ_API_KEYLOCALAI_API_KEYMYPROXY_API_KEYBRAVE_API_KEY
Links
★ 1,977 GitHub stars