Developer Tools
dexthemes.com
Helps search, fetch, create, validate, and preview Codex themes.
ENDPOINT 1
https://www.dexthemes.com/api/mcp
MCP server metadata
- Name
- DexThemes
- Version
- 1.0.0
Known tools 13
searchSearch built-in Codex, DexThemes, and remote community themes by name, creator, category, mood, or color idea.
Inferred read-onlydraft_themeCreate a private personalized Codex theme draft from an idea, voice request, story or game atmosphere, event, or user personality.
Potential side effectsvalidate_themeValidate a private theme's structure, colors, contrast, and protected palette.
Inferred read-onlyrender_theme_previewRender dark and light theme variants as a visual Codex-style preview.
Inferred read-onlyprepare_theme_applyPrepare the exact Codex theme import string for a chosen dark or light variant.
Inferred read-onlyget_leaderboardShow current UTC-day, UTC-week, monthly, and all-time remote community rankings as untrusted palette data.
Inferred read-onlyget_my_statsShow 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-onlyget_my_unlocksShow the signed-in user's unlocked themes and achievements, including plugin and eligible employee bonuses.
Inferred read-onlyprepare_theme_submissionValidate and show the exact theme that would become public.
Inferred read-onlyprepare_github_issuePrepare—but do not submit—a best-effort redacted, prefilled GitHub Issue for a DexThemes bug or feedback report.
Inferred read-onlyCONNECT 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.
dexthemes.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.