- Explore MCP Servers
- mcp-atproto-docs
Mcp Atproto Docs
What is Mcp Atproto Docs
mcp-atproto-docs is a remote MCP server designed for querying and generating answers based on the ATproto documentation available online. It simplifies the process for developers working with the ATprotocol.
Use cases
Use cases for mcp-atproto-docs include assisting developers in understanding ATprotocol features, providing quick documentation lookups during development, and integrating with AI tools for enhanced productivity.
How to use
To use mcp-atproto-docs, connect to the server via the Cloudflare AI Playground by entering the server URL. Alternatively, configure Claude Desktop to connect to the MCP server by updating the settings with the provided JSON configuration.
Key features
Key features of mcp-atproto-docs include a user-friendly interface for searching ATproto documentation, deployment on Cloudflare for reliability, and the ability to connect with various clients like Cloudflare AI Playground and Claude Desktop.
Where to use
mcp-atproto-docs can be used in software development environments where ATprotocol is relevant, particularly for developers needing quick access to documentation and support for their projects.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Atproto Docs
mcp-atproto-docs is a remote MCP server designed for querying and generating answers based on the ATproto documentation available online. It simplifies the process for developers working with the ATprotocol.
Use cases
Use cases for mcp-atproto-docs include assisting developers in understanding ATprotocol features, providing quick documentation lookups during development, and integrating with AI tools for enhanced productivity.
How to use
To use mcp-atproto-docs, connect to the server via the Cloudflare AI Playground by entering the server URL. Alternatively, configure Claude Desktop to connect to the MCP server by updating the settings with the provided JSON configuration.
Key features
Key features of mcp-atproto-docs include a user-friendly interface for searching ATproto documentation, deployment on Cloudflare for reliability, and the ability to connect with various clients like Cloudflare AI Playground and Claude Desktop.
Where to use
mcp-atproto-docs can be used in software development environments where ATprotocol is relevant, particularly for developers needing quick access to documentation and support for their projects.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.
| Tool | Description |
|---|---|
search_documentation |
Searches 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:
- Go to https://playground.ai.cloudflare.com/
- Enter your deployed MCP server URL (
https://mcp-atproto-docs.immber.workers.dev/sse) - 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

Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










