文章

一些MCP Server

一些MCP Server

一些 MCP Server

操作系统

Windows MCP

安装

Windows:

1
2
git clone https://github.com/CursorTouch/Windows-MCP.git
cd Windows-MCP

Gemini CLI:settings.json 配置:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "theme": "Default",
  
//MCP Server Config
  "mcpServers": {
    "windows-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "<path to the windows-mcp directory>",
        "run",
        "main.py"
      ]
    }
  }
}

其中 <path to the windows-mcp directory> 替换为 clone 下来的目录

最终的配置:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "theme": "GitHub",
  "selectedAuthType": "oauth-personal",
  "mcpServers": {
    "windows-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "D:\\AI\\Windows-MCP",
        "run",
        "main.py"
      ]
    }
  }
}

apple-mcp

https://github.com/supermemoryai/apple-mcp

Zen MCP

Zen MCP 是一个基于 Model Context Protocol 的服务器,它为 Claude 提供了访问多个 AI 模型的能力,包括 Gemini 2.5 Pro、Gemini 2.0 Flash、OpenAI O3 等。简单来说,它就像是 “Claude Code for Claude Code”,让不同的 AI 模型能够在同一个对话线程中协作完成任务。

https://github.com/BeehiveInnovations/zen-mcp-server

supabase-mcp 数据库

https://github.com/supabase-community/supabase-mcp

deepwiki

让 AI 辅助理解项目

https://docs.devin.ai/work-with-devin/deepwiki-mcp#for-claude-code%3A

本文由作者按照 CC BY 4.0 进行授权