t

test

Alice6221/test
0 Stars 10 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "amap-sse-service": {
      "env": {
        "AMAP_MAPS_API_KEY": "YOUR_AMAP_API_KEY"
      },
      "type": "sse",
      "url": "https://mcp.amap.com/sse"
    },
    "brave-search": {
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@smithery-ai/brave-search",
        "--config",
        "{\"braveApiKey\":\"YOUR_BRAVE_API_KEY_HERE\"}"
      ],
      "command": "C:\\Windows\\System32\\cmd.exe"
    },
    "filesystem": {
      "args": [
        "fs-server.js",
        "/home/user"
      ],
      "command": "node",
      "type": "stdio"
    },
    "kuaidi100-express": {
      "args": [
        "kuaidi100-mcp"
      ],
      "command": "uvx",
      "env": {
        "KUAIDI100_API_KEY": "YOUR_KUAIDI100_API_KEY"
      }
    },
    "mysql-database": {
      "args": [
        "-y",
        "@benborla29/mcp-server-mysql"
      ],
      "command": "npx",
      "env": {
        "ALLOW_DELETE_OPERATION": "true",
        "ALLOW_INSERT_OPERATION": "true",
        "ALLOW_UPDATE_OPERATION": "true",
        "MYSQL_DB": "your_database_name",
        "MYSQL_HOST": "192.168.100.151",
        "MYSQL_PASS": "123456",
        "MYSQL_PORT": "3003",
        "MYSQL_USER": "root"
      }
    },
    "playwright-browser": {
      "args": [
        "-y",
        "@executeautomation/playwright-mcp-server"
      ],
      "command": "npx"
    }
  }
}

该服务需要配置环境变量:url

服务介绍

请提供需要翻译的英文技术文档内容。

相关 MCP 服务