general MCP Server
Taisly Agent Kit: SDK, CLI, examples, and docs for AI agents that publish videos through Taisly.
Discovered via list:awesome-mcp-servers-punkpeye and last synced 3mo ago.
1. Install the package
npx @taisly/agent mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-taisly-agent": {
"command": "npx",
"args": [
"@taisly/agent"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)