klaket mcp for Cursor
io.github.huseyinstif/klaket-mcp
Let AI agents watch videos: local transcripts, speakers, scenes, chapters and moment search
client:Cursor
transport:stdio
runtime:npm
Install klaket mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"klaket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"klaket-mcp"
],
"env": {
"KLAKET_API_URL": "<KLAKET_API_URL>",
"KLAKET_API_KEY": "<KLAKET_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs