Back to MCP Servers
Bluesky Context
Bluesky instance integration for querying and interaction
communication
By keturiosakys
Installation
npx -y bluesky-context-serverConfiguration
{
"mcpServers": {
"bluesky-context-server": {
"command": "npx",
"args": ["-y", "bluesky-context-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes