Claude Desktop

An MCP server for interacting with Anthropic's Claude on the desktop, based on a DeepLearning.ai course example.

Claude Desktop MCP Integration

Repository to set up example L9 from MCP: Build Rich-Context AI Apps with Anthropic short course on Deeplearning.ai.

Difficulties

One difficulty in setting this up was getting the claude_desktop_config.json to work with project in WSL2 Ubuntu. Here is the solution I found:

{
  "mcpServers": {
    "filesystem": {
      "command": "wsl.exe",
      "args": [
        "bash",
        "-c",
        "npx -y @modelcontextprotocol/server-filesystem /home/rick/anthropic_mcp"
      ]
    },
    "research": {
      "command": "wsl.exe",
      "args": [
        "bash",
        "-c",
        "/home/rick/.local/bin/uv --directory /home/rick/anthropic_mcp run research_server.py"
      ]
    },
    "fetch": {
      "command": "wsl.exe",
      "args": [
        "bash",
        "-c",
        "/home/rick/.local/bin/uvx mcp-server-fetch"
      ]
    }
  }
}

相關伺服器

NotebookLM 網頁匯入器

一鍵將網頁和 YouTube 影片匯入 NotebookLM。超過 200,000 位使用者信賴。

安裝 Chrome 擴充功能