Installation

System Requirements

  • Python 3.10 or higher
  • pip (or uv, poetry)

Install from PyPI

pip install momcp-tui

Or with uv:

uv pip install momcp-tui

Verify Installation

momcp-tui --version

First Launch

momcp-tui

On first launch, MoMCP-TUI will:

  1. Create a config directory at ~/.momcp/
  2. Generate a default configuration file
  3. Prompt you to enter your name
  4. Ask you to configure an API key for your chosen LLM provider
Tip

You can skip the API key setup during launch and configure it later using the /api_key command.

System Dependencies

MoMCP-TUI uses the following system tools for clipboard support (optional):

OSTool
macOSpbcopy (built-in)
Linuxxclip or xsel
Note

Clipboard support is optional. If no clipboard tool is available, the copy feature will be disabled gracefully.