July 12, 2026 at 12:00:00 AM UTC

ATProto MCP server is now functional

atprotomcptoolingai

atproto-mcp-server

A big push to make the ATProto MCP server actually work end-to-end over stdio.

what it exposes

  • Public tools (no credentials): get_profile, resolve_handle, search_posts, get_author_feed, get_post_thread, get_suggestions, get_actor_likes, get_followers, get_follows.
  • Authenticated tools (Bluesky handle + app password): get_timeline, create_post, delete_post, follow, unfollow, like, unlike.

Cursor-based tools accept the cursor from a prior response, and write operations reference exact records via AT URI (and CID for likes).

changes

  • Reworked src/index.ts to register and dispatch the full tool set.
  • Added a test suite (tests/mcp.test.mjs) covering the tools.
  • Added package-lock.json and tightened package.json/tsconfig.json/.gitignore.
  • Rewrote the README with tool lists, install/run steps, and MCP client configuration.

all entries