integrates with Bluesky API to query and search feeds and posts.
A simple MCP server that can enable MCP clients to query Bluesky instances.
To install Bluesky Context Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude
// ~/Library/Application Support/Claude/config.json
{
"mcpServers": {
"bluesky": {
"command": "/Users/laurynas-fp/.bun/bin/bun",
"args": [
"<path_to_this_directory>/bluesky-context-server/index.ts"
],
"env": {
"BLUESKY_APP_KEY": "",
"BLUESKY_IDENTIFIER": ""
}
}
}
}
Network access with the ability to run commands like ping, traceroute, mtr, http, dns resolve.
A server for interacting with Telegram via the MTProto API, requiring API credentials.
Provides standardized access to social platform and onchain data using the Neynar API.
A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.
A bridge server connecting Claude Desktop with the chakoshi moderation API for content safety.
A bridge between AI assistants and VRChat using MCP and OSC, enabling AI-driven avatar control and interactions in virtual reality.
Wassenger MCP server to chat, send messages and automate WhatsApp from any AI model client (free trial available).
A standardized interface for managing, sending, and retrieving emails through the Gmail API.
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
Post to the Bluesky social network using the AT Protocol.