# Sample MCP Server

Provide a simple and minimal MCP server implementation to help developers get started quickly with the Model Context Protocol. Enable basic MCP server capabilities using the official Python SDK as a …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list YashKushwaha/sample_mcp_server
```

---

Source: https://github.com/YashKushwaha/sample_mcp_server
