Skip to content

Commit ead30dc

Browse files
Add loudreader/loudkit MCP server
1 parent 934bed6 commit ead30dc

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "../../schemas/server-metadata.schema.json",
3+
"id": "github-loudreader-loudkit-788794b9",
4+
"source": {
5+
"issue": 2310,
6+
"projectUrl": "https://github.com/loudreader/loudkit"
7+
},
8+
"auth": {
9+
"type": "none",
10+
"notes": []
11+
},
12+
"clients": [
13+
"Any stdio MCP client (Claude Code",
14+
"Claude Desktop",
15+
"Cursor",
16+
"Cline)"
17+
],
18+
"license": "Apache-2.0"
19+
}

docs/multimedia-processing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,4 @@ Servers focused on generating or manipulating images, processing video, audio tr
221221
- [ArthurBrioche/cadre-video-editor-plugin](https://github.com/ArthurBrioche/cadre-video-editor-plugin): Official MIT-licensed local Claude plugin and stdio MCP bridge for Cadre, a proprietary Apple Silicon macOS screen recorder and non-destructive video editor. With Cadre open, it exposes 57 tools for recording, timeline inspection, cuts, cinematic zooms, on-device captions, styling, saving, and MP4 export through an authenticated loopback Agent API. Install: download the v1.0.2 plugin ZIP for Claude Desktop or Cowork, or clone the repository for Claude Code. Requires macOS 13+, Node.js 22, 24, or 26, and Cadre Pro only for export.
222222
- [speakai/speakai-mcp](https://github.com/speakai/speakai-mcp): Official hosted server for Speak AI, transcribing and analyzing audio and video recordings in a Speak AI workspace — speech-to-text in 100+ languages with speaker labels, AI-generated summaries and sentiment, call scoring against custom rubrics, clip creation, and captions. Streamable HTTP at `https://api.speakai.co/v1/mcp`; OAuth 2.1 or `Authorization: Bearer <API key>`. Also installable via `npx @speakai/mcp-server`. TypeScript, MIT.
223223
- [Synthenova/infiknit-mcp](https://github.com/Synthenova/infiknit-mcp): Local stdio launcher for Infiknit desktop. Agents generate images and videos into a local project and build canvas workflows on the same computer; cloud agents cannot reach it. Install the `infiknit.mcpb` release bundle or clone the repo and run `node plugins/infiknit/bin/infiknit-mcp.cjs` while Infiknit is open. Clients: Claude Code, Codex, Cursor, Grok Build, VS Code, Cline, Copilot, and Gemini CLI. Official registry id `io.github.Synthenova/infiknit`; MIT.
224+
- [loudreader/loudkit](https://github.com/loudreader/loudkit): Lets agents speak text aloud with a local text-to-speech engine: list the 28 built-in voices (10 languages) and voice profiles cloned with the loudkit CLI, synthesize speech as base64 WAV, FLAC, MP3 or Opus with its duration and a continuation for reading long texts in pieces, and describe the loaded model. Runs on-device over stdio: no cloud, no API key.

0 commit comments

Comments
 (0)