Skip to main content
Glama

VRChat MCP Server

vrchat_search_groups

Search for VRChat groups by name or shortCode using the VRChat MCP Server. Specify a query, limit results, and apply offsets to refine your search efficiently.

Instructions

Search VRChat groups by name or shortCode

Input Schema

NameRequiredDescriptionDefault
nNoThe number of objects to return
offsetNoA zero-based offset from the default object sorting
queryYesQuery to search for, can be either Group Name or Group shortCode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "n": { "description": "The number of objects to return", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "description": "A zero-based offset from the default object sorting", "minimum": 0, "type": "number" }, "query": { "description": "Query to search for, can be either Group Name or Group shortCode", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from VRChat MCP Server

Related Tools

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