mcpbundles
v1.5.92
Published
MCPBundles CLI - connect AI to MCP tools from the command line
Maintainers
Readme
MCPBundles CLI
Connect AI agents to MCP tools from the command line.
Install
npm install -g mcpbundlesOr run without a global install:
npx mcpbundles --helpThe npm package is a launcher for the official Python CLI published on PyPI. On first run, it creates a versioned virtual environment under ~/.mcpbundles/npm/ and installs the matching mcpbundles PyPI release.
Requirements
- Node.js 18+
- Python 3.10+
Common Commands
mcpbundles login
mcpbundles tools
mcpbundles call <tool-name> -- key=value
mcpbundles proxy startFull docs: https://www.mcpbundles.com/docs/how-to/cli
