Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

ByteDance Launches New Educational Product to Support Online Learning_the_model_Doubao

AI ALERT: Levi & Korsinsky Files Securities Fraud Class Action Against C3.ai, Inc. – October 21, 2025 Deadline

RGB-Only Supervised Camera Parameter Optimization in Dynamic Scenes – Takara TLDR

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Anthropic (Claude)

How to configure MCP server on Windows 11 using Claude?

By Advanced AI EditorApril 15, 2025No Comments5 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


An MCP Server connects AI models to various tools and data sources using the Model Context Protocol (MCP). This protocol is an open standard that helps ensure effective communication between different systems. In this post, we are going to see how you can configure the MCP Server on Windows 11/10 using Claude.

configure MCP server on Windows 11 using Claude

Configure MCP server on Windows 11 using Claude

An MCP Server uses the Model Context Protocol (MCP) to link AI models with tools and data sources. These lightweight programs securely handle tasks like accessing files, databases, or APIs, enabling AI to integrate smoothly with various resources. They are customizable and versatile, making them useful for tasks such as data retrieval, file operations, and more. Whereas Claude is an AI assistant that we will be using to configure a server.

So, if you want to configure the MCP Server on Windows 11/10 using Claude, follow the steps mentioned below.

Install NPM and Node.JSGenerate GitHub tokenInstall and configure MCP ServerDownload Claude DesktopConfigure Claude

Let us talk about them in detail.

1] Install NPM and Node.JS

Node.js is a JavaScript runtime that lets developers run JavaScript outside of a browser, often for server-side applications. NPM (Node Package Manager) is a tool that comes with Node.js and is used to manage packages, libraries, and dependencies for JavaScript projects. So, go ahead and install NPM and Node.js on your computer before getting started with the setup.

2] Generate GitHub token

GitHub has its own implementation of an MCP Server, which integrates with GitHub APIs to enable advanced automation and interaction capabilities. This server allows developers to automate workflows, extract data from repositories, and build AI-powered tools that interact with GitHub’s ecosystem. So, in order to run the MCP Server, we need to access the Personal Access Token (PAT) from GitHub, which will allow our server to connect to the repository. To do this, you need to follow the steps mentioned below.

First of all, go to the hyperlink, github.com, it will redirect you to the tokens page and might ask you to sign into your account.Now, click on Generate new token > Generate new token.Give any Token name, most preferably, “MCP Server Access”, “New MCP Server”, or “MCP”, something recognizable.Now, set a Description, set the Expiration date, and Resource OwnerIn the Repository Access, tick All repositories and click on Generate token.

This will create a token that you need to copy and paste somewhere to access later.

3] Install and configure MCP Server

Now that we have the MCP Server Access token, we can go ahead and install the MCP Server. To do so, launch either PowerShell or Command Prompt as an administrator and then run the following command. Do keep in mind that we are installing the MCP Server globally.

npm install -g @modelcontextprotocol/server-github

You need to wait a few minutes as it takes a little time to install the server; however, once it is done, you must set the token. For that, run the following command. Make sure to replace the placehold token_value with the actual token that we generated earlier.

set GITHUB_PERSONAL_ACCESS_TOKEN=token_value

Check the attached screenshot in case of any confusion.

4] Download Claude Desktop

Claude Desktop is a program that we can install on our computer to use the Claude AI. It integrates seamlessly with your workflow, allowing you to brainstorm ideas, analyze images, and get answers efficiently. In order to download it, you need to go claude.ai and then click on the Windows icon (as we are going to install it on a Windows computer). Then, go to the Download folder and run the installer to complete the installation process. You will be asked to sign in as well. After setting up Claude, move on to the next step.

5] Configure Claude

After installing Claude, we need to configure the JSON file. To do so, open the File Explorer and go to %APPDATA%/Claude. Look for config.json and then add the following string of code to include MCP Server.

{
“mcpServers”: {
“github”: {
“command”: “npx”,
“args”: [“-y”, “@modelcontextprotocol/server-github”],
“env”: {
“GITHUB_PERSONAL_ACCESS_TOKEN”: “token_value”
}
}
}
}

You need to add the aforementioned codes perfectly. You can check the attached screenshot to clear some confusion.

Note: Replace “token_value” with the copied value.

Now you can start using Claude to access the MCP Server.

Read: ChatGPT vs Copilot vs Gemini vs Claude

What are the prerequisites for setting up an MCP Server with Claude AI on Windows 11?

To set up an MCP Server with Claude AI on Windows 11, first install Claude Desktop for seamless integration. Ensure you have Node.js and NPM installed for running MCP commands. A valid API token, like a GitHub Personal Access Token, is needed for authentication. Confirm that the required MCP package is installed. Lastly, locate and edit the Claude configuration file to include the MCP Server details and restart the application to apply changes. You can go through the step by step process mentioned earlier to know more.

Read: How to use Browser Use WebUI on Windows 11

What command should I use to activate the MCP Server for GitHub integration?

To activate the MCP Server for GitHub integration, use the command npx – y @modelcontextprotocol/server-github. This should be defined in the configuration file under the property for the GitHub server. Ensure that Node.js and NPM are installed, and include the environment variable for authentication

Also Read: Create AI agents using LLMs Claude, Copilot, ChatGPT, Gemini.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous Article‘AI will be applicable to almost every field’
Next Article Meta Using WhatsApp and Llama AI To Aid E-Governance in India
Advanced AI Editor
  • Website

Related Posts

How to Use Claude AI to Save Time at Work and Boost Productivity

September 16, 2025

Anthropic Claude now has memory, catching up to competitors Gemini and ChatGPT

September 14, 2025

Claude AI by Anthropic Introduces Automatic Chat Memory Feature

September 12, 2025
Leave A Reply

Latest Posts

St. Patrick’s Cathedral Unveils Monumental Mural by Adam Cvijanovic

Three Loaned Banksy Works Incite Dispute Between England and Italy

Major Collection of Old Masters Paintings Could Be Fractionalized

New Collectors Drive Strong Sales at New York Fair

Latest Posts

ByteDance Launches New Educational Product to Support Online Learning_the_model_Doubao

September 22, 2025

AI ALERT: Levi & Korsinsky Files Securities Fraud Class Action Against C3.ai, Inc. – October 21, 2025 Deadline

September 22, 2025

RGB-Only Supervised Camera Parameter Optimization in Dynamic Scenes – Takara TLDR

September 22, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • ByteDance Launches New Educational Product to Support Online Learning_the_model_Doubao
  • AI ALERT: Levi & Korsinsky Files Securities Fraud Class Action Against C3.ai, Inc. – October 21, 2025 Deadline
  • RGB-Only Supervised Camera Parameter Optimization in Dynamic Scenes – Takara TLDR
  • Nvidia to invest $100 billion in OpenAI to help expand computing power
  • MIT Affiliates Secure AI Grants for Math Discovery

Recent Comments

  1. Danielarive on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  2. Michaelvox on Curiosity, Grit Matter More Than Ph.D to Work at OpenAI: ChatGPT Boss
  3. vagina on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. OmeglePlayer on Veo 3 demo | Duck interrogation
  5. stroy-marketplace-]291 on Chinese Firms Have Placed $16B in Orders for Nvidia’s (NVDA) H20 AI Chips

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.