← Registry

Developer Tools

tailthemes.com

This MCP server provides access to Tailthemes, allowing search and retrieval of theme metadata, components, manifests, and download URLs for use in web development.

1 endpoint4 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://tailthemes.com/api/mcp

No auth detected

MCP server metadata

Name
tailthemes
Version
1.0.0
Capabilities
tools
Server instructions

Tailwind theme catalog. Start with search_themes to find a slug, then get_theme for the manifest and AGENTS.md before reading any source. Free themes return a direct zip URL. Paid themes return a purchase URL unless the caller holds a license: pass it as license_key, or send it once as an Authorization: Bearer header on the connection.

Known tools 4

search_themes

Search public Tailthemes metadata by name, description, tags, or category.

Inferred read-only
get_theme

Get a theme's complete public manifest, including tokens, plus its AGENTS.

Inferred read-only
get_component

Read one manifest-declared component, page, theme.

Inferred read-only
download_theme

Get a theme's zip download URL.

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.tailthemes]
url = "https://tailthemes.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: tailthemes
Remote MCP URL: https://tailthemes.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": {
    "tailthemes": {
      "url": "https://tailthemes.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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