Quick Start
Install and start using MCP Template
MCP Template gives you three ways to interact with the same set of tools:
- CLI - Run commands in your terminal
- MCP - Connect AI assistants like Claude directly
- REST API - Call endpoints over HTTP with authentication
Pick the interface that fits your workflow, or use all three.
Installation
Install from source
git clone https://github.com/Miyamura80/MCP-Template.git
cd MCP-Template
uv syncVerify the installation
uv run mycli --version
uv run mycli --helpTry a command
uv run mycli greet Alice
# Hello, Alice!