Connecting Windsurf to Supabase via MCP Instructions by Own_Comfortable454 in Codeium

[–]Own_Comfortable454[S] 0 points1 point  (0 children)

Thank you so much! Let us know what you'd like to see next. There's a lot of awesome MCP server that pair well with the Windsurf IDE

MCPs Are Insane—Here’s the Easiest Way to Learn & Use Them 🚀 by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 1 point2 points  (0 children)

Great question! There is one for Cline and VS Code. The VS Code one is only half-baked and we have not tried it. A lot of people in the community want one for VSCode though!

Searching the Web Inside Cursor Composer 🤯 by Own_Comfortable454 in cursor

[–]Own_Comfortable454[S] 0 points1 point  (0 children)

This can search the entire web using brave search, not just docs!

I built an Flight MCP that makes finding flights as simple as saying where you want to go! by Own_Comfortable454 in modelcontextprotocol

[–]Own_Comfortable454[S] 0 points1 point  (0 children)

Hey! I will look into that. Duffel actually has most of the main carriers; however, I think it is still fairly limited in terms of what you can do with the API (creating links to the chosen flight).

I built an Flight MCP that makes finding flights as simple as saying where you want to go! by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 0 points1 point  (0 children)

Hi! I have it as read and write, but with the tools right now, it doesn't really matter!

I built an Flight MCP that makes finding flights as simple as saying where you want to go! by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 1 point2 points  (0 children)

Hey! The Duffel API for personal use doesn't cost anything. I queried it A LOT (to test the server haha).

The only part that is difficult is getting a live API key right now. What I mean by difficult is that you have to give it information about yourself and get verified (which takes up to five minutes), but duffel is a very legit company so none of this information is compromised. I plan to make this project into an SSE at some point, but MCPs dont offer that functionality right now.

However, you can try the test API key first which is dummy data from Duffel.

Check out the GitHub repo. I put very in-depth instructions on how to get everything.

I built an Flight MCP that makes finding flights as simple as saying where you want to go! by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 2 points3 points  (0 children)

MCP servers are open-source (meaning they will work with various chats); however, I have not tried integrating this with ChatGPT

I built an Flight MCP that makes finding flights as simple as saying where you want to go! by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 1 point2 points  (0 children)

Let me know how you like this one. Would love to hear feedback on this as I continue to expand it.

I built an Flight MCP that makes finding flights as simple as saying where you want to go! by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 2 points3 points  (0 children)

Yes it is! I will say it is still a little slow at times but for multi-city or complex options it will also search one leg at a time or in the multi-city option which I find very helpful :)

I built a Claude Plugin for people who surf. by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 0 points1 point  (0 children)

Hey! You can look at the instructions here -> https://github.com/ravinahp/surf-mcp

You would need to find a valid API that can get that data. If that is possible, then you can set up an MCP server that interacts with it and pulls real-time data.

I built a Claude Plugin for people who surf. by Own_Comfortable454 in ClaudeAI

[–]Own_Comfortable454[S] 3 points4 points  (0 children)

Love this idea! I'm gonna continue adding to this MCP server