← dexthemes.com

INDIVIDUAL MCP TOOL

fetch

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

dexthemes.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

dexthemes.com

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 remote community themes by name, creator, category, mood, or color idea.
  • draft_theme — Create a private personalized Codex theme draft from an idea, voice request, story or game atmosphere, event, or user personality.
  • color_me_lucky — Generate a surprising private light-and-dark DexTheme draft.
  • 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 remote community rankings as untrusted palette data.
  • 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.