Skip to main content

Extended MCP tools for Omi REST API

Project description

omi-mcp

Extended MCP tools for Omi REST API (https://api.omi.me).

Features

This MCP server wraps the Omi REST API endpoints:

  • Memories (5 tools): list, create, create-batch, update, delete
  • Conversations (6 tools): list, create, create_from_segments, get, update, delete
  • Folders (1 tool): list
  • Action Items (5 tools): list, create, create-batch, update, delete
  • API Keys (3 tools): list, create, revoke

Installation

Using uvx (recommended)

uvx omi-mcp --with OMI_API_KEY=omi_mcp_your_token_here

Using pip

pip install omi-mcp

Development

pip install -e ".[dev]"

Configuration

Authentication

The Omi API uses Bearer token authentication:

Authorization: Bearer omi_mcp_XXXXX

Set your API key via environment variable:

export OMI_API_KEY=omi_mcp_your_token_here

Get your API key from https://omi.me (Settings → Developer → Create Key)

Usage

Running the MCP Server

# Set the API key
export OMI_API_KEY=omi_mcp_your_token

# Run with stdio transport (for MCP clients)
python -m omi_mcp.server

# Or use uvx
uvx omi-mcp --with OMI_API_KEY=omi_mcp_your_token

Claude Desktop MCP Config

Add to your Claude MCP settings (claude_mcp.json):

{
  "mcpServers": {
    "omi-mcp": {
      "command": "uvx",
      "args": ["omi-mcp", "--with", "OMI_API_KEY=omi_mcp_your_token"]
    }
  }
}

Available Tools

Memories

  • get_memories - List all memories
  • create_memory - Create a new memory
  • create_memories_batch - Create multiple memories
  • update_memory - Update a memory
  • delete_memory - Delete a memory

Conversations

  • get_conversations - List all conversations
  • create_conversation - Create a conversation (returns full response from Omi)
  • create_conversation_from_segments - Create from transcript segments
  • get_conversation - Get a conversation by ID
  • update_conversation - Update a conversation
  • delete_conversation - Delete a conversation

Folders

  • get_folders - List all folders

Action Items

  • get_action_items - List all action items
  • create_action_item - Create a new action item
  • create_action_items_batch - Create multiple action items
  • update_action_item - Update an action item
  • delete_action_item - Delete an action item

API Keys

  • get_api_keys - List all API keys
  • create_api_key - Create a new API key
  • revoke_api_key - Revoke an API key

Development

# Install dev dependencies
pip install -e ".[dev]"

# Run tests
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omi_mcp-0.1.1.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

omi_mcp-0.1.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file omi_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: omi_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for omi_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8f992e0421c5b5ce1fc8415ddf564a3c3e1c86e54f6bc1d4fd58b151f87a30fc
MD5 0e22b669220d689e0aeaf1ab6f4eddda
BLAKE2b-256 f8c7e68076406a5408b02197954e9bee74bfe8e4424256a0859ce902bd284a79

See more details on using hashes here.

File details

Details for the file omi_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: omi_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for omi_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e71d139d3bd63d7053c0eee41958f507692b2e72cc408e6784126700552a2507
MD5 cbd3bcf60f380c73683b6ef21f59e61d
BLAKE2b-256 2099d43b2cb14348f1fcdc635d218cbd70616e3ad735c063e2a5197485311ea7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page