← styleref.io

INDIVIDUAL MCP TOOL

set_style_visibility

Lightweight visibility control for one of the connected user's own styles: "private" revokes the share link, "unlisted" removes a listed style from the gallery while keeping its link (only allowed once the style has already been moderated — to first publish or activate a link, use publish_style).

styleref.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

styleref.io

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_styles — Search StyleRef's public gallery of reusable creative styles (visual + voice).
  • get_style — Fetch a StyleRef style compiled into a ready-to-use spec.
  • apply_style_to_prompt — Wrap a user request in a StyleRef style and return a single ready-to-paste prompt for the target tool (ChatGPT, Claude, Gemini, Midjourney, FLUX, DALL·E, Stable Diffusion, or generic).
  • get_style_md — Return a complete STYLE.md file body (the stylemd format, with `generator: styleref.io` frontmatter) for a StyleRef style.
  • list_my_styles — List the styles in the connected user's own StyleRef library (name, visibility, last update, link).
  • save_style — Save (like) a public StyleRef gallery style to the connected user's library so it shows under My Styles → Saved.
  • fork_style — Fork (remix) a public StyleRef gallery style into the connected user's library as a private editable copy with lineage back to the original.
  • create_style — Create a new style in the connected user's library.