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).

Why This MCP?

Omi already provides an official MCP server for AI assistants. This project provides an alternative with additional capabilities:

Feature Official Omi MCP This MCP Server
Memories 5 tools 5 tools
Conversations 3 tools 6 tools
Folders ✅ List folders
Action Items ✅ Full CRUD
API Keys ✅ Manage keys
Transport SSE STDIO

What This MCP Adds

  • Full Conversation Management: Create, update, delete conversations
  • Action Items: Complete task/todo management (CRUD)
  • Folders: List and organize folders
  • API Key Management: Create and revoke API keys programmatically
  • STDIO Transport: Works with Claude Desktop, Cursor, and all MCP clients

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

Using pip

pip install omi-mcp

Development

pip install -e ".[dev]"

Configuration

Authentication

Pass your API key with the full Authorization header:

Authorization: Bearer omi_mcp_XXXXX

Use configure_api_key tool in Claude (include the Bearer prefix):

Usage

Running the MCP Server

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

Claude Desktop MCP Config

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

{
  "mcpServers": {
    "omi-mcp": {
      "command": "uvx",
      "args": ["omi-mcp"]
    }
  }
}

Note: In Claude, call configure_api_key(api_key="omi_mcp_XXXXX") first before using other tools.

Available Tools

Configuration

  • configure_api_key - Set your Omi API key (call this first!)

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
  • 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.7.tar.gz (7.6 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.7-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: omi_mcp-0.1.7.tar.gz
  • Upload date:
  • Size: 7.6 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.7.tar.gz
Algorithm Hash digest
SHA256 0110ba4731b7c3b8f3f6c24bfc5e33a0ebf1c0df9ccbcfd165b3ba81a0accfc0
MD5 23f1750daa85df9e280f8877e03b1a36
BLAKE2b-256 ebf5166b667462e1ed82aa130e780b0119adce959962ad9d38af0260ba385b54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: omi_mcp-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.0 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 43f7a60c08095b7b3abcd0b5e03f5a2b3ab8eb2e64b3402c69fa236782d3a822
MD5 08f9ccaec95050400cfc6753c84d445c
BLAKE2b-256 1db6a9ef302ef6fc3fb123d3c3f8672b9e5f5bec4eb7e771b336a4039c26d06d

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