Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Playtomic in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
通过 AnythingMCP 中的 MCP 连接器将 Playtomic 连接到 Cursor。搜索 padel 球场,比较价格,并在编辑器内构建 padel 相关的编码流程。
试试这样问
Playtomic 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 生成一个 MCP API 密钥,将 MCP 服务器 URL 粘贴到 Cursor 的 MCP 设置中,完成。
使用 Cursor 在 Playtomic 上搜索可用的 padel 球场
Cursor 是一款以 AI 为首的代码编辑器,支持原生的模型上下文协议。将 AnythingMCP 的 Playtomic 连接器接入,Cursor 的聊天功能可以搜索 padel 球场,显示你水平的开放比赛,甚至生成消费 Playtomic 数据的代码——所有这些都无需离开编辑器:
- “今晚 7 点后 20 公里内显示免费的 padel 球场,60-90 分钟。”
- “将我今年的 padel 比赛历史导出为 JSON,我可以粘贴到一个 fixture 中。”
- “为
playtomic_get_availability响应生成一个 TypeScript 类型——使用我实际收到的 JSON。”
两种连接器,选择你的级别
| Playtomic 公共版 | Playtomic(完整版) | |
|---|---|---|
| 设置 | 零 | 邮箱 + 密码 |
| 工具 | 4(只读) | 13(只读) |
| 定价 | 通用 | 会员折扣 |
| 最适合 | 演示、共享机器人、公共搜索 | 个人日常使用 |
先决条件
- Cursor IDE(Cursor 0.42+,支持 MCP)。
- 一个 Playtomic 账户(仅限完整连接器)。
- AnythingMCP 本地或在 cloud.anythingmcp.com 上。
第一步 — 在 AnythingMCP 上安装 Playtomic 适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store → 搜索 Playtomic → 安装 Playtomic(公共版)(无凭据)或 Playtomic(粘贴 PLAYTOMIC_EMAIL + PLAYTOMIC_PASSWORD)。
在 Profile → MCP API Keys → New Key 下生成一个 MCP API 密钥并复制它。
第二步 — 在 Cursor 中添加 MCP 服务器
Cursor 从 ~/.cursor/mcp.json(用户级别)或工作区根目录中的 .cursor/mcp.json 读取 MCP 服务器配置。创建或更新它:
{
"mcpServers": {
"playtomic": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
打开 Cursor → Settings → Features → Model Context Protocol → 确认 playtomic 列出且连接为绿色。如果没有看到,请重新加载窗口。
可用工具
Playtomic 公共版(4 个工具)
| 工具 | 功能 |
|---|---|
playtomic_search_tenants | Padel 俱乐部的地理搜索 |
playtomic_get_tenant | 单个俱乐部详情 |
playtomic_get_availability | 一天的空闲时段 + 价格 |
playtomic_get_sport_configuration | 体育枚举(时长、球场类型) |
Playtomic 完整版(13 个工具)
发现 + 你的账户 + 开放比赛 + 推荐 + 锦标赛 + 联赛。完整表格见 Claude 指南。
与 padel 工作流的代码
Cursor 使 Playtomic 对于构建与 padel 相关的开发者变得真正有用:
- “我正在编写一个球场查找应用。对 5 个欧洲城市调用
playtomic_search_tenants并为我写一个 Postgres 种子。” - “将我过去 12 个月的
playtomic_get_my_stats绘制到 chartjs 配置中。” - “将
playtomic_get_availability包装在一个返回排序时段的 Next.js 服务器操作中。”
常见问题
这需要 Cursor Pro 吗? 不——Cursor 的 MCP 集成也在免费层中。Pro 只是提高了 LLM 使用限制。
我应该将 MCP API 密钥存储在哪里——mcp.json 还是 .env?
两者都可以。对于共享工作区,建议在 mcp.json 中使用 ${env:ANYTHINGMCP_KEY} 插值,并将密钥保存在 .env(git 忽略)。
我可以在本地运行 AnythingMCP 并跳过 cloud.anythingmcp.com 吗?
可以——将 Cursor 指向 http://localhost:4000/mcp 并使用本地 API 密钥。
为什么 playtomic_get_my_profile 失败?
你可能安装了没有身份验证的 公共 版本。如果你想要个人数据工具,请安装 Playtomic(完整版)。
下一步
- 将 Playtomic 连接到 Claude
- 将 Playtomic 连接到 ChatGPT
- 将 Playtomic 连接到 Gemini
- 将 Playtomic 连接到 Copilot
- 使用 AI 查找 padel 球场——跨客户端指南
这份指南对你有帮助吗?