createya

createya is an MCP server for Codex from Createya-ai/Createya-mcp. Its token cost is not measured, scanned B, original, MIT.

A remote MCP server for Createya, an external service for generating creative media. It supports authenticated access for generation and usage information.

In plain words
What is it for?
Use it to call Createya's media-generation tools and read usage information when authorized.
Why use it?
It connects an MCP-compatible agent to Createya without requiring the service to run locally.

MCP server for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions Codex; listed in a Claude config.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add mcp/createya-ai/createya-mcp/createya-mcp-createya
Clone the repo
git clone --depth 1 https://github.com/Createya-ai/Createya-mcp

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for createya

README.md
[![agentmods](https://agentmods.dev/badge/mcp/createya-ai/createya-mcp/createya-mcp-createya.svg)](https://agentmods.dev/mcp/createya-ai/createya-mcp/createya-mcp-createya)
Your own site
<a href="https://agentmods.dev/mcp/createya-ai/createya-mcp/createya-mcp-createya"><img src="https://agentmods.dev/badge/mcp/createya-ai/createya-mcp/createya-mcp-createya.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade B, and why

createya scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

"note": "Createya MCP server. Uses OAuth in Codex plugin flows when available; bearer-token auth can also be configured manually in ~/.codex/config.toml."
plugins/createya-mcp/.mcp.json · 14 lines

What it actually says

{
  "createya": {
    "type": "http",
    "url": "https://api.createya.ai/mcp",
    "oauth_resource": "https://api.createya.ai/mcp",
    "scopes": [
      "generate",
      "read:usage"
    ],
    "startup_timeout_sec": 20,
    "tool_timeout_sec": 180,
    "note": "Createya MCP server. Uses OAuth in Codex plugin flows when available; bearer-token auth can also be configured manually in ~/.codex/config.toml."
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 14 lines scan B fcf1e381b6ba

Subscribe to this mod's changes

createya is an MCP server published in the GitHub repository Createya-ai/Createya-mcp (4 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.