Mannequin context protocol, popularly often called MCP, is the following huge factor on this AI period. At a excessive stage, the MCP servers will let you join your AI chatbot to any apps or providers and supply extra context in your AI mannequin.
This eliminates the necessity to swap between apps and manually copy data between your app and AI chatbots like Claude AI, ChatGPT, and even Gemini.
Utilizing these MCP servers, you’ll be able to join your favourite apps and providers like Slack, Telegram to Claude AI and carry out duties for you.
Finest MCP Servers for Claude AI
Gmail MCP Server
Even in 2025, the vast majority of professionals, even private conversations, nonetheless depend upon electronic mail, and Gmail stays the favored electronic mail consumer amongst different electronic mail purchasers, particularly for Android customers.
Utilizing the Claude Gmail MCP server, you’ll be able to join your Gmail app to the ClaudeAI and likewise analyze all of your emails.
And if you’re somebody who’s knowledgeable, sorting, looking, and responding to each electronic mail will be overwhelming. That is the place you’ll be able to join your Gmail account with the Claude AI MCP server and discover vital messages rapidly. Summarize your electronic mail content material, draft emails, and create summarized responses.
Other than simply studying this, the Gmail MCP server additionally comes with superior options, and you’ll ship emails immediately from the Claude MCP.
Gmail MCP Service is beneficial for almost all of customers; nevertheless, organising will be overwhelming even for newbies as a result of accessing and authenticating together with your Gmail account requires you to create a Google Cloud challenge, allow Gmail API, and arrange Oauth credentials, and later join it to Cloud MCP.
Nevertheless, to make it easy, I’ve supplied a easy and simple course of that can assist you get began.
The best way to join Gmail to Claude utilizing Gmail MCP Server
- To create a Google Cloud challenge, first go to the Google Cloud Console dashboard.
- Right here, click on on the brand new challenge, or you may as well use an present Venture; nevertheless, for this MCP, I’d request you to create a brand new challenge.
- Now, click on on the menu within the prime left nook of the display screen and choose API & Companies. Then click on on Enabled APIs and Companies.
- Now, click on the Add API or Allow APIs and Companies button on the prime.
- And seek for Gmail API and allow it
- Now once more, click on on the menu within the prime left nook of the display screen and choose API & providers, and go to credentials
- Now, click on on the credentials and choose OAuth consumer ID.
- Now, enter the required particulars similar to app identify, kind of app, and consumer identify. After getting efficiently created this, Google Cloud Console will generate a JSON file containing your credentials.
- Obtain the file and rename it to gcp-oauth.keys.json and put it aside in your machine.
- Now you’ll want to set up the Gmail MCP server in your machine. Open terminal and enter the next command: npx -y @smithery/cli set up @gongrzhe/server-gmail-autoauth-mcp– consumer claude
- And now clone the repository: git clone https://github.com/GongRzhe/Gmail-MCP-Server.git
cd Gmail-MCP-Server - Subsequent, you’ll want to authenticate the server. Open the terminal once more and enter the next command: mkdir -p ~/.gmail-mcp
- Subsequent, transfer the gcp-oauth.keys.json file that you’ve downloaded to this newly created Gmail MCP listing. You should utilize this command: mv gcp-oauth.keys.json ~/.gmail-mcp/
- Lastly, run this command to authenticate: npx @gongrzhe/server-gmail-autoauth-mcp auth.
If you happen to see any errors, run the next instructions to repair them:
mkdir gmail-mcp-test
cd gmail-mcp-test
npm init -y
npm set up @gongrzhe/server-gmail-autoauth-mcp
npx @gongrzhe/server-gmail-autoauth-mcp auth
node ./node_modules/@gongrzhe/server-gmail-autoauth-mcp/bin/auth.js
It’ll open a brand new tab, and it’s a must to register together with your Gmail account to authenticate. It usually takes 1-5 hours. If you’re going through any errors, attempt once more after a while.
After getting efficiently authenticated, open the Claude desktop app in your machine, go to settings, after which developer tab, and click on on the edit config file, and add the next code to the edit config file.
{
“mcpServers”: {
“gmail”: {
“command”: “npx”,
“args”: [
“@gongrzhe/server-gmail-autoauth-mcp”
]
}
}
}
And that’s it. Now, restart the machine, and that’s it. You have got related your Gmail MCP server to the Claude AI.
Get Gmail MCP Server
Google Drive MCP Server
Google Drive can be one of the fashionable cloud storage providers utilized by many individuals. If you’re on Android, it’s the default cloud storage.
It gives 15 GB of free file storage, which shops all your crucial information, together with information out of your Google providers, and likewise WhatsApp information when you’ve got related and backed it up.
Nevertheless, if a number of information, apps, and providers are related to your Google Drive, discovering the fitting file you’re searching for will be overwhelming within the pool of unknown information.
Due to the Claude MVP MCP server, you’ll be able to join your Google Drive on to the Claude AI and allow you to manage and search the information you’re searching for immediately from the Claude interface utilizing pure language.
The best way to join your Google Drive to your Claude UI utilizing MCP
- Observe: For all Google providers, you’ll want to get an API by means of the Google Cloud API platform. You should utilize an present challenge, or you’ll be able to comply with the steps to create a brand new challenge and get your new API.
- First, head over to Google Cloud Console and click on on Create New Venture. You may also choose the present tasks if you would like.
- Now, click on on the menu and choose API & Companies. Then click on on Allow APIs and Companies, seek for Google Drive, and click on Allow.
- Click on on the menu, go to the APIs & Companies tab, click on on Credentials, after which add new credentials. Select Exterior App, and fill out the required fields similar to assist electronic mail and others.
- After getting created it, obtain the JSON file and rename it to gcp-oauth.keys.json and save the file regionally in your machine.
- Now, use the next code and clone the Google Drive MCP server regionally to your machine: git clone https://github.com/modelcontextprotocol/servers-archived.git
cd servers-archived/src/gdrive - Subsequent, transfer the gcp-oauth.keys.json to the gdrive folder that you’ve created, and subsequent begin the server utilizing this: npm begin.
Now, add this file to the Claude desktop config file
{
“mcpServers”: {
“gdrive”: {
“command”: “node”,
“args”: [
“/path/to/servers-archived/src/gdrive/index.js”
]
}
}
}
Get Google Drive MCP Server
Telegram MCP Server
Telegram is the fourth-largest messaging platform around the globe, and it is without doubt one of the largest to host teams and channels to speak with customers.
Telegram additionally helps bots, which provide help to handle Telegram teams simply. Nevertheless, connecting it to the LLMs like Claude AI may give further alternatives like posting content material robotically, recognizing spam, and likewise looking chat historical past and summarizing primarily based in your use case.
Not solely this, you may as well get a abstract of all of the chats which are current within the group. You may also delete, create a gaggle, get participant listing, listing all of the admins, get a listing of full banned customers, and extra, the choices are countless.
Utilizing it with any LLM, similar to Claude AI, has an additional added benefit, like if you’re somebody who’s utilizing Claude to plan your content material technique, you need to use the identical LLM to submit content material on to the Telegram platform.
The best way to join your Telegram to the Claude MCP server
- First, you want an API growth software to attach your Claude to your Telegram account. You possibly can go to Telegram.org in your browser and log in to your Telegram account utilizing your cellphone quantity.
- Subsequent, click on on the API growth, and right here click on on create a brand new app. Fill in all of the required particulars, similar to title, and after Telegram will grant you an API ID and API hash. Maintain them safely and securely.
- Subsequent, you’ll want to clone the Telegram repo utilizing the next code: git clone https://github.com/chigwell/telegram-mcp.git
cd telegram-mcp
npm set up - Now, enter your API credentials to authenticate: export TELEGRAM_API_ID=your_api_id_here
export TELEGRAM_API_HASH=your_api_hash_here
exchange your API right here together with your API codes that you’ve obtained from Telegram - Subsequent, it’s a must to set your Telegram API credentials as environmental variables. Observe the code beneath to get began, and at last, it’s a must to run the server. Use this command to run the server: npm begin
- Now, copy and paste the configuration file to your Claude desktop AI, and you’ve got efficiently related your Telegram account to Claude AI. Right here you’ll be able to listing all of your Telegram chats, ship a message, Telegram historical past, and extra.
Now, you’ll want to join your Claude desktop. Paste the code into the Claude config file
{
“mcpServers”: {
“telegram”: {
“command”: “node”,
“args”: [
“/path/to/telegram-mcp/index.js”
]
}
}
}
Get Telegram MCP Server
Journey Planner MCP Server
Planning journey with the AI is without doubt one of the most helpful and likewise regularly used instruments; it lets you save time, in comparison with opening 10 tabs and analyzing every journey itinerary.
Due to AI LLMs like Claude AI, you may get on the spot personalised journey itineraries. You may also ask questions and modify your journey itinerary anytime. You may also join apps like To do listing utilizing the MCP servers and create an motion plan in your journey.
The best way to join the Journey Planner MCP server to Claude AI
- First, you’ll want to join your Claude to the journey planner MCP server. First, you’ll want to guarantee that you’ve put in Node.js, npm, and the Claude desktop app in your machine.
- After getting put in, clone the repo through the use of the next command: git clone https://github.com/GongRzhe/TRAVEL-PLANNER-MCP-Server.git
cd TRAVEL-PLANNER-MCP-Server - Set up all of the dependencies with this command: npm set up, and begin the server utilizing this command: npm begin
- Now, add this code to the Claude desktop config file:
{
“mcpServers”: {
“travelplanner”: {
“command”: “node”,
“args”: [
“/path/to/TRAVEL-PLANNER-MCP-Server/index.js”
]
}
}
} - Now, begin the MCP server, discover your Claude desktop file, and add the journey planner MCP server to the listing. After getting carried out, save and restart your Claude desktop and it is possible for you to to attach it to the Google Maps, and you can begin planning your journeys.
Get Journey MCP Server
Spotify MCP Server
Spotify is the preferred music streaming service around the globe. The truth is, it’s a prime music streaming service with greater than 35% market share.
With the MCP server, you’ll be able to join your Spotify account to the LLM and management your Spotify music hands-free.
Whereas it additionally comes with begin and pause playback controls, search and discover music consumer, get information concerning the monitor, and handle Spotify, the most important benefit of this MCP server is the power to handle, create, and replace your present playlists.
Managing Spotify playlists is without doubt one of the painful jobs whereas utilizing the app; nevertheless, utilizing the LLM makes it simple for you. As an illustration, you’ll be able to fully take away the songs or add the songs associated to the identical style or artist, which could take a while if you happen to’re doing it manually.
You may also use it to attach and uncover, and likewise associated music tracks, and add them to your playlist.
The best way to join the Spotify MCP server to the Claude
- Make sure the Node. js and NPM put in in your machine, you additionally have to have a Spotify developer account to attach your Spotify account to the Claude MCP server. A Spotify developer account is free. You possibly can join free on the web site.
- After getting efficiently signed up, go to the Spotify developer dashboard and on the highest, click on on create an app, give it a reputation, and an outline. Now save the app, and you’re going to get a developer and consumer ID and secret consumer code.
- Now, click on on the app, open its settings, and click on on add. Now you’ll want to clone the repo utilizing the next command and set up all of the dependencies: git clone https://github.com/varunneal/spotify-mcp.git
cd spotify-mcp - Set up the dependencies utilizing: npm set up
- Now, create a brand new .env file and put it aside on the root of this repo.
SPOTIFY_CLIENT_ID=your_client_id_here
SPOTIFY_CLIENT_SECRET=your_client_secret_here
SPOTIFY_REDIRECT_URI=http://localhost:3000/callback
PORT=3000
Change these with the Spotify values. - Now, restart the MCP server utilizing this command: npm begin
- Now it’s a must to make adjustments to the Claude config file and add the Spotify MCP server:
{
“mcpServers”: {
“spotify”: {
“command”: “node”,
“args”: [
“/path/to/spotify-mcp/index.js”
]
}
}
} - Now you’ll be able to play all of your Spotify playlist songs and likewise customise them primarily based in your preferences.
Get Spotify MCP Server
Terminal Controller
Utilizing the command line or a Terminal will be overwhelming, particularly if you’re a newbie.
Nonetheless, the vast majority of purposes require terminal data to make the apps work. As an illustration, connecting your Claude MCP Service to the apps additionally requires Terminal data.
Fortuitously, because of the terminal MCP server. Now, you’ll be able to join the Claude MCP server and use a pure language to attach and write instructions within the terminal.
And likewise, not everybody can bear in mind terminal instructions. If you happen to forgot a command or are having a tough time interacting with a terminal, you’ll be able to merely use pure language, similar to the way you chat and work together with the AI chatbot.
If you’re anxious about making undesirable adjustments. Don’t fear. The Claude MCP additionally comes with an additional layer of security, by telling you what the command will do. You possibly can verify it earlier than taking any dangers and operating the command.
The best way to join your Claude MCP server to your terminal
- To make use of the terminal first, you’ll want to guarantee you’ve gotten Node.js put in in your machine, and likewise npm, and you’ve got efficiently put in the Claude desktop server and are operating it in your machine.
- After getting the machine, it’s a must to clone and set up the terminal MCP server in your machine. First, use the next command to put in it in your machine, and likewise set up the dependencies by following the command beneath, after which begin operating the server.
git clone https://github.com/GongRzhe/terminal-controller-mcp.git
cd terminal-controller-mcp - Now run the server utilizing this command: npm set up, after which begin the server: npm begin
- Subsequent, you’ll want to join your Claude MCP server to the Claude desktop, open your Claude desktop settings file, and add the server to it.
{
“mcpServers”: {
“terminal”: {
“command”: “node”,
“args”: [
“/path/to/terminal-controller-mcp/index.js”
]
}
}
} - After getting configured the Claude config file, you need to use it to listing out all of the instructions, similar to restart, all information in your particular listing, system error, delete the file, and extra. You possibly can work together with Claude immediately utilizing pure language, and your terminal does the job for you.
Get Terminal MCP Server
Todoist
When you’ve got been following us, you know the way a lot we love to-do lists. We’ve got loads of how-to guides protecting utilizing the most effective methods, and guides on creating a customized to-do listing app.
Fortuitously, now you can immediately join your Claude or every other LLM to your AI and handle all of your duties in a single place.
Since many LLMs have additionally now began rolling out a reminiscence characteristic, which may bear in mind all the small print that you’ve interacted with the chat. Utilizing this characteristic, you’ll be able to plan your day utilizing the LLM.
You possibly can immediately use a Claude LLM to rapidly add updates and manage duties with out remembering them your self.
It not solely makes it give you the results you want simpler but additionally lets you manage duties and create duties which are extra action-based as an alternative of making obscure duties, plus you may as well use a number of to-do listing rules within the LLM itself. After getting an in depth breakdown of your activity, you’ll be able to add it to your to-do listing since it’s the preferred and useful.
We’ve got an in depth information on the way to create personalised and actionable to-do listing duties. You should utilize these rules to create higher duties.
The best way to join Claude to the Todoist app
- Earlier than connecting your Claude AI to your Todoist, you’ll want to have an account in Todoist.
- If you happen to don’t have an account, create an account, which is a should to attach your work with Claude AI LLM. When you’ve got been utilizing it, you may as well use the TickTick to-do listing app. If you happen to don’t need the Todoist app, the method could be very comparable. If you’re utilizing the TickTick app, go to the web site and create an account.
- Now, when you log in together with your account, go to settings and integration, and discover the API token and duplicate it.
- Now, use the next command to clone the repo and dependencies.
git clone https://github.com/abhiz123/todoist-mcp-server.git
cd todoist-mcp-server - Now, set up all dependencies utilizing this command: npm set up.
- Create a .env file within the root of the challenge, and right here exchange the precise API token and add it to the required code within the following command.
TODOIST_API_TOKEN=your_todoist_api_token_here
PORT=3000 - Now, begin the server: npm begin
- Lastly, join the desktop to different MCP purchasers and add the MCP consumer to your Claude desktop AI.
{
“mcpServers”: {
“todoist”: {
“command”: “node”,
“args”: [
“/path/to/todoist-mcp-server/index.js”
]
}
}
} - After getting efficiently edited the file and added it to your Claude desktop, right here you’ll be able to create your new card, present all due right this moment, mark your activity full, and listing the duty in a single place.
Get Todoist MCP Server
WhatsApp can be one of the fashionable messaging platforms around the globe. In India, it’s a default messaging platform for almost all of customers.
With the introduction of channels and teams, WhatsApp has additionally turn out to be a main communication platform for a lot of groups and loads of communities. Now with the Claude MCP server, you’ll be able to immediately join your WhatsApp account to the Claude AI and get entry to all of your messages, summarize them, and likewise ship messages to your WhatsApp immediately from the Claude interface.
Due to the Claude MCP server, you may as well convey options that aren’t but out there on WhatsApp. As an illustration, you may as well schedule messages and even summarize all of your group conversations in a single place out of your Claude interface.
Plus, if you’re utilizing a group, you may as well summarize the messages and join them to your to-do listing app and add them to your duties, which makes it total the most effective risk to attach your WhatsApp account to the Claude MCP desktop server.
The best way to join your Claude MCP server to the WhatsApp MCP server
- To arrange the WhatsApp MCP server and connect with Claude, you’ll want to set up Node. JS in your machine and npm desktop.
- Now, guarantee you’ve gotten a WhatsApp energetic account operating in your cellphone and set up the Google Chrome browser for WhatsApp internet automation.
- After getting carried out this, clone the repository utilizing the command beneath and set up all of the dependencies utilizing the npm set up command.
git clone https://github.com/lharries/whatsapp-mcp.git
cd whatsapp-mcp
{
“mcpServers”: {
“whatsapp”: {
“command”: “node”,
“args”: [
“/path/to/whatsapp-mcp/index.js”
]
}
}
} - Subsequent, set up dependencies: npm set up, and begin the MCP server: npm begin
- Now, begin the MCP server and at last join your Claude configuration account and begin utilizing your WhatsApp.
Get Gmail MCP Server
Telephone MCP Server
Telephone MCP server is essentially the most highly effective MCP server, which helps you to automate and management your Android smartphone.
Utilizing this MCP server, you’ll be able to immediately join your Android smartphone to the Claude MCP server, and you may make a name, ship textual content messages, play music, summarize your notifications, and all the things else utilizing your pure language through the use of the Claude desktop interface.
You possibly can fully work together together with your smartphone and all of the features from the Claude desktop interface.
The best way to join your Android smartphone to the Claude MCP server
- To attach your smartphone to the Claude MCP server, first, you’ll want to set up Node. js, npm, and likewise ADB in your machine. Observe this video to put in and arrange ADB in your machine.https://youtu.be/GERlhgCcoBc
- After getting put in ADB, guarantee your smartphone has developer mode and likewise USB debugging enabled.
- After getting carried out, set up Telephone MCP server utilizing the command beneath and set up all of the dependencies.
git clone https://github.com/hao-cyber/phone-mcp.git
cd phone-mcp - Guarantee you’ve gotten USB debugging enabled in your machine. You possibly can take a look at it with this command in your terminal: adb units
- Set up npm set up abd run the server utilizing npm begin
- Join your cellular to a USB and authorize the MCP server, edit the entire file within the Claude desktop app, and efficiently join your smartphone to your Claude MCP server.
{
“mcpServers”: {
“cellphone”: {
“command”: “node”,
“args”: [
“/path/to/phone-mcp/index.js”
]
}
}
}
Get Android MCP Server
Microsoft PowerPoint MCP server
Lastly, ending the listing to automate essentially the most boring duties in your day-to-day workflow.
The Microsoft PowerPoint MCP server permits you to create, edit, and automate displays all utilizing the pure language itself.
Since you’re immediately writing with Claude, you may as well automate this course of by including the related data, related sources, and all the things. Not solely are you automating the present PowerPoint creation course of, however you’re additionally including extra context and creating high-quality PowerPoint displays, which will be particularly helpful for college kids or somebody who’s a working skilled to create detailed and superior displays.
The best way to join your Claude to your Microsoft PowerPoint displays
- First, set up Node. JS, NPM, and Microsoft PowerPoint in your machine.
- Now, clone the repository utilizing the next terminal command and set up all of the dependencies through the use of the npm set up command.
git clone https://github.com/GongRzhe/Workplace-PowerPoint-MCP-Server.git
cd Workplace-PowerPoint-MCP-Server - Set up dependencies utilizing this command: npm set up abd begin the server: npm begin
- Now, run the MCP server utilizing npm begin, and at last join the PowerPoint MCP server to the consumer setup.
{
“mcpServers”: {
“powerpoint”: {
“command”: “node”,
“args”: [
“/path/to/Office-PowerPoint-MCP-Server/index.js”
]
}
}
}
And that mentioned, you’ve gotten efficiently related your Microsoft PowerPoint to the Claude MCP. You possibly can immediately work together with it and begin creating your displays. You possibly can create a brand new presentation, add a slide, set a picture, export, and likewise summarize your present slides and extra.
Get PowerPoint MCP Server
Join Your Favourite Apps to Claude AI
We’re simply getting began. Fortuitously, there are many MCP servers out there for Claude AI already, which let you work together together with your favourite apps.
As an illustration, the current Zerodha Kite MCP permits you to join your Kite buying and selling account to Claude AI and analyze your inventory portfolio, preserve monitor of your shares, and get detailed studies.
Additionally, our first Home windows File MCP server permits Claude to attach with an area file system in your machine and work together together with your information.
The most effective half is, MCP providers are free to get began together with your Claude AI, and you’ll automate your each day boring duties, and likewise get detailed analytics of your present course of.
There are tons of of MCP servers which are being constructed each single day that may assist any person join and work together with their favourite apps and providers. If you’re having any points whereas connecting these MCP servers. You possibly can go to the small print for MCP directions, and likewise remark beneath, when you’ve got any points and errors whereas connecting to those MCP providers.