Back to Home
khleel213 icon

mcp-server-bluesky-py

Verified Safe

by khleel213

Overview

Provides a lightweight interface for AI agents to interact with the Bluesky social network, enabling reading, writing, and reactive capabilities.

Installation

Run Command
python mcp_wrapper.py

Environment Variables

  • BLUESKY_HANDLE
  • BLUESKY_PASSWORD

Security Notes

The server loads sensitive credentials (Bluesky handle and password) from environment variables using `dotenv`, which is a good practice to avoid hardcoding. No `eval` or obvious code injection vulnerabilities were found. Network interactions are confined to the official Bluesky API. The `mcp_wrapper.py` addresses Windows-specific standard I/O issues, which is a functional detail rather than a security concern. The primary security consideration remains the secure management of the `.env` file or environment variables on the host system.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-19

Tags

BlueskySocial MediaAI AgentPythonMCP Server