Quick Start
Two steps: add a server once, then use it by name.
Step 1: Add a server
mcp add time 'uvx mcp-server-time'added server "time"exposed as "mcp-time" (~/.local/share/mcptocli/bin/mcp-time)
now use it: mcp time tools mcp time shellThe second argument is the command to start the server. URLs are detected automatically:
mcp add notion https://mcp.notion.com/mcp --auth oauthStep 2: Use it
mcp time toolsTools (2):
convert-time Convert time between timezones. get-current-time Get current time in a specific timezone.
Inspect: mcp tools time <tool>Invoke: mcp time <tool> [args...]mcp time get-current-time --timezone 'America/New_York'2025-03-29T10:30:00-04:00The server name is the command. Just the server name followed by what you want to do.