An Obsidian plugin that brings Xiaomi MiMo into your vault sidebar as an AI assistant.
Chat sidebar — Open a persistent chat panel from the ribbon or command palette. MiMo can answer questions, help you think through problems, and work with your vault content step by step.
MCP tool use — MCP servers connected to let MiMo read and write vault files, search the web, and run multi-step agentic tasks autonomously.
Inline-Edit — Select any text in a note and invoke the inline-edit hotkey. MiMo rewrites it in place, with a word-level diff preview before you commit.
Prompt Tuning — Type # in an empty chat input to describe a behavior in plain language. MiMo rewrites it into a clean system instruction and saves it to your settings after confirmation.
Conversation History — Sessions are saved locally in your vault. Resume, browse, or delete past conversations at any time.
Multi-Tab — Run multiple chat tabs in parallel for separate contexts or tasks.
Image Attachments — Drop images directly into messages.
| Billing type | Key format | Best for |
|---|---|---|
| Token Plan | tp-xxxxx |
Heavy use — flat monthly/yearly fee |
| Pay as you go | sk-xxxxx |
Occasional use — pay per token |
tp-xxxxx for Token Plan, sk-xxxxx for pay as you go).| Model | Description |
|---|---|
mimo-v2.5-pro |
Flagship — 1T params, 42B active, 1M context, native MCP tool calling (default) |
mimo-v2.5 |
Multimodal — image, video, and audio input support |
Pay as you go — single global endpoint:
https://api.xiaomimimo.com/v1
Token Plan — pick the cluster closest to you:
| Region | Base URL |
|---|---|
| Europe (Amsterdam) | https://token-plan-ams.xiaomimimo.com/v1 |
| Asia Pacific (Singapore) | https://token-plan-sgp.xiaomimimo.com/v1 |
| China | https://token-plan-cn.xiaomimimo.com/v1 |
Your messages and vault context are sent to Xiaomi MiMo's API servers in accordance with their Terms of Service. Conversation history is stored locally in your vault. This plugin collects no data.
MiMo is built on top of Claudian by Yishen Tu. Thanks for the solid foundation.
MIT — see LICENSE.