Mannequin context protocol, popularly often called MCP, is the following large factor on this AI period. At a excessive degree, the MCP servers assist you to join your AI chatbot to any apps or providers and supply extra context on your AI mannequin.
This eliminates the necessity to swap between apps and manually copy info between your app and AI chatbots like Claude AI, ChatGPT, and even Gemini.
Utilizing these MCP servers, you possibly can 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, nearly all of professionals, even private conversations, nonetheless depend upon e mail, and Gmail stays the favored e mail shopper amongst different e mail purchasers, particularly for Android customers.
Utilizing the Claude Gmail MCP server, you possibly can join your Gmail app to the ClaudeAI and likewise analyze all of your emails.
And in case you are somebody who’s an expert, sorting, looking, and responding to each e mail may be overwhelming. That is the place you possibly can join your Gmail account with the Claude AI MCP server and discover vital messages shortly. Summarize your e 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 straight from the Claude MCP.
Gmail MCP Service is helpful for almost all of customers; nevertheless, establishing may be overwhelming even for rookies as a result of accessing and authenticating along 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 will help you get began.
Easy methods 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 also use an current Venture; nevertheless, for this MCP, I might request you to create a brand new challenge.
- Now, click on on the menu within the high left nook of the display 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 high.
- And seek for Gmail API and allow it
- Now once more, click on on the menu within the high left nook of the display and choose API & providers, and go to credentials
- Now, click on on the credentials and choose OAuth shopper ID.
- Now, enter the required particulars reminiscent of app title, sort of app, and shopper title. After you have 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 it’s essential 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– shopper claude
- And now clone the repository: git clone https://github.com/GongRzhe/Gmail-MCP-Server.git
cd Gmail-MCP-Server - Subsequent, it’s essential 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 got downloaded to this newly created Gmail MCP listing. You should use this command: mv gcp-oauth.keys.json ~/.gmail-mcp/
- Lastly, run this command to authenticate: npx @gongrzhe/server-gmail-autoauth-mcp auth.
For those who 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 should open a brand new tab, and you must check in along with your Gmail account to authenticate. It typically takes 1-5 hours. In case you are going through any errors, strive once more after a while.
After you have 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’ve got linked your Gmail MCP server to the Claude AI.
Get Gmail MCP Server
Google Drive MCP Server
Google Drive can also be one of the vital fashionable cloud storage providers utilized by many individuals. In case you are on Android, it’s the default cloud storage.
It gives 15 GB of free file storage, which shops your whole crucial knowledge, together with knowledge out of your Google providers, and likewise WhatsApp knowledge you probably have linked and backed it up.
Nevertheless, if a number of information, apps, and providers are linked to your Google Drive, discovering the proper file you’re searching for may be overwhelming within the pool of unknown information.
Due to the Claude MVP MCP server, you possibly can join your Google Drive on to the Claude AI and allow you to manage and search the information you’re searching for straight from the Claude interface utilizing pure language.
Easy methods to join your Google Drive to your Claude UI utilizing MCP
- Notice: For all Google providers, it’s essential to get an API by the Google Cloud API platform. You should use an current challenge, or you possibly can observe 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. It’s also possible to choose the prevailing initiatives 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 reminiscent of help e mail and others.
- After you have 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 got 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 world wide, and it is likely one of the largest to host teams and channels to speak with customers.
Telegram additionally helps bots, which make it easier to handle Telegram teams simply. Nevertheless, connecting it to the LLMs like Claude AI can provide further alternatives like posting content material mechanically, recognizing spam, and likewise looking chat historical past and summarizing based mostly in your use case.
Not solely this, you may also get a abstract of all of the chats which might be current within the group. It’s also possible to delete, create a bunch, get participant listing, listing all of the admins, get a listing of full banned customers, and extra, the choices are infinite.
Utilizing it with any LLM, reminiscent of Claude AI, has an additional added benefit, like in case you are somebody who’s utilizing Claude to plan your content material technique, you should use the identical LLM to put up content material on to the Telegram platform.
Easy methods to join your Telegram to the Claude MCP server
- First, you want an API growth instrument 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 telephone 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, reminiscent of title, and after Telegram will grant you an API ID and API hash. Hold them safely and securely.
- Subsequent, it’s essential 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
change your API right here along with your API codes that you’ve got obtained from Telegram - Subsequent, you must set your Telegram API credentials as environmental variables. Comply with the code under to get began, and eventually, you must 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 linked your Telegram account to Claude AI. Right here you possibly can listing all of your Telegram chats, ship a message, Telegram historical past, and extra.
Now, it’s essential 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 likely one of the most helpful and likewise incessantly 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 will get immediate personalised journey itineraries. It’s also possible to ask questions and modify your journey itinerary anytime. It’s also possible to join apps like To do listing utilizing the MCP servers and create an motion plan on your journey.
Easy methods to join the Journey Planner MCP server to Claude AI
- First, it’s essential to join your Claude to the journey planner MCP server. First, it’s essential to guarantee that you’ve got put in Node.js, npm, and the Claude desktop app in your machine.
- After you have 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 you have finished, 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 world wide. In actual fact, it’s a high music streaming service with greater than 35% market share.
With the MCP server, you possibly can 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 shopper, get information in regards to the monitor, and handle Spotify, the most important benefit of this MCP server is the flexibility to handle, create, and replace your current playlists.
Managing Spotify playlists is likely one of the painful jobs whereas utilizing the app; nevertheless, utilizing the LLM makes it straightforward for you. As an illustration, you possibly can fully take away the songs or add the songs associated to the identical style or artist, which could take a while in case you’re doing it manually.
It’s also possible to use it to attach and uncover, and likewise associated music tracks, and add them to your playlist.
Easy methods to join the Spotify MCP server to the Claude
- Make sure the Node. js and NPM put in in your machine, you additionally must 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 you have 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’ll get a developer and shopper ID and secret shopper code.
- Now, click on on the app, open its settings, and click on on add. Now it’s essential 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 you must make modifications to the Claude config file and add the Spotify MCP server:
{
“mcpServers”: {
“spotify”: {
“command”: “node”,
“args”: [
“/path/to/spotify-mcp/index.js”
]
}
}
} - Now you possibly can play all of your Spotify playlist songs and likewise customise them based mostly in your preferences.
Get Spotify MCP Server
Terminal Controller
Utilizing the command line or a Terminal may be overwhelming, particularly in case you are a newbie.
Nonetheless, nearly all of purposes require terminal information to make the apps work. As an illustration, connecting your Claude MCP Service to the apps additionally requires Terminal information.
Thankfully, because of the terminal MCP server. Now, you possibly can join the Claude MCP server and use a pure language to attach and write instructions within the terminal.
And in addition, not everybody can bear in mind terminal instructions. For those who forgot a command or are having a tough time interacting with a terminal, you possibly can merely use pure language, similar to the way you chat and work together with the AI chatbot.
In case you are anxious about making undesirable modifications. 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 affirm it earlier than taking any dangers and operating the command.
Easy methods to join your Claude MCP server to your terminal
- To make use of the terminal first, it’s essential to guarantee you may have 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 you have the machine, you must 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 under, 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, it’s essential 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 you have configured the Claude config file, you should use it to listing out all of the instructions, reminiscent of restart, all information in your particular listing, system error, delete the file, and extra. You possibly can work together with Claude straight utilizing pure language, and your terminal does the job for you.
Get Terminal MCP Server
Todoist
When you’ve got been following us, you understand how a lot we love to-do lists. We’ve got loads of how-to guides overlaying utilizing the very best strategies, and guides on creating a personalised to-do listing app.
Thankfully, now you can straight join your Claude or some 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 might bear in mind all the small print that you’ve got interacted with the chat. Utilizing this characteristic, you possibly can plan your day utilizing the LLM.
You possibly can straight use a Claude LLM to shortly add updates and manage duties with out remembering them your self.
It not solely makes it be just right for you simpler but additionally lets you manage duties and create duties which might be extra action-based as a substitute of making obscure duties, plus you may also use a number of to-do listing ideas within the LLM itself. After you have an in depth breakdown of your job, you possibly can add it to your to-do listing since it’s the preferred and useful.
We’ve got an in depth information on the best way to create personalised and actionable to-do listing duties. You should use these ideas to create higher duties.
Easy methods to join Claude to the Todoist app
- Earlier than connecting your Claude AI to your Todoist, it’s essential to have an account in Todoist.
- For those who 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 also use the TickTick to-do listing app. For those who don’t need the Todoist app, the method may be very related. In case you are utilizing the TickTick app, go to the web site and create an account.
- Now, when you log in along with your account, go to settings and integration, and discover the API token and replica 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 change 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 shopper to your Claude desktop AI.
{
“mcpServers”: {
“todoist”: {
“command”: “node”,
“args”: [
“/path/to/todoist-mcp-server/index.js”
]
}
}
} - After you have efficiently edited the file and added it to your Claude desktop, right here you possibly can create your new card, present all due right this moment, mark your job full, and listing the duty in a single place.
Get Todoist MCP Server
WhatsApp can also be one of the vital fashionable messaging platforms world wide. 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 major communication platform for a lot of groups and loads of communities. Now with the Claude MCP server, you possibly can straight 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 straight from the Claude interface.
Due to the Claude MCP server, you may also convey options that aren’t but out there on WhatsApp. As an illustration, you may also schedule messages and even summarize all of your group conversations in a single place out of your Claude interface.
Plus, in case you are utilizing a crew, you may also summarize the messages and join them to your to-do listing app and add them to your duties, which makes it general the very best chance to attach your WhatsApp account to the Claude MCP desktop server.
Easy methods to join your Claude MCP server to the WhatsApp MCP server
- To arrange the WhatsApp MCP server and hook up with Claude, it’s essential to set up Node. JS in your machine and npm desktop.
- Now, guarantee you may have a WhatsApp energetic account operating in your telephone and set up the Google Chrome browser for WhatsApp internet automation.
- After you have finished this, clone the repository utilizing the command under 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 eventually 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 possibly can straight join your Android smartphone to the Claude MCP server, and you can also make a name, ship textual content messages, play music, summarize your notifications, and every part else utilizing your pure language through the use of the Claude desktop interface.
You possibly can fully work together along with your smartphone and all of the features from the Claude desktop interface.
Easy methods to join your Android smartphone to the Claude MCP server
- To attach your smartphone to the Claude MCP server, first, it’s essential to set up Node. js, npm, and likewise ADB in your machine. Comply with this video to put in and arrange ADB in your machine.https://youtu.be/GERlhgCcoBc
- After you have put in ADB, guarantee your smartphone has developer mode and likewise USB debugging enabled.
- After you have finished, set up Telephone MCP server utilizing the command under and set up all of the dependencies.
git clone https://github.com/hao-cyber/phone-mcp.git
cd phone-mcp - Guarantee you may have 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”: {
“telephone”: {
“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 helps you to create, edit, and automate displays all utilizing the pure language itself.
Since you’re straight writing with Claude, you may also automate this course of by including the related info, related sources, and every part. 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 may be particularly helpful for college students or somebody who’s a working skilled to create detailed and superior displays.
Easy methods 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 eventually join the PowerPoint MCP server to the shopper setup.
{
“mcpServers”: {
“powerpoint”: {
“command”: “node”,
“args”: [
“/path/to/Office-PowerPoint-MCP-Server/index.js”
]
}
}
}
And that mentioned, you may have efficiently linked your Microsoft PowerPoint to the Claude MCP. You possibly can straight 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. Thankfully, there are many MCP servers out there for Claude AI already, which let you work together along with your favourite apps.
As an illustration, the current Zerodha Kite MCP helps you to join your Kite buying and selling account to Claude AI and analyze your inventory portfolio, hold monitor of your shares, and get detailed experiences.
Additionally, our first Home windows File MCP server permits Claude to attach with a neighborhood file system in your machine and work together along with your information.
The very best half is, MCP providers are free to get began along with your Claude AI, and you’ll automate your every day boring duties, and likewise get detailed analytics of your present course of.
There are lots of of MCP servers which might be being constructed each single day that may assist any consumer join and work together with their favourite apps and providers. In case you are having any points whereas connecting these MCP servers. You possibly can go to the small print for MCP directions, and likewise remark under, you probably have any points and errors whereas connecting to those MCP providers.