Sponsored by Deepsite.site

Reference Configurations for Claude Desktop MCP

Created By
bcdennis7 months ago
This is a reference implementation of the mcp config to show different use cases for how to configure MCP servers with an app that hosts an MCP Client (like Claude Desktop)
Content

Reference Configurations for Claude Desktop MCP

Connecting Claude Desktop to Jetbrains on Windows Host with node installed in Windows

  "jetbrains": {
      "env": {
          "IDE_PORT": "58682"
      },
      "command": "npx",
      "args": [
          "-y",
          "@jetbrains/mcp-proxy"
      ]
  },
  1. Install MCP Server plugin first
  2. Go to Settings -> Debugger -> Allow External Connections
  3. Update the port to match the config. Note, Jetbrains changes ports every launch (it seems). Editing the Claude config to update the port requires the desktop app to be exited and reopened. Jetbrains IDE's don't, so I usually update Jetbrains to match the Claude config instead of vice versa.

Connecting Claude (in Windows Host) to a dockerized MCP Server (running in Windows Host)

    "github": {
        "command": "docker",
        "args": [
            "run",
            "-i",
            "--rm",
            "-e",
            "GITHUB_PERSONAL_ACCESS_TOKEN",
            "ghcr.io/github/github-mcp-server"
        ],
        "env": {
            "GITHUB_PERSONAL_ACCESS_TOKEN": "<<YOUR TOKEN>>"
        }

Connecting Claude Desktop (in Windows Host) to dockerized MCP Server (running in WSL)

    "filesystem": {
        "command": "wsl.exe",
        "args": [
            "docker",
            "run",
            "-i",
            "--rm",
            "--mount",
            "type=bind,src=<<desired directory>>,dst=/projects",
            "mcp/filesystem",
            "/projects"
        ]
    }

Connecting Claude Desktop (in Windows Host) to uvx packaged MCP Server (running in WSL)

    "git": {
        "command": "wsl.exe",
        "args": [
            "bash",
            "-c",
            "<<full path to uvx>> mcp-server-git --repository <<path to your repo>>"
        ]
    },
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.