← flairjs.dev

INDIVIDUAL MCP TOOL

get_template

Get the full source code for a starter page template.

flairjs.devnone authenticationAvailability not checked

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

flairjs.dev

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

.mcp.json

{
  "mcpServers": {
    "flair": {
      "type": "http",
      "url": "https://flairjs.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "flair",
  "transport": "streamable-http",
  "url": "https://flairjs.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • get_reference — Get the full Flair component library API reference.
  • list_components — List all available Flair components with their categories, import paths, and descriptions.
  • get_component — Get detailed documentation for a specific Flair component including all props, types, defaults, and a usage example.
  • list_effects — List all available background effects with descriptions and usage guidance.
  • list_patterns — List all available SVG background patterns.
  • list_heading_effects — List all available heading text effects with descriptions and syntax examples.
  • get_design_guidelines — Get design best practices for building Flair pages.
  • list_templates — List all available page templates with descriptions and which sections they use.