An open API service indexing awesome lists of open source software.

https://github.com/JSONbored/claudepro-directory

🎯 Curated directory of Claude prompts, MCP servers & tools for developers. Open to community contributions!
https://github.com/JSONbored/claudepro-directory

List: claudepro-directory

ai-directory ai-tools anthropic artificial-intelligence awesome-list base build-in-public claude claude-ai claude-api claude-code claude-desktop claude-prompts developer-tools llm mcp-servers open-source prompt-engineering prompts

Last synced: 11 days ago
JSON representation

🎯 Curated directory of Claude prompts, MCP servers & tools for developers. Open to community contributions!

Awesome Lists containing this project

README

          

# Claude Pro Directory 🚀

[![CI](https://github.com/JSONbored/claudepro-directory/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/JSONbored/claudepro-directory/actions/workflows/ci.yml)
[![Security](https://github.com/JSONbored/claudepro-directory/actions/workflows/security.yml/badge.svg?branch=main&event=push)](https://github.com/JSONbored/claudepro-directory/actions/workflows/security.yml)
[![CodeQL Security Scan](https://github.com/JSONbored/claudepro-directory/actions/workflows/codeql-analysis.yml/badge.svg?branch=main&event=push)](https://github.com/JSONbored/claudepro-directory/actions/workflows/codeql-analysis.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.9+-blue)](https://www.typescriptlang.org/)
[![Next.js](https://img.shields.io/badge/Next.js-15.6-black)](https://nextjs.org/)

### **Find the perfect Claude configuration in seconds**
**129+ community configurations • MCP servers • Agents • Commands • Hooks**

[🌐 **Browse Configurations**](https://claudepro.directory) • [📝 **Submit Yours**](https://claudepro.directory/submit) • [💬 **Join Discord**](https://discord.gg/Ax3Py4YDrq)

## 📈 Activity

![RepoBeats Analytics](https://repobeats.axiom.co/api/embed/c2b1b7e36103fba7a650c6d7f2777cba7338a1f7.svg "Repobeats analytics image")

## 🎯 What is Claude Pro Directory?

**Stop starting from scratch.** Claude Pro Directory is a searchable collection of pre-built configurations, MCP servers, and custom rules that make Claude AI work better for specific tasks.

Whether you need Claude to review code like a senior engineer, write like a professional author, or analyze data like a scientist - we have configurations ready to copy and use.

## ✨ Why Use It?

🚀 **Instant Setup** - Copy, paste, done. No configuration headaches.

🎯 **Task-Specific** - Configurations optimized for coding, writing, analysis, and more.

🔍 **Searchable** - Find exactly what you need with advanced filtering.

📈 **Always Fresh** - New configurations added weekly by the community.

## 🎪 Browse by Category

| **[🤖 Agents](https://claudepro.directory/agents)** | **[⚙️ MCP Servers](https://claudepro.directory/mcp)** | **[📜 Rules](https://claudepro.directory/rules)** |
|:---:|:---:|:---:|
| Specialized AI personas | Model Context Protocol servers | Custom instructions |
| **[🔧 Commands](https://claudepro.directory/commands)** | **[🪝 Hooks](https://claudepro.directory/hooks)** | **[📊 Trending](https://claudepro.directory/trending)** |
| Quick actions | Event automation | Popular this week |

## 🚀 Quick Start

### For Users

1. **[Visit claudepro.directory](https://claudepro.directory)**
2. **Search or browse** for configurations
3. **Copy** the configuration
4. **Paste** into Claude
5. **Start using** your enhanced Claude immediately

No account needed. No downloads. Just better AI conversations.

### For Contributors

Want to share your Claude configurations with the community?

1. **Fork** this repository
2. **Add** your configuration to the appropriate `content/` folder
3. **Submit** a pull request
4. **Help** others work smarter with Claude

See our [Contributing Guide](.github/CONTRIBUTING.md) for details.

## 📦 What's Available

- **129+** Configurations and growing
- **10+** Categories covering all use cases
- **50+** MCP server integrations
- **20+** Custom hooks for automation
- **Updated** weekly with new submissions

## 🛠 Tech Stack

| Frontend | Backend | Infrastructure |
|:---:|:---:|:---:|
| Next.js 15.6 | Node.js | Vercel |
| React 19 | TypeScript 5.9 | GitHub Actions |
| Tailwind CSS | Turbopack | CodeQL Security |

## 🤝 Community

[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/Ax3Py4YDrq)
[![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/JSONbored/claudepro-directory/discussions)
[![Twitter](https://img.shields.io/badge/Twitter-@JSONbored-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://x.com/JSONbored)

## 👥 Contributors

Thanks to everyone who has contributed to making Claude better for everyone!



## 📄 License

MIT © [JSONbored](https://github.com/JSONbored)

## 🚧 Development

For Developers (click to expand)

### Prerequisites
- Node.js 20+
- npm or yarn

### Setup
```bash
# Clone the repository
git clone https://github.com/JSONbored/claudepro-directory.git
cd claudepro-directory

# Install dependencies
npm install

# Run development server
npm run dev
```

### Scripts
```bash
npm run dev # Start development server
npm run build # Build for production
npm run lint # Run linting
npm run type-check # Check TypeScript
```

### Project Structure
```
claudepro-directory/
├── app/ # Next.js pages
├── components/ # React components
├── content/ # Configuration JSONs
├── lib/ # Utilities
└── public/ # Static assets
```

See [Contributing Guide](.github/CONTRIBUTING.md) for more details.

---

**Built with ❤️ by the Claude community**

[Website](https://claudepro.directory) • [GitHub](https://github.com/JSONbored/claudepro-directory) • [Discord](https://discord.gg/Ax3Py4YDrq)