--- title: "Example apps" description: "Example apps using Arcade's tools and MCP Servers in workflows and with agents." --- ## Example apps These example repos demonstrate Arcade's capabilities in real-world scenarios, from AI-powered research tools to Slack integrations. Use these repositories as starting points for your own projects or reference implementations for specific integration patterns. Each repository includes complete source code and setup instructions to help you understand implementation details and get started quickly. import { SampleAppCard } from "../../../_components/sample-app-card";
## Submit your app Built something with Arcade? The team would love to feature it! Submit your app by creating a pull request to the documentation site. ### Guidelines - **Open source**: Your app should be publicly available on GitHub - **Uses Arcade**: Your app should integrate with Arcade's tools, MCP servers, or SDK - **Working demo**: Include clear setup instructions and ensure your app runs - **Good documentation**: Provide a clear README with installation and usage instructions - **Appropriate content**: Family friendly and professional applications only ### How to submit 1. Fork the [Arcade docs repository](https://github.com/ArcadeAI/docs) 2. Add your app to `/app/en/resources/examples/page.mdx` following the existing pattern 3. Include a descriptive title, clear description, and appropriate tags 4. Create a pull request with details about your app and its Arcade integration 5. The team will review and potentially feature your app ### Need help? If you have questions about submitting your app, feel free to [contact the team](/resources/contact-us) or open an issue in the docs repository.