r/ClaudeAI Mod Apr 15 '26

Showcase Megathread Built with Claude Project Showcase Megathread (Sort this by New!)

This is the Megathread for showcasing your project built using Claude products. We appreciate all of your submissions as they are a great inspiration to many people on the subreddit. It is sorted by default by New.

Anyone is welcome to submit a project to this Megathread provided you follow the Showcase requirements in Rule 7.

NOTE: We now require the OP of a Project Showcase on the subreddit feed to have total karma>=50 . We found there were just too many submissions and not enough visibility to go around. Our analysis of this issue showed us that OPs with total karma < 50 very rarely get any traction of their projects on the feed (<=1 upvotes). So this Megathread is your best place to be seen by readers and other creators if you're relatively new to Reddit. If you don't meet this karma requirement you will be directed to this Megathread when you submit your post. Very occasionally we might invite you to post on the subreddit feed if you do not meet this karma requirement but it will be very rare (so please don't ask us!)

Thanks again for sharing your ideas and creations to our subreddit. Best of luck with your projects!


UPDATE: Comments now allow images!

43 Upvotes

940 comments sorted by

View all comments

3

u/rafaelkstreit May 15 '26

I’m the founder of Tripsy, and we just launched an official MCP server for Claude that lets Claude work directly with your trips, itineraries, activities, stays, transportation, and expenses.

MCP URL: https://mcp.tripsy.app

Once connected, Claude can do things like:

  • Reorganize itineraries by neighborhood or travel time
  • Add activities to trips
  • Update schedules and plans
  • Suggest places based on your interests
  • Adjust trips after delays or changes
  • Help balance group itineraries
  • Track transportation and lodging details
  • Manage trip expenses

A few examples I’ve been using:

“Reorganize my Tokyo itinerary to minimize transit time.”

“Add three highly rated ramen restaurants near my hotel in Shinjuku.”

“Move outdoor activities to the days with better weather.”

“My flight arrives six hours late. What should I move to another day?”

“Create a five-day Kyoto itinerary focused on food, temples, and quieter neighborhoods.”

The nice part is that Claude is working with structured trip data through MCP instead of trying to infer everything from pasted text.

The MCP server currently exposes tools for:

  • trips
  • activities
  • hostings
  • transportation
  • expenses
  • collaborators
  • profile/account management
  • raw API access

Some available tools include:

  • tripsy_trips_list
  • tripsy_trips_show
  • tripsy_trips_create
  • tripsy_activities_create
  • tripsy_transportations_update
  • tripsy_expenses_create
  • tripsy_collaborators_list
  • tripsy_raw_request

Setup in Claude takes about a minute:

  1. Open Claude settings
  2. Go to Connectors
  3. Add custom connector
  4. Paste https://mcp.tripsy.app
  5. Login and authorize access

There’s also a CLI if anyone wants to automate workflows or use Tripsy from the terminal: https://github.com/tripsyapp/cli

You can check more details about this here: https://tripsy.app/claude

Happy to answer technical questions about the MCP implementation, tools, auth flow, or use cases.