No install? Use cloud.anythingmcp.com directly.
Sign in, install the PlanRadar in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
TL;DR
使用 MCP 将 PlanRadar 连接到 ChatGPT。通过自然语言管理缺陷、检查和建筑项目。无需编码。
将 PlanRadar 连接到 ChatGPT
PlanRadar 是一个领先的建筑和房地产管理平台,广泛应用于欧洲。通过 AnythingMCP,您可以通过 MCP 将 PlanRadar 数据暴露给 ChatGPT — 管理缺陷、跟踪项目进展,并以自然语言处理文档。
快速设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 打开
http://localhost:3000/connectors/store并导入 PlanRadar 适配器 - 输入您的 PlanRadar API 密钥和客户 ID
- 分配给 MCP 服务器
连接到 ChatGPT
{
"mcpServers": {
"planradar": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
用例
- "显示 Neubau 项目中所有未解决的缺陷" — 立即概览未解决的问题
- "为三楼浴室的水损坏创建一个工单" — 快速记录缺陷
- "所有项目中哪些任务逾期了?" — 跨项目截止日期跟踪
- "列出本周上传的所有文档" — 文档管理
这份指南对您有帮助吗?