| Crates.io | nu-mcp |
| lib.rs | nu-mcp |
| version | 0.110.0 |
| created_at | 2025-10-15 13:08:52.289586+00 |
| updated_at | 2026-01-18 03:17:28.005828+00 |
| description | Modules to run a model context protocol (MCP) server that provides Nushell as a tool. |
| homepage | https://www.nushell.sh |
| repository | https://github.com/nushell/nushell/tree/main/crates/nu-mcp |
| max_upload_size | |
| id | 1884331 |
| size | 107,111 |
This crate provides support for MCP (Model Context Protocol) in Nushell.
The mcp feature flag controls whether MCP functionality is compiled into Nushell.
To build Nushell with MCP support, use:
cargo build --features mcp
To run Nushell with the MCP server enabled:
nu --mcp
If Nushell was built without the MCP feature and you attempt to use the --mcp flag, it will display an error message instructing you to recompile with the feature enabled.