mcp for Cursor
to.hooka/mcp
Run TikTok cold-DM outreach from your LLM: senders, campaigns and inbox via the Hooka API.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hooka-mcp"
],
"env": {
"HOOKA_API_KEY": "<HOOKA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs