Capacitor plugin for voice recording
Capacitor plugin for voice recording. The capacitor mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
The capacitor-voice-recorder plugin allows you to record audio on Android, iOS, and Web platforms. Below is a summary of the key methods and how to use them.
Everything the assistant can do here goes through one of these:
Maintainer — GitHubcanDeviceVoiceRecord — ✅requestAudioRecordingPermission — ✅hasAudioRecordingPermission — ✅startRecording — ✅stopRecording — ✅pauseRecording — ✅resumeRecording — ✅getCurrentStatus — ✅COULD_NOT_QUERY_PERMISSION_STATUS — Failed to query permission statusdirectory — Specifies a Capacitor Filesystem DirectorysubDirectory — Specifies a custom sub-directory (optional)Installation goes through your MCP client rather than a global install: point it at cap on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Capacitor's toolset — Maintainer, canDeviceVoiceRecord, requestAudioRecordingPermission and 11 more — is a fair guide to whether it matches your workflow. It is maintained by tchvu3; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Maintainer | GitHub |
| canDeviceVoiceRecord | ✅ |
| requestAudioRecordingPermission | ✅ |
| hasAudioRecordingPermission | ✅ |
| startRecording | ✅ |
| stopRecording | ✅ |
| pauseRecording | ✅ |
| resumeRecording | ✅ |
| getCurrentStatus | ✅ |
| COULD_NOT_QUERY_PERMISSION_STATUS | Failed to query permission status. |
| directory | Specifies a Capacitor Filesystem [Directory](https://capacitorjs.com/docs/apis/filesystem#directory) |
| subDirectory | Specifies a custom sub-directory (optional) |
| MISSING_PERMISSION | Required permission is missing. |
| DEVICE_CANNOT_VOICE_RECORD | Device/browser cannot record audio. |
{
"mcpServers": {
"voice-recorder": {
"command": "npx",
"args": ["-y", "cap"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.