MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

O
Omori MCP Toolkit

MCP server by WaromiV

Created 4/18/2026
Updated about 5 hours ago
Repository documentation and setup instructions

OMORI MCP Toolkit

Allows any agent to play omori(mod + mcp setup needed)

image

A lightweight MCP server for driving and testing OMORI through the in-game omori_mcp bridge.

What this repo contains

  • omori_mcp_server.py - stdio MCP server (FastMCP) that proxies bridge calls to http://127.0.0.1:43111.
  • scripts/test_bridge.py - quick bridge connectivity smoke test.
  • scripts/test_play.py - quick action/state sanity script.

Requirements

  • Python 3.10+
  • requests
  • mcp (FastMCP provider)
  • OMORI running with the omori_mcp OneLoader bridge active

Install dependencies:

pip install -r requirements.txt

Run the MCP server

python3 omori_mcp_server.py

Optional environment variables:

  • OMORI_BRIDGE_URL (default: http://127.0.0.1:43111)
  • OMORI_VM_BRIDGE_CMD (default: muvm -i curl -s)

Register in Codex

codex mcp add omoriE2E --command python3 --args "/absolute/path/to/omori-mcp-toolkit/omori_mcp_server.py"

Example with custom bridge URL:

codex mcp add omoriE2E --command python3 --args "/absolute/path/to/omori-mcp-toolkit/omori_mcp_server.py" --env OMORI_BRIDGE_URL=http://127.0.0.1:43111

Smoke tests

python3 scripts/test_bridge.py
python3 scripts/test_play.py
Quick Setup
Installation guide for this server

Install Package (if required)

uvx omori-mcp-toolkit

Cursor configuration (mcp.json)

{ "mcpServers": { "waromiv-omori-mcp-toolkit": { "command": "uvx", "args": [ "omori-mcp-toolkit" ] } } }