V2EX mcp server
基于 V2EX api 接口的 mcp server 可获取用户自己的消息 及论坛的最新帖子及回复
效果图在 claude desktop app 中
language: js
实现的功能:
V2EX api 2.0 的所有 api action(详情查看 https://www.v2ex.com/help/api)
后续该怎么添加还没想好
欢迎大家提想法
基本用法:
- 在 https://www.v2ex.com/settings/tokens 获取 token
npm install -g mcp-server-v2ex- 在 claude 的 config 的 json 中添加
"v2ex":
{"command": "%APP_DATA%/local\\nvm\\v22.14.0\\node.exe",
"args": ["%APP_DATA%\\Local\\nvm\\v22.14.0\\node_modules\\mcp-server-v2ex\\dist\\index.js"],
"env": {
"V2EX_API_KEY": "{替换自己的 token}",
"NODE_TLS_REJECT_UNAUTHORIZED": "0" // 如运用了 surge 之类的 MitM
}
}