Skip to main content
Glama
ewanc26

ATProto MCP Server

by ewanc26

ATProto MCP Server

An MCP server for the AT Protocol and Bluesky.

Tools

  • get_profile — Get an actor profile by handle or DID.

  • resolve_handle — Resolve a handle to a DID.

  • search_posts — Search public posts by keyword.

  • get_author_feed — Get a user's feed.

  • get_post_thread — Get a post and its replies.

  • get_suggestions — Get follow recommendations.

Uses https://public.api.bsky.app for read-only requests. No auth needed.

Related MCP server: mcpbluesky

Install

npm install
npm run build

Config (Claude Desktop)

{
  "mcpServers": {
    "atproto": {
      "command": "node",
      "args": ["/path/to/atproto-mcp-server/dist/index.js"]
    }
  }
}
Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ewanc26/atproto-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server