Studio MCP

Turns any command-line interface (CLI) command into a simple StdIO-based MCP server.

studio-mcp

Convenience alias package for @studio-mcp/studio.

Usage

This package provides a shorter command name for the Studio MCP CLI:

npx studio-mcp [arguments]

Instead of:

npx @studio-mcp/studio [arguments]

What is this?

This is a lightweight alias package that simply wraps and re-exports the @studio-mcp/studio CLI. It exists solely to provide a more convenient command name when using npx.

All functionality, documentation, and updates are handled by the main @studio-mcp/studio package.

Installation

If you want to install globally:

npm install -g studio-mcp

Or use directly with npx (no installation required):

npx studio-mcp

License

MIT

Related Servers