🚀 Getting Started¶
🚀 Getting Started¶
This quickstart walks you through:
- Installing MCPStack
- Building a pipeline with the
hello_worldtool — both via CLI and programmatically - Running it with an MCP host configuration (
fastmcpor Claude Desktop)
1. Installation¶
We recommend installing via uv, which provides fast, isolated environments.
If you prefer pip, it works the same.
2. Creating a pipeline with Hello_World¶
The hello_world tool is bundled with MCPStack. It exposes a single action (say_hello) to demonstrate the tool interface.
This command creates a new pipeline JSON with the hello_world tool inside.
To inspect your pipeline:
3. Running the pipeline with a host¶
MCPStack can generate and run host configurations.
MCPStack will:
- Load your pipeline
- Generate a fastmcp configuration
- Start the MCP server
Tip
You can always combine multiple tools into the same pipeline — e.g. mimic, jupyter, scikit-longitudinal, and more!