Skip to content
VS Code

ttctl for VS Code

io.github.alexey-pelykh/ttctl

Unofficial CLI and MCP server for the Toptal Talent platform — personal-productivity tool

client:VS Code transport:stdio runtime:npm

Install ttctl in VS Code

.vscode/mcp.json

{
  "servers": {
    "ttctl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ttctl"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ttctl in other clients