Contribute to the Directory
Help grow the Claude developer ecosystem
How It Works
Find or Create a Resource
Discover a Claude-related tool, MCP server, prompt, or project that would benefit the community.
Submit via Form or PR
Use our submission form for quick additions, or submit a GitHub PR for more control.
Review Process
Our team reviews submissions for quality, relevance, and community value.
Get Featured
Approved resources are added to the directory and may be featured on the homepage.
What to Contribute
MCP Servers
Model Context Protocol servers that extend Claude's capabilities
CLI Tools
Command-line tools that enhance Claude Code workflows
Prompts & Templates
Reusable prompts and CLAUDE.md configurations
Projects & Examples
Open-source projects built with Claude
Submission Guidelines
- Resource must be related to Claude, Claude Code, or the MCP ecosystem
- Include a clear, descriptive title and tagline
- Provide a working URL or code snippet
- Specify the correct category and relevant tags
- Indicate difficulty level (Beginner, Intermediate, Advanced)
- Ensure the resource is actively maintained
- No spam, affiliate links, or promotional content
GitHub PR Template
When submitting via GitHub, add your resource to the data/api/v1/resources/index.json file following this format:
{
"id": "your-resource-id",
"slug": "your-resource-slug",
"title": "Your Resource Title",
"tagline": "A brief one-line description",
"description": "A detailed description of what this resource does...",
"url": "https://github.com/your/repo",
"type": "mcp_server",
"categoryId": "mcp-servers",
"tags": ["tag1", "tag2"],
"metadata": {
"author": "Your Name",
"authorUrl": "https://github.com/yourname",
"license": "MIT",
"language": "TypeScript"
},
"difficulty": "beginner",
"createdAt": "2026-02-06T00:00:00Z"
}Join the Community
Have questions about contributing? Want to discuss ideas with other Claude developers? Join our community channels.