MCP Server
Active
AGPL-3.0
io.github.alexey-pelykh/ttctl MCP Server
io.github.alexey-pelykh/ttctl
What is the io.github.alexey-pelykh/ttctl MCP server?
Unofficial CLI and MCP server for the Toptal Talent platform — personal-productivity tool
How to install io.github.alexey-pelykh/ttctl
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ttctl": {
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ttctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ttctl"
]
}
}
}Claude Code
claude mcp add ttctl -- npx -y ttctl