Connect Tikita Creator MCP

This page is for MCP-capable AI tools such as Codex and Claude Code. If a user asks you to connect Tikita MCP, register the MCP endpoint below and complete the OAuth flow.

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

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. Request only email and profile scopes unless this page says otherwise.
  4. Open the OAuth login flow when the MCP client asks for authorization, then ask the user to approve Tikita consent in the browser.
  5. Do not print access tokens, refresh tokens, authorization codes, or raw JWTs.
  6. After login, call get_capabilities, then read the story creation guide before creating or patching drafts.
  7. Use exact Tikita category names such as 로맨스, 일상 드라마, and 학원/스포츠; do not use English slugs.
  8. Treat signed upload URLs as temporary secrets and never print raw upload responses.
  9. 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.
If OAuth login is required, open the browser and ask me to approve Tikita consent.
After connecting, call get_capabilities, 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