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.
- Story creation guide:
https://mcp.tikita.ai/guides/story-creation.md - Category reference:
https://mcp.tikita.ai/guides/categories.json - Agent index:
https://mcp.tikita.ai/llms.txt
Agent instructions
- Use
https://mcp.tikita.ai/mcpas the MCP server URL. - Use the OAuth protected resource metadata at
https://mcp.tikita.ai/.well-known/oauth-protected-resource/mcp. - Request only
emailandprofilescopes unless this page says otherwise. - Open the OAuth login flow when the MCP client asks for authorization, then ask the user to approve Tikita consent in the browser.
- Do not print access tokens, refresh tokens, authorization codes, or raw JWTs.
- After login, call
get_capabilities, then read the story creation guide before creating or patching drafts. - Use exact Tikita category names such as
로맨스,일상 드라마, and학원/스포츠; do not use English slugs. - Treat signed upload URLs as temporary secrets and never print raw upload responses.
- 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