A community-driven directory for Claude Code configurations. Find and share prompts, MCP servers, hooks, skills, and settings.
Live Site · Contributing Guide · Claude Code Docs
Claude Code is Anthropic's official CLI tool for Claude. It allows you to interact with Claude directly from your terminal to help with software development tasks.
| Category | Description |
|---|---|
| Prompts | CLAUDE.md templates to customize Claude's behavior for your projects |
| MCP Servers | Model Context Protocol servers to extend Claude Code's capabilities |
| Hooks | Pre/post tool-use automation scripts |
| Skills | Custom slash commands and workflows |
| Plugins | Official and community plugins to extend functionality |
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/tmcpa/claudedirectory.git
cd claudedirectory
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 to view the site.
npm run build
npm run startsrc/
├── app/ # Next.js App Router pages
│ ├── prompts/ # Prompts listing and detail pages
│ ├── mcp-servers/ # MCP servers listing and detail pages
│ ├── hooks/ # Hooks listing and detail pages
│ ├── skills/ # Skills listing and detail pages
│ └── plugins/ # Plugins listing and detail pages
├── components/ # React components
│ ├── cards/ # Card components for each content type
│ ├── layout/ # Header, Footer
│ └── ui/ # shadcn/ui components
├── data/ # Content data (TypeScript files)
│ ├── prompts/ # Prompt definitions
│ ├── mcp-servers/ # MCP server definitions
│ ├── hooks/ # Hook definitions
│ ├── skills/ # Skill definitions
│ └── plugins/ # Plugin definitions
└── lib/ # Utilities and types
We welcome contributions! See our Contributing Guide for details on how to:
- Add new prompts, MCP servers, hooks, or skills
- Report bugs or request features
- Submit pull requests
- Next.js 16 - React framework
- Tailwind CSS - Styling
- shadcn/ui - UI components
- Lucide - Icons
- TypeScript - Type safety
MIT License - feel free to use this project for your own purposes.
- Inspired by cursor.directory
- Built for the Claude Code community
- UI components from shadcn/ui
Questions? Open an issue or start a discussion. We'd love to hear from you!