Skip to main content
Glama

VRChat MCP Server

vrchat_add_favorite

Add a favorite world, friend, or avatar to VRChat with specific tags for grouping. Simplify managing favorites using the VRChat MCP Server.

Instructions

Add a new favorite.

Input Schema

NameRequiredDescriptionDefault
favoriteIdYesMust be either AvatarID, WorldID or UserID
tagsYesTags indicate which group this favorite belongs to. Adding multiple groups makes it show up in all. Removing it from one in that case removes it from all.
typeYesFavoriteType. Default: friend, Allowed: world | friend | avatar

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "favoriteId": { "description": "Must be either AvatarID, WorldID or UserID", "minLength": 1, "type": "string" }, "tags": { "description": "Tags indicate which group this favorite belongs to. Adding multiple groups makes it show up in all. Removing it from one in that case removes it from all.", "items": { "minLength": 1, "type": "string" }, "minItems": 1, "type": "array" }, "type": { "description": "FavoriteType. Default: friend, Allowed: world | friend | avatar", "enum": [ "world", "friend", "avatar" ], "type": "string" } }, "required": [ "type", "favoriteId", "tags" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sawa-zen/vrchat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server