Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Search AT Protocol documentation using a remote MCP server connected via SSE, retrieving precise specs, guides, and references directly in your Claude Code workflow without switching tabs or browsers.
npx claudepluginhub johnwhiteside/claude-at-proto-plugins --plugin atproto-docsA marketplace of Claude Code plugins for interacting with AT Protocol networks (Bluesky, etc.).
Add the marketplace to Claude Code:
claude /marketplace add johnwhiteside/claude-at-proto-plugins
Install plugins:
claude /install at-explore@claude-at-proto-plugins
| Plugin | Description |
|---|---|
| at-explore | Explore and interact with AT Protocol networks via at-explore MCP |
| atproto-docs | Search AT Protocol documentation via @immber's mcp-atproto-docs |
| lexicon-garden | AT Protocol lexicon exploration and authenticated XRPC calls via Lexicon Garden MCP |
To add a new plugin to this marketplace:
plugins/your-plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json
└── commands/ # optional
└── your-command.md
plugin.json{
"name": "your-plugin-name",
"description": "A short description of what your plugin does",
"version": "1.0.0"
}
.mcp.jsonFor an npm package MCP server:
{
"mcpServers": {
"your-plugin-name": {
"type": "stdio",
"command": "npx",
"args": ["-y", "your-mcp-package"]
}
}
}
For a remote HTTP MCP server:
{
"mcpServers": {
"your-plugin-name": {
"type": "http",
"url": "https://your-server.com/mcp"
}
}
}
Create markdown files in a commands/ directory. Claude Code will automatically discover them.
marketplace.jsonAdd your plugin to .claude-plugin/marketplace.json:
{
"name": "your-plugin-name",
"source": "./plugins/your-plugin-name",
"description": "A short description of what your plugin does",
"version": "1.0.0",
"tags": ["relevant", "tags"]
}
MIT
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
ATProtocol-specific skills for Claude Code: lexicon design, DID resolution, XRPC, DAG-CBOR, MST/repo inspection, OAuth flows, record parsing. Use when the user is working with Bluesky, at:// URIs, com.atproto.*, app.bsky.*, or any AT Protocol concept.
Access Glean's developer documentation - search API references, SDK guides, and integration tutorials via the Glean Developer Docs MCP Server.
Up-to-date and secure docs search for AI agents. Search 10,000+ libraries and lock your agent to your stack with Cabinets.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Skill for working with the Jacquard AT Protocol library for Rust — teaches correct BosStr usage, borrow-first patterns, and common pitfalls
Fast local documentation search with llms.txt indexing. Search 12K+ line docs in 6ms with line-accurate citations. One command (/blz) and one agent (@blz:blazer) for all documentation operations.
AT Protocol exploration and interaction via at-explore MCP
AT Protocol lexicon exploration and authenticated XRPC calls via Lexicon Garden MCP
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim