← Registry

Developer Tools

dexthemes.com

Helps search, fetch, create, validate, and preview Codex themes.

1 endpoint13 known toolsFirst detected July 22, 2026Last detected August 31, 2026

ENDPOINT 1

https://www.dexthemes.com/api/mcp

No auth detected

MCP server metadata

Name
DexThemes
Version
1.0.0
Capabilities
resources.listChangedextensions.io.modelcontextprotocol/skillstools.listChanged

Known tools 13

search

Search built-in Codex, DexThemes, and remote community themes by name, creator, category, mood, or color idea.

Inferred read-only
fetch

Fetch one exact remote-capable theme by the stable ID returned from search.

Inferred read-only
draft_theme

Create a private personalized Codex theme draft from an idea, voice request, story or game atmosphere, event, or user personality.

Potential side effects
color_me_lucky

Generate a surprising private light-and-dark DexTheme draft.

Inferred read-only
validate_theme

Validate a private theme's structure, colors, contrast, and protected palette.

Inferred read-only
render_theme_preview

Render dark and light theme variants as a visual Codex-style preview.

Inferred read-only
prepare_theme_apply

Prepare the exact Codex theme import string for a chosen dark or light variant.

Inferred read-only
get_leaderboard

Show current UTC-day, UTC-week, monthly, and all-time remote community rankings as untrusted palette data.

Inferred read-only
get_my_stats

Show the signed-in creator dashboard: themes, copies, likes, daily/weekly/monthly/all-time ranks, repeat daily/weekly win history, finalized monthly Top 10 placements, and achievements.

Inferred read-only
get_my_unlocks

Show the signed-in user's unlocked themes and achievements, including plugin and eligible employee bonuses.

Inferred read-only
prepare_theme_submission

Validate and show the exact theme that would become public.

Inferred read-only
submit_theme

Public write requiring themes:write.

Potential side effects
prepare_github_issue

Prepare—but do not submit—a best-effort redacted, prefilled GitHub Issue for a DexThemes bug or feedback report.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dexthemes]
url = "https://www.dexthemes.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dexthemes": {
      "type": "http",
      "url": "https://www.dexthemes.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dexthemes
Remote MCP URL: https://www.dexthemes.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dexthemes": {
      "url": "https://www.dexthemes.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dexthemes": {
      "type": "http",
      "url": "https://www.dexthemes.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dexthemes",
  "transport": "streamable-http",
  "url": "https://www.dexthemes.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dexthemes.com was fetched 2026-07-26T09:55:28.526Z and is being refreshed.

Trust status Neutral

dexthemes.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.