Contribute to the Directory

Help grow the Claude developer ecosystem

Total resources:0
Contributors:0

How It Works

1

Find or Create a Resource

Discover a Claude-related tool, MCP server, prompt, or project that would benefit the community.

2

Submit via Form or PR

Use our submission form for quick additions, or submit a GitHub PR for more control.

3

Review Process

Our team reviews submissions for quality, relevance, and community value.

4

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

Database connectorsAPI integrationsFile system tools

CLI Tools

Command-line tools that enhance Claude Code workflows

Automation scriptsDevelopment utilitiesBuild tools

Prompts & Templates

Reusable prompts and CLAUDE.md configurations

System promptsProject templatesWorkflow guides

Projects & Examples

Open-source projects built with Claude

Full applicationsStarter kitsIntegration examples

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.