JSPM

@fastmcp-me/mcp-server-bluesky

0.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q55538F
  • License MIT

MCP server for interacting with Bluesky

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fastmcp-me/mcp-server-bluesky) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

    mcp-server-bluesky

    MCP server for Bluesky.

    Usage with Claude Desktop

    {
      "mcpServers": {
        "bluesky": {
          "command": "npx",
          "args": ["-y", "mcp-server-bluesky"],
          "env": {
            "BLUESKY_USERNAME": "username",
            "BLUESKY_PASSWORD": "password",
            "BLUESKY_PDS_URL": "https://bsky.social"
          }
        }
      }
    }

    The BLUESKY_PDS_URL is optional and defaults to https://bsky.social if not specified.

    Tools

    • bluesky_get_profile
    • bluesky_follow
    • bluesky_delete_follow
    • bluesky_get_follows
    • bluesky_get_followers
    • bluesky_search_posts
    • bluesky_post
    • bluesky_delete_post
    • bluesky_repost
    • bluesky_delete_repost
    • bluesky_get_timeline
    • bluesky_get_post_thread
    • bluesky_get_likes
    • bluesky_like
    • bluesky_delete_like