# Omi MCP Server

Interact with the Omi API to manage conversations and memories seamlessly. Retrieve, create, and manipulate user data effortlessly, enhancing your applications with rich conversational capabilities.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fourcolors/omi-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list fourcolors/omi-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get fourcolors/omi-mcp read_omi_conversations

# Call a tool
npx -y @smithery/cli@latest tool call fourcolors/omi-mcp read_omi_conversations '{}'
```

## Tools (4)

- `read_omi_conversations` — Retrieves user conversations from Omi with pagination and filtering options
- `read_omi_memories` — Retrieves user memories from Omi with pagination options
- `create_omi_conversation` — Creates a new Omi conversation with text content and metadata
- `create_omi_memories` — Creates Omi memories by extracting from text or using explicit memory objects

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get fourcolors/omi-mcp <tool-name>
```

---

Source: https://github.com/fourcolors/omi-mcp
