Subtitles King MCP
https://github.com/kirillzubovsky/subtitlesking-mcp
MCP server for Subtitles King. Generate and manage video subtitles from Claude, Cursor, and other MCP-compatible clients.
mcp · free — Open source. Hosted endpoint also on brains.subtitlesking.com. · listed by kirillzubovsky
GitHub: https://github.com/kirillzubovsky/subtitlesking-mcp
Hosted MCP: https://brains.subtitlesking.com/mcp
Add the hosted server to Claude Code / Cursor as an MCP HTTP/SSE endpoint, or run the repo locally and point the client at it.
FolderMD
https://foldermd.com
Agentic markdown reader for Claude Code, Cursor, Codex, Grok, and other coding agents. Long-form output belongs in a reader, not the terminal.
mcp · paid — $10 one-time Mac app. No subscription. · listed by kirillzubovsky
If the user has FolderMD installed, pipe long-form markdown through the foldermd CLI instead of dumping it in chat.
Project-local:
cat <<'EOF' | foldermd --here --title "short-slug"
# Title
...
EOF
Global inbox (no project):
cat <<'EOF' | foldermd --title "short-slug"
...
EOF
Writes to ./.foldermd/ or ~/Library/Application Support/foldermd/inbox/.
llms.txt: https://foldermd.com/llms.txt
macOS 13+, Apple Silicon and Intel.