mcp-studio-cli
v0.1.11
Published
MCP Studio CLI — a terminal REPL for hosting and driving MCP servers
Readme
mcp-studio-cli
The MCP Studio terminal REPL. Same on-disk state as the desktop app — schedules, projects, vault, and installed MCPs are shared.
Install
npm install -g mcp-studio-cliFirst run
mcp-studioYou'll see a > prompt. Type:
/helpto list slash + quick commands./mcp-serversto see installed MCPs./install <git-url>to install one (e.g./install https://github.com/RPieterse/mcp-studio-git-mcp)./configure <id>to set auth fields.- A plain question to run an agent turn.
/quitto exit.
State lives at ~/.mcp-widget/. Run alongside MCP Studio Desktop — both see the same data.
Full reference: https://rpieterse.github.io/mcp-studio-releases/docs.html
