add_npx_mcp
Install npm-published MCP servers into obot by adding them as npx commands. Specify the package, display name, and optional environment variables.
Instructions
Install a new MCP server in obot that runs as npx <package> (stdio). Use this for npm-published MCP servers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name shown in obot UI. | |
| package | Yes | npm package name, e.g. n8n-mcp or @scope/foo. | |
| shortDescription | No | ||
| env | No | Env vars passed to the MCP process. Keys go in manifest.env[]. Mark secrets via sensitiveKeys. | |
| sensitiveKeys | No | Keys in `env` that should be marked sensitive (API keys, tokens). | |
| alias | No | Optional short alias used in URLs/logs. |