Skip to main content
Glama

Bluesky Social MCP

smithery.yaml755 B
startCommand: type: stdio configSchema: type: object required: - blueskyIdentifier - blueskyAppPassword - blueskyServiceUrl properties: blueskyIdentifier: type: string description: Bluesky handler blueskyAppPassword: type: string description: Bluesky app password commandFunction: |- (config) => ({ command: 'uvx', args: ["--from", "git+https://github.com/gwbischof/bluesky-social-mcp", "bluesky-social-mcp"], env: { BLUESKY_IDENTIFIER: config.blueskyIdentifier, BLUESKY_APP_PASSWORD: config.blueskyAppPassword, } }) exampleConfig: blueskyIdentifier: your-handle.bsky.social blueskyAppPassword: your-app-password

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/gwbischof/bluesky-social-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server