ttctl
Rank #12,203io.github.alexey-pelykh/ttctl
Unofficial CLI and MCP server for the Toptal Talent platform — personal-productivity tool
ttctl is a Model Context Protocol (MCP) server published by alexey-pelykh. It ranks #12,203 of 115,591 servers tracked on MCP Toplist. ttctl is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 24, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 103,388 of 115,591 servers on MCP Toplist.
Use ttctl
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ttctl -- npx -y ttctl[mcp_servers.ttctl]
command = "npx"
args = ["-y", "ttctl"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ttctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}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.alexey-pelykh%2Fttctl)<a href="https://mcptoplist.com/server/io.github.alexey-pelykh%2Fttctl"><img src="https://mcptoplist.com/badge/io.github.alexey-pelykh%2Fttctl.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
alexey-pelykh
Other servers by alexey-pelykh
View all alexey-pelykh servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 16, 2026 |
Frequently asked questions
- Who maintains ttctl?
- ttctl is maintained by alexey-pelykh, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is ttctl listed on the Official MCP Registry?
- Yes — ttctl is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ttctl have?
- MCP Toplist tracks 1 version of ttctl, most recently published on Jun 16, 2026.
- Where can I find the source code for ttctl?
- The source code for ttctl is hosted at github.com/alexey-pelykh/ttctl.