Skip to main content
Glama

VRChat MCP Server

vrchat_send_friend_request

Send a friend request to a VRChat user by specifying their user ID through the VRChat MCP Server, enabling interaction with the VRChat API for social connections.

Instructions

Send a friend request to another user.

Input Schema

NameRequiredDescriptionDefault
userIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "userId": { "minLength": 1, "type": "string" } }, "required": [ "userId" ], "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