Unofficial CLI and MCP server for the Toptal Talent platform — personal-productivity tool
claude mcp add ttctl -- npx -y ttctl
claude_desktop_config.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ttctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.alexey-pelykh--ttctl/reviews or the review_server meta-tool.
POST /mcp