Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.
claude mcp add talkthru -- npx -y talkthru-mcp
claude_desktop_config.json
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"talkthru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.EdonZo--talkthru/reviews or the review_server meta-tool.
POST /mcp