Complete AT Protocol Integration
Full implementation using official @atproto/api with support for all major AT Protocol operations including posts, follows, likes, and real-time data streams.
Enable LLMs to interact directly with the AT Protocol ecosystem through a powerful Model Context Protocol server
Get up and running with the AT Protocol MCP Server in minutes:
# Install globally
npm install -g atproto-mcp
# Start the server
atproto-mcp --port 3000
# Or use with npx
npx atproto-mcpThe AT Protocol MCP Server bridges the gap between LLMs and the AT Protocol ecosystem:
This MCP server enables LLMs to provide powerful AT Protocol capabilities through natural language interaction:
How it works: Users interact with their LLM client (like Claude Desktop) in natural language, and the LLM uses this MCP server to access AT Protocol functionality. For example, a user might say "Search for trending posts about AI and summarize them," and the LLM would use the search_posts tool to fulfill that request.
Join our growing community of developers building with the AT Protocol:
Released under the MIT License.