# 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 mcp add SmartManoj/smithery-fastmcp-quickstart

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