Skip to main content
Start the MCP server with your API key:
minitap-mcp --server --api-key your_minitap_api_key
The server will start on localhost:8000 by default.
Optional: Customize the port with --port 9000 or use environment variables for configuration.

Configuration Options

# Basic usage
minitap-mcp --server --api-key YOUR_KEY

# With custom port
minitap-mcp --server --api-key YOUR_KEY --port 9000

# With LLM profile (default: 'default')
minitap-mcp --server --api-key YOUR_KEY --llm-profile PROFILE_NAME

# With cloud mobile (no local device required)
minitap-mcp --server --api-key YOUR_KEY --cloud-mobile-name my-cloud-device
Available options:
  • --api-key: Your Minitap API key (required)
  • --port: Custom port (default: 8000)
  • --llm-profile: LLM profile name (optional)
  • --cloud-mobile-name: Cloud mobile to connect to (optional, see Cloud Setup)