# Smithery Scaffold

Provide a scaffold for building MCP servers with ease. Enable rapid development and testing of MCP tools, resources, and prompts. Simplify integration with the Model Context Protocol ecosystem.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fiber-ai/mcp

# Browse available tools
npx -y @smithery/cli@latest tool list fiber-ai/mcp
```

---

Source: https://github.com/fiber-ai/mcp/tree/main/say-hello
