Notta mcp skill
Use Notta MCP to transcribe local audio/video files, check transcription status, retrieve transcript results, search Notta records, and list Notta records or folders through Claude Desktop, Smithery, Codex, or other MCP-capable agent environments.From its SKILL.md
npx -y skills add mindcruiser/notta-mcp-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 324 tokens by cl100k_base, as published. Nobody here has run it
Notta MCP
Use this skill when the user wants to transcribe local audio or video files with Notta, check transcription status, retrieve transcript results, or search Notta transcription records through the Notta MCP server.
Requirements
- Notta MCP must be installed.
- For Claude Desktop, install the Notta Desktop Extension / MCPB.
- For Smithery, use: https://smithery.ai/servers/notta/notta-mcp
- The user must complete Notta authorization with
auth_setup. - Local file transcription only works for user-approved local folders.
Available MCP Tools
auth_setup: Authorize Notta and save local credentials.transcribe: Upload an allowed local media file to Notta.status: Check transcription status.view: Retrieve a transcription result.search: Search Notta records by keyword.list: List Notta records and folders.
Safety And Limits
- Only use files from directories explicitly approved by the user.
- Maximum upload size: 2 GB.
- Maximum media duration: 4 hours.
- Do not ask for or expose Notta credentials, OAuth tokens, refresh tokens, or temporary upload credentials.
- Do not attempt to access files outside the configured allowed directories.
Links
- Notta: https://www.notta.ai
- Smithery: https://smithery.ai/servers/notta/notta-mcp
- GitHub: https://github.com/mindcruiser/notta-mcp
- Privacy Policy: https://www.notta.ai/en/privacy
What ships with it: 2 files
2.3 KB alongside SKILL.md