v2ex-mcp-server

iteng007/v2ex-mcp-server
★ 1 stars JavaScript 🔌 API Integration Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "v2ex-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "iteng007/v2ex-mcp-server"
      ]
    }
  }
}

README Excerpt

通过 MCP (Model Context Protocol) 协议访问 V2EX API 的服务器。 - ✅ 获取最新主题列表 - ✅ 获取热门主题列表 - ✅ 获取主题详情 - ✅ 获取主题回复 - ✅ 获取节点信息 - ✅ 获取节点主题列表 - ✅ 搜索提示(V2EX 无官方搜索 API) ```bash cd v2ex-mcp-server npm install ``` 在 `~/.openclaw/workspace/config/mcporter.json` 中添加: ```json { "mcpServers": { "v2ex": { "command": "node /home/father/.openclaw/workspace/v2ex-mcp-server/index.js"

Tools (11)

androidapplecreatejobslinuxnodejsprogrammerpythonqnarustshare