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.
- 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. - For Codex CLI, explicitly request
emailandprofile. In ChatGPT, use the plugin connection interface; ChatGPT manages OAuth without running CLI commands. - 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.
- Do not print access tokens, refresh tokens, authorization codes, or raw JWTs.
- Do not report success until
get_capabilitiessucceeds. If token exchange reports a missingaccess_token, retry once with the exact minimum-scope command and report the actual result. - 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/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