talkthru
Rank #5,828io.github.EdonZo/talkthru
Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.
talkthru is a Model Context Protocol (MCP) server published by EdonZo. It ranks #5,828 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. talkthru is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 109,632 of 115,460 servers on MCP Toplist.
Use talkthru
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add talkthru -- npx -y talkthru-mcp[mcp_servers.talkthru]
command = "npx"
args = ["-y", "talkthru-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"talkthru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.EdonZo%2Ftalkthru)<a href="https://mcptoplist.com/server/io.github.EdonZo%2Ftalkthru"><img src="https://mcptoplist.com/badge/io.github.EdonZo%2Ftalkthru.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
EdonZo
Other servers by EdonZo
View all EdonZo servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Aug 25, 2026 |
| 0.2.1 | Aug 8, 2026 |
Frequently asked questions
- Who maintains talkthru?
- talkthru is maintained by EdonZo, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is talkthru listed on the Official MCP Registry?
- Yes — talkthru is listed on the Official MCP Registry, alongside Glama.
- How many versions does talkthru have?
- MCP Toplist tracks 2 versions of talkthru, most recently published on Aug 25, 2026.
- Where can I find the source code for talkthru?
- The source code for talkthru is hosted at github.com/EdonZo/talkthru.