Skip to content
Cursor

ttctl for Cursor

io.github.alexey-pelykh/ttctl

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

client:Cursor transport:stdio runtime:npm

Install ttctl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ttctl in other clients