Files
langflow/docs/docs/_partial-mcp-node-tip.mdx
Mendon Kissling c4e77ada45 docs: add partials for npx requirements and podman (#10453)
* add-partial-for-mcp-note

* use-podman-option

* reword
2025-10-30 21:28:50 +00:00

9 lines
572 B
Plaintext

:::tip
`uvx` is included with `uv` in the Langflow package.
To use `npx` server commands, you must first install an LTS release of [Node.js](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). If you run Langflow in Docker, install Node.js inside the container image and rebuild so that `npx`-based MCP servers are available at runtime. For more information, see [Package management](/develop-application#package-management).
For an example of an `npx` MCP server in Langflow, see [Connect an Astra DB MCP server to Langflow](/mcp-component-astra).
:::