Skip to main content
Glama

ATproto Docs MCP Server

A Remote MCP Server for ATproto Docs

Deployed to Cloudflare

This remote MCP server publishes a tool for searching and querying the documentation for ATprotocol.

ToolDescription
search_documentationSearches the atproto docs

Created with love 💙, to make life easier for developers building on the protocol.

This remote MCP server is publicly available at:

https://mcp-atproto-docs.immber.workers.dev/sse

Depends on

Created using the remote MCP authless server template CloudFlare provides.

This MCP server queries a CloudFlare AutoRAG instance that is fed by a Cloudflare worker with ATprocol's public documentation.

  • cron worker => R2 storage bucket => AutoRAG Vectorize DB

This project was originally inspired by Cloudflare's Documentation MCP Server.

Sources

atproto-docs-worker is a cloudflare worker that crawls and saves documentation to an R2 bucket. It runs on a weekly cron schedule.

To view or request changes to the list of resources currently being included, please visit that repo.

Using the tool

Connect with any MCP compatible client. Then ask your AI agent of choice to use the search_documentation tool.

Connect to Cloudflare AI Playground

You can connect to this MCP server from the Cloudflare AI Playground, which is a remote MCP client:

  1. Go to https://playground.ai.cloudflare.com/
  2. Enter your deployed MCP server URL ( https://mcp-atproto-docs.immber.workers.dev/sse)
  3. You can now use this MCP tool directly from the playground!

Connect Claude Desktop to your MCP server

To connect to this MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Update with this configuration:

{ "mcpServers": { "search_atproto_docs": { "command": "npx", "args": [ "mcp-remote", "https://mcp-atproto-docs.immber.workers.dev/sse" ] } } }

Restart Claude and you should see the tools become available.

Sample Queries

screenshot from claude desktop showing the results of a query about oauth

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A remote MCP server providing a tool for searching and querying ATprotocol documentation, helping developers easily access information while building on the protocol.

  1. Deployed to Cloudflare
    1. Depends on
      1. Sources
        1. Using the tool
          1. Connect to Cloudflare AI Playground
          2. Connect Claude Desktop to your MCP server
          3. Sample Queries

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A MCP server for interacting with Aptos documentation and creating full-stack Aptos blockchain applications.
          Last updated 4 months ago
          6
          Python
          • Apple
        • -
          security
          A
          license
          -
          quality
          An MCP server that provides an interface for querying the AtherOS knowledge base through an API, allowing users to create chat sessions and send queries to retrieve information.
          Last updated 4 months ago
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.
          Last updated 4 months ago
          2
          51
          JavaScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.
          Last updated 2 months ago
          30
          363
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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/immber/mcp-atproto-docs'

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