Skip to main content
Glama

VRChat MCP Server

vrchat_list_favorite_groups

Retrieve a list of favorite groups owned by a VRChat user. Specify the number of groups, offset, or owner ID to filter results using the VRChat MCP Server.

Instructions

Returns a list of favorite groups owned by a user.

Input Schema

NameRequiredDescriptionDefault
nNoNumber of favorite groups to return (1-100). Default is 60.
offsetNoSkip this many favorite groups before beginning to return results.
ownerIdNoFilter by owner ID. If not provided, returns current user's favorite groups.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "n": { "default": 60, "description": "Number of favorite groups to return (1-100). Default is 60.", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "Skip this many favorite groups before beginning to return results.", "minimum": 0, "type": "number" }, "ownerId": { "description": "Filter by owner ID. If not provided, returns current user's favorite groups.", "type": "string" } }, "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