# 安装 ai.smithery/ProfessionalWiki-mediawiki-mcp-server

- 类型: MCP 工具
- 说明: 让 AI 连接并操作 MediaWiki 站点，完成检索、读取与页面编辑任务。
- ⚠ 安全: 该 MCP 工具不需要额外密钥，已知仅连接 server.smithery.ai，整体未见明确高风险红旗；但其为无源码可审计的远程服务型工具，且具备执行代码能力，建议按需最小化使用并限制可接触数据。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "ai.smithery/ProfessionalWiki-mediawiki-mcp-server" MCP 服务：
执行：claude mcp add --transport http ai-smithery-professionalwiki-mediawiki-mcp-server https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp
```

### Codex
```
请帮我安装 askskill 上的 "ai.smithery/ProfessionalWiki-mediawiki-mcp-server" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.ai-smithery-professionalwiki-mediawiki-mcp-server]
url = "https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp"
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "ai.smithery/ProfessionalWiki-mediawiki-mcp-server" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"ai-smithery-professionalwiki-mediawiki-mcp-server": { "url": "https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp" }
然后在 Cursor 设置 > MCP 中启用
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
claude mcp add --transport http ai-smithery-professionalwiki-mediawiki-mcp-server https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp
```

### Codex
```bash
codex mcp add ai-smithery-professionalwiki-mediawiki-mcp-server --url https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.ai-smithery-professionalwiki-mediawiki-mcp-server]
url = "https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp"
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "ai-smithery-professionalwiki-mediawiki-mcp-server": {
      "url": "https://server.smithery.ai/@ProfessionalWiki/mediawiki-mcp-server/mcp"
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=ai-smithery-professionalwiki-mediawiki-mcp-server&config=eyJ1cmwiOiJodHRwczovL3NlcnZlci5zbWl0aGVyeS5haS9AUHJvZmVzc2lvbmFsV2lraS9tZWRpYXdpa2ktbWNwLXNlcnZlci9tY3AifQ
