INDIVIDUAL MCP TOOL
publish_style
Publish one of the connected user's own styles through StyleRef's moderation pipeline: visibility "public" lists it in the gallery (requires at least 10 style items), "unlisted" activates a shareable link only.
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
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.