# 安装 three.ws pump.fun MCP

- 类型: MCP 工具
- 说明: 帮助用户发现 pump.fun 与 Solana 代币并进行链上只读分析
- 仓库: https://github.com/nirholas/three.ws
- ⚠ 安全: 该 MCP 工具材料显示其为开源、官方 Registry 来源、无需密钥，声明功能也较窄（只读的 pump.fun / Solana 发现与分析）。已知风险主要来自 MCP 工具的常规属性：会本机执行并连接 three.ws，整体更接近低到中等留意，而非高风险。

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

### Claude Code
```
请帮我安装 askskill 上的 "three.ws pump.fun MCP" MCP 服务：
执行：claude mcp add --transport http io-github-nirholas-threews-pumpfun https://three.ws/api/pump-fun-mcp
```

### Codex
```
请帮我安装 askskill 上的 "three.ws pump.fun MCP" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.io-github-nirholas-threews-pumpfun]
url = "https://three.ws/api/pump-fun-mcp"
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "three.ws pump.fun MCP" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"io-github-nirholas-threews-pumpfun": { "url": "https://three.ws/api/pump-fun-mcp" }
然后在 Cursor 设置 > MCP 中启用
```

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

### Claude Code
```bash
claude mcp add --transport http io-github-nirholas-threews-pumpfun https://three.ws/api/pump-fun-mcp
```

### Codex
```bash
codex mcp add io-github-nirholas-threews-pumpfun --url https://three.ws/api/pump-fun-mcp
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.io-github-nirholas-threews-pumpfun]
url = "https://three.ws/api/pump-fun-mcp"
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "io-github-nirholas-threews-pumpfun": {
      "url": "https://three.ws/api/pump-fun-mcp"
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=io-github-nirholas-threews-pumpfun&config=eyJ1cmwiOiJodHRwczovL3RocmVlLndzL2FwaS9wdW1wLWZ1bi1tY3AifQ
