How do I connect an AI client through MCP?
Use OneMira Settings to configure a detected AI client, review the local MCP command, approve access in the client, and verify Mira tools are available.
Connecting your OneMira C1 AI Voice Recorder for Meetings – Local Transcription, No Subscription, Notes for ChatGPT & Claude to your favorite AI apps allows them to read and summarize your voice notes and meetings securely. The connection process is fully automated within the desktop app, requiring no technical experience.
How do I connect AI agents during initial device setup?
During the initial device setup, the desktop app automatically scans your computer for installed AI clients and injects the necessary secure configurations with a single click at the final step of the setup checklist.
How do I manage AI connections later via the settings panel?
To toggle connections manually or connect a newly installed AI client later, open your OneMira desktop application settings and navigate to the MCP tab to manage all active integrations.
- Open the OneMira desktop application.
- Click the Settings (⚙) gear icon in the bottom corner.
- Select the MCP tab in the sidebar menu.
- Click Connect next to any detected AI client. To remove an integration, simply click Disconnect.
How do I manually configure MCP for custom AI clients?
If your AI software is not listed in the desktop app or you prefer advanced manual setup, copy the JSON configuration below and paste it directly into your client's MCP configuration file:
{
"mcpServers": {
"mira": {
"command": "/Users/<username>/.local/bin/mira",
"args": [
"serve",
"--mcp"
]
}
}
}
