Connect Tikita Creator MCP

This page is for MCP-capable AI tools such as Codex and Claude Code. When a user says “connect Tikita MCP” or provides this URL, use the exact endpoint below and complete OAuth with the user.

MCP endpoint

https://mcp.tikita.ai/mcp

Client examples

Tikita MCP is a standard streamable HTTP MCP server. Use the command style that matches your AI tool.

Codex CLI

codex mcp add tikita --url https://mcp.tikita.ai/mcp
codex mcp login tikita --scopes email,profile

Use the --scopes email,profile form exactly. This is a Codex CLI compatibility setting. The client may add offline_access for refresh tokens. If browser approval succeeds but token exchange reports a missing access_token, retry with this exact command.

Disconnect OAuth without removing the server:

codex mcp logout tikita

Remove the MCP server configuration entirely:

codex mcp remove tikita

Claude Code

claude mcp add --transport http tikita https://mcp.tikita.ai/mcp

Then open Claude Code and run /mcp. Choose the Tikita server and complete OAuth in the browser.

To disconnect OAuth, run /mcp and choose Clear authentication for Tikita. To remove the server configuration entirely:

claude mcp remove tikita

Other MCP clients

Use streamable HTTP transport with the MCP endpoint above. Request only email and profile OAuth scopes. The protected resource metadata is https://mcp.tikita.ai/.well-known/oauth-protected-resource/mcp.

Creator guidance

Read these before creating or editing Tikita story drafts.

Agent instructions

  1. Use https://mcp.tikita.ai/mcp as the MCP server URL.
  2. Use the OAuth protected resource metadata at https://mcp.tikita.ai/.well-known/oauth-protected-resource/mcp.
  3. For Codex CLI, explicitly request email and profile. In ChatGPT, use the plugin connection interface; ChatGPT manages OAuth without running CLI commands.
  4. When the user asks to connect Tikita MCP, use this exact endpoint, start OAuth, and ask the user to approve Tikita consent in the browser.
  5. Do not print access tokens, refresh tokens, authorization codes, or raw JWTs.
  6. Do not report success until get_capabilities succeeds. If token exchange reports a missing access_token, retry once with the exact minimum-scope command and report the actual result.
  7. After login, call get_capabilities, then read the story creation guide before creating or patching drafts.
  8. Use exact Tikita category names such as 로맨스, 일상 드라마, and 학원/스포츠; do not use English slugs.
  9. Treat signed upload URLs as temporary secrets and never print raw upload responses.
  10. Before paid AI image generation, disclose price, available balance if exposed, total maximum cost, and wait for explicit approval.

User prompt

Connect Tikita MCP from https://mcp.tikita.ai/mcp.
Use this exact MCP endpoint. If OAuth login is required, open the browser and ask me to approve Tikita consent.
For Codex CLI, use: codex mcp login tikita --scopes email,profile
After connecting, call get_capabilities and report success only if it succeeds.
If token exchange reports a missing access_token, retry once with the exact minimum-scope command above.
Then read the Tikita story creation guide and verify the connection.
Do not print tokens, authorization codes, refresh tokens, or raw JWTs.

Diagnostics

Health check: https://mcp.tikita.ai/health

Protected resource metadata: https://mcp.tikita.ai/.well-known/oauth-protected-resource/mcp