MCP Template

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 sync

Verify the installation

uv run mycli --version
uv run mycli --help

Try a command

uv run mycli greet Alice
# Hello, Alice!

Choose Your Interface

On this page