← dexthemes.com
INDIVIDUAL MCP TOOL
prepare_github_issue
Prepare—but do not submit—a best-effort redacted, prefilled GitHub Issue for a DexThemes bug or feedback report.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
search— Search built-in Codex, DexThemes, and community themes by name, creator, category, mood, or color idea.fetch— Fetch one exact theme by the stable ID returned from search.draft_theme— Create a private personalized Codex theme draft from an idea, voice request, story or game atmosphere, event, or user personality.validate_theme— Validate a private theme's structure, colors, contrast, and protected palette.render_theme_preview— Render dark and light theme variants as a visual Codex-style preview.prepare_theme_apply— Prepare the exact Codex theme import string for a chosen dark or light variant.get_leaderboard— Show current UTC-day, UTC-week, monthly, and all-time community theme rankings with inline palette data for visual previews.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.