Yuki MCP

This server exposes the Yuki API as an MCP endpoint. Pick your client below.

⚠ DO NOT paste a bearer token into your MCP client config. This server uses OAuth. Manual bearer-token configuration leads to a mixed auth state and silent failures (see Drew Hamilton's 2026-04-14 diagnostic reference).

Claude Desktop

Settings → Connectors → Add custom MCP → URL:

https://yuki.mcp.aspisid.com/mcp

Click Connect and sign in when prompted.

Codex

codex mcp remove yuki 2>/dev/null
codex mcp add yuki --url https://yuki.mcp.aspisid.com/mcp
codex mcp login yuki
After login, fully quit and restart Codex. Codex holds stale OAuth state until the process is restarted (known bug: openai/codex#14144). Without a restart, tool calls will fail with Auth required.

ChatGPT

Settings → Connectors → Add → URL:

https://yuki.mcp.aspisid.com/mcp

If auth fails

codex mcp logout yuki
codex mcp login yuki
# then fully restart Codex

This resets the client-side OAuth state. The server does not need to be restarted.