← Index

io.github.YokuApp/mcp-server

io.github.YokuApp/mcp-server·v1.0.1·Calendar & Time
Quality Score
83
/100

Yoku is a platform that provides structured, real-time brand identity and company data.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.yoku.app
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yokuapp/mcp-server"
      ],
      "env": {
        "YOKU_API_KEY": "<your-yoku_api_key>",
        "YOKU_API_BASE_URL": "<yoku_api_base_url>",
        "YOKU_CDN_BASE_URL": "<yoku_cdn_base_url>",
        "YOKU_REQUEST_TIMEOUT": "<yoku_request_timeout>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yokuapp/mcp-server"
      ],
      "env": {
        "YOKU_API_KEY": "<your-yoku_api_key>",
        "YOKU_API_BASE_URL": "<yoku_api_base_url>",
        "YOKU_CDN_BASE_URL": "<yoku_cdn_base_url>",
        "YOKU_REQUEST_TIMEOUT": "<yoku_request_timeout>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @yokuapp/mcp-server
§02  Environment variables
YOKU_API_KEY
requiredsecret

Your API key for the service

YOKU_API_BASE_URL

The base URL of the Yoku API

YOKU_CDN_BASE_URL

The base URL of the Yoku CDN

YOKU_REQUEST_TIMEOUT

The request timeout in milliseconds

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time