Catalog
io.github.YokuApp/mcp-server
OfficialYoku is a platform that provides structured, real-time brand identity and company data.
Provides structured, real-time brand identity and company data.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
YOKU_API_KEYrequiredsecretYour API key for the service
YOKU_API_BASE_URLThe base URL of the Yoku API
YOKU_CDN_BASE_URLThe base URL of the Yoku CDN
YOKU_REQUEST_TIMEOUTThe request timeout in milliseconds
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@yokuapp/mcp-server@1.0.1"
],
"env": {
"YOKU_API_KEY": "<YOUR_YOKU_API_KEY>",
"YOKU_API_BASE_URL": "<YOUR_YOKU_API_BASE_URL>",
"YOKU_CDN_BASE_URL": "<YOUR_YOKU_CDN_BASE_URL>",
"YOKU_REQUEST_TIMEOUT": "<YOUR_YOKU_REQUEST_TIMEOUT>"
}
}
}
}