- Explore MCP Servers
- vibe-mcp-client
Vibe Mcp Client
What is Vibe Mcp Client
vibe-mcp-client is a client designed for interacting with the MCP (Multi-Channel Processing) framework, enabling users to perform various tasks such as searching, travel planning, and hotel finding using APIs.
Use cases
Use cases include building travel assistant applications, integrating hotel search features into websites, and creating tools for efficient data retrieval and processing in various domains.
How to use
To use vibe-mcp-client, clone the repository from GitHub, install the necessary dependencies, initialize the environment, and set up your API keys in a .env file. Finally, run the main client script to start using the features.
Key features
Key features include Bing search functionality, travel time calculation between locations, and hotel finding capabilities, all of which can be accessed through simple function calls.
Where to use
vibe-mcp-client can be used in various fields such as travel planning, hospitality, and any application that requires data retrieval from multiple APIs for enhanced user experience.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Vibe Mcp Client
vibe-mcp-client is a client designed for interacting with the MCP (Multi-Channel Processing) framework, enabling users to perform various tasks such as searching, travel planning, and hotel finding using APIs.
Use cases
Use cases include building travel assistant applications, integrating hotel search features into websites, and creating tools for efficient data retrieval and processing in various domains.
How to use
To use vibe-mcp-client, clone the repository from GitHub, install the necessary dependencies, initialize the environment, and set up your API keys in a .env file. Finally, run the main client script to start using the features.
Key features
Key features include Bing search functionality, travel time calculation between locations, and hotel finding capabilities, all of which can be accessed through simple function calls.
Where to use
vibe-mcp-client can be used in various fields such as travel planning, hospitality, and any application that requires data retrieval from multiple APIs for enhanced user experience.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
vibe-mcp-client
vibe coding an mcp client
https://github.com/user-attachments/assets/f8b2abef-123c-4cb8-bc1c-32240d0b4b71
setup
# clone
git clone https://github.com/DevPranjal/vibe-mcp-client.git
cd vibe-mcp-client
# install uv (for windows)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# initialize
uv init
uv add mcp[cli] openai markdown pillow requests tkhtmlview
uv run mcp
create a .env file with the following fields:
BING_SEARCH_API_KEY= AZURE_MAPS_API_KEY= AZURE_OPENAI_API_KEY= AZURE_OPENAI_ENDPOINT= AZURE_OPENAI_DEPLOYMENT=
# set environment variables and start client
uv run main.py
tools available currently -
bing_search(query, count)get_travel_time(origin, destination, mode)find_hotels(address, radius_km, limit)
for more tools, add to server.py
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










