Cloudflare Worker MCP server for Bluesky/AT Protocol, built with Hono and the Model Context Protocol SDK.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bluesky-mcp-server": {
"command": "npx",
"args": [
"-y",
"shade-solutions/bluesky-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add bluesky-mcp-server npx -y shade-solutions/bluesky-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bluesky-mcp-server": {
"command": "npx",
"args": [
"-y",
"shade-solutions/bluesky-mcp-server"
]
}
}
}