Skip to main content
Glama

VRChat MCP Server

vrchat_search_worlds

Search and filter VRChat worlds by name, tags, user, or popularity. Sort results, limit the number of worlds returned, and paginate through listings to find specific virtual spaces.

Instructions

Search and list worlds by query filters.

Input Schema

NameRequiredDescriptionDefault
featuredNoReturn featured worlds only
nNoNumber of worlds to return, from 1 to 100
notagNoExclude worlds with a specific tag
offsetNoOffset for pagination, minimum 0
orderNoSort results in ascending or descending order
searchNoSearch worlds by name or other text fields
sortNoSort worlds by a specific criteria
tagNoFilter worlds by a specific tag
userNoFilter by the specified user, currently only supports "me" to see your own worlds
userIdNoFilter worlds by a specific VRChat user ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featured": { "description": "Return featured worlds only", "type": "boolean" }, "n": { "description": "Number of worlds to return, from 1 to 100", "maximum": 100, "minimum": 1, "type": "number" }, "notag": { "description": "Exclude worlds with a specific tag", "type": "string" }, "offset": { "description": "Offset for pagination, minimum 0", "minimum": 0, "type": "number" }, "order": { "description": "Sort results in ascending or descending order", "enum": [ "ascending", "descending" ], "type": "string" }, "search": { "description": "Search worlds by name or other text fields", "type": "string" }, "sort": { "description": "Sort worlds by a specific criteria", "enum": [ "popularity", "heat", "trust", "shuffle", "random", "favorites", "reportScore", "reportCount", "publicationDate", "labsPublicationDate", "created", "_created_at", "updated", "_updated_at", "order", "relevance", "magic", "name" ], "type": "string" }, "tag": { "description": "Filter worlds by a specific tag", "type": "string" }, "user": { "description": "Filter by the specified user, currently only supports \"me\" to see your own worlds", "enum": [ "me" ], "type": "string" }, "userId": { "description": "Filter worlds by a specific VRChat user ID", "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