Notta mcp skill
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.
What its author says it does
Copied from the file, not written here
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.
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
Gives 0 of the 12 instructions most mcp tooling skills give in 324 tokens
Counted across 638 of the 750 authors here whose files we hold, read 2026-08-07
- Create ten complex or independent read-only evaluation questionsin 69 of 638, across 15 files
- Test servers using MCP Inspectorin 61 of 638, across 19 files
- Provide actionable error messages with specific next stepsin 54 of 638, across 12 files
- Prioritize comprehensive API coverage over specific workflows or workflow toolsin 54 of 638, across 12 files
- Use TypeScript and Streamable HTTP for remote servers or clientsin 54 of 638, across 8 files
- Define structured output schemas where possiblein 50 of 638, across 8 files
- Use Zod or Pydantic for input schemasin 47 of 638, across 5 files
- Fetch MCP specification pages with markdown suffixin 46 of 638, across 4 files
- Load framework documentation using WebFetchin 45 of 638, across 3 files
- Verify each evaluation answer independentlyin 45 of 638, across 3 files
- Implement API client with authentication and paginationin 45 of 638, across 3 files
- Define input schemas with validationin 27 of 638, across 9 files
Said here and by no other author read
- use only files from user-approved directories
- check transcription status after upload
- retrieve transcription results when ready
- search notta records by keyword
- list notta records and folders
- ensure media meets size and duration limits
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.