← styleref.io

INDIVIDUAL MCP TOOL

save_style

Save (like) a public StyleRef gallery style to the connected user's library so it shows under My Styles → Saved.

styleref.ionone 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

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).
  • 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.
  • update_style — Edit one of the connected user's own styles: rename it and/or add or replace blocks (a supplied block replaces the existing block of the same type, otherwise it is added).