Bluesky MCP Server

by brianellin
Verified

follow-user

Add a user to your follow list on Bluesky using their handle, enabling social interaction and connectivity through the platform.

Instructions

Follow a user on Bluesky

Input Schema

NameRequiredDescriptionDefault
handleYesThe handle of the user to follow

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "handle": { "description": "The handle of the user to follow", "type": "string" } }, "required": [ "handle" ], "type": "object" }
ID: 8paka7dsoe