
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
芊云小助手 - 为全景项目提供智能服务的 Model Context Protocol 服务器
芊云全景是一个专业的全景内容创作和管理平台,致力于为用户提供便捷、高效的全景VR内容制作和分享服务。
芊云全景 MCP (Model Context Protocol) 是一个为全景项目提供智能服务的协议服务器,通过 MCP 协议让 AI 助手能够访问全景平台的数据和功能,帮助用户更高效地管理和使用全景内容。
通过 npm 安装:
npm install -g vr-mcp
或通过 yarn 安装:
yarn global add vr-mcp
在 Cursor 中,打开设置并找到 MCP 服务器配置,添加以下配置:
{
"mcpServers": {
"vr-mcp": {
"command": "vr-mcp",
"env": {
"uid": "您的uid",
"token": "您的token"
}
}
}
}
提示:将
uid和token替换为你的实际用户ID和认证令牌。📌 获取方式:访问 MCP 工作台 获取你的 uid 和 token。
在 Claude Desktop 的配置文件中添加:
{
"mcpServers": {
"vr-mcp": {
"command": "vr-mcp",
"env": {
"uid": "您的uid",
"token": "您的token"
}
}
}
}
配置文件位置:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json📌 获取方式:访问 MCP 工作台 获取你的 uid 和 token。
对于其他支持 MCP 协议的 AI 编辑器,配置方式类似:
vr-mcp 或 npx vr-mcpuid:用户ID(必填)token:认证令牌(必填)📌 获取方式:访问 MCP 工作台 获取你的 uid 和 token。
配置完成后,重启编辑器即可使用。AI 助手将能够访问全景平台的功能,帮助你管理和操作全景内容。
// 通过 MCP 客户端调用
{
"tool": "list_works",
"arguments": {
"limit": 10,
"page": 1,
"keyword": "全景"
}
}
{
"tool": "get_work_score",
"arguments": {
"work_id": "12345"
}
}
{
"tool": "set_work_music",
"arguments": {
"work_id": 12345,
"music_id": 67890
}
}
npm run type-check
# 或
yarn type-check
list_works - 获取作品列表get_work_info - 获取作品详情get_work_scenes - 获取作品场景列表update_work_info - 更新作品信息list_media - 获取素材列表get_media_info - 获取素材详情update_media_info - 更新素材信息upload_media - 上传素材download_media - 获取素材下载链接delete_media - 删除素材list_music - 获取音乐列表search_music - 搜索音乐set_work_music - 设置作品背景音乐get_work_music - 获取作品背景音乐list_scene_voices - 获取场景语音列表add_scene_voice - 添加场景语音update_scene_voice - 更新场景语音delete_scene_voice - 删除场景语音list_scene_hotspots - 获取场景热点列表create_hotspot - 创建热点update_hotspot - 更新热点delete_hotspot - 删除热点get_work_score - 获取作品评分和优化建议get_miniprogram_guide - 获取小程序开发指导get_web_guide - 获取网页接入指导get_integration_guide - 获取项目接入指导get_global_context - 获取全局上下文信息get_version - 获取版本信息| 变量名 | 说明 | 必填 | 默认值 |
|---|---|---|---|
uid | 用户ID | 是 | - |
token | 认证 Token | 是 | - |
注意:API 服务器地址(
https://web.9kvr.cn)是固定的内置值,无需配置。📌 获取 uid 和 token:访问 MCP 工作台 获取你的凭证信息。
欢迎提交 Issue 和 Pull Request!
MIT License
感谢使用芊云全景 MCP 服务!
芊云小助手 - 让 AI 更好地理解和管理全景内容 🎉
FAQs
芊云全景 MCP 服务 - 芊云小助手,为全景项目提供智能服务的 Model Context Protocol 服务器
The npm package vr-mcp receives a total of 31 weekly downloads. As such, vr-mcp popularity was classified as not popular.
We found that vr-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.