# FastMCP Quickstart for Smithery

Provide a simple MCP server with a greeting tool to enable interactive development and testing of MCP tools. Facilitate rapid iteration and debugging through integration with the Smithery Playground.…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list SmartManoj/smithery-fastmcp-quickstart
```

---

Source: https://github.com/SmartManoj/Smithery-FastMCP-Quickstart
