README file from
GithubMiMo for Obsidian
An Obsidian plugin that brings Xiaomi MiMo into your vault sidebar as an AI assistant.
Features
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.
Requirements
- Obsidian desktop v1.7.2 or later
- A Xiaomi MiMo API key — either billing type works:
| 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 |
Setup
- Install from Obsidian Community Plugins — search MiMo.
- Open Settings → MiMo.
- Toggle Enable MiMo on.
- Set Billing mode to match your account type.
- Paste your API key (
tp-xxxxxfor Token Plan,sk-xxxxxfor pay as you go). - Token Plan users: select the cluster closest to you (Europe, Asia Pacific, or China).
- Click Test connection to confirm everything works.
- Open the sidebar from the ribbon icon or via MiMo: Open chat in the command palette.
Models
| 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 |
API Endpoints
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 |
Privacy
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.
Credits
MiMo is built on top of Claudian by Yishen Tu. Thanks for the solid foundation.
License
MIT — see LICENSE.