Loveable.dev MCP 服务器
这是一个用于与Loveable.dev交互的模型上下文协议 (MCP) 服务器,Loveable.dev 是一个帮助用户快速创建应用程序的平台。
特征
该 MCP 服务器提供以下工具:
create_project
:在 Loveable.dev 上创建一个新项目check_project_status
:检查 Loveable.dev 上的项目状态get_project_details
:获取 Loveable.dev 上某个项目的详细信息
安装
该服务器已安装在您的 MCP 设置文件中。要使用它,您需要:
- 从 Loveable.dev 获取 API 密钥
- 将 API 密钥添加到 MCP 设置文件
获取 API 密钥
要从 Loveable.dev 获取 API 密钥:
- 注册或登录Loveable.dev
- 导航至您的帐户设置
- 生成新的 API 密钥
将 API 密钥添加到 MCP 设置
API 密钥应添加到 MCP 设置文件中: /Users/user/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
更新github.com/loveable-dev/loveable-mcp
部分中的LOVEABLE_API_KEY
环境变量:
用法
服务器配置完成后,您就可以使用这些工具与 Claude 进行对话。以下是一些示例:
创建项目
检查项目状态
获取项目详细信息
发展
如果要修改服务器:
- 修改
src
目录中的源代码 - 使用
npm run build
构建服务器 - 重启 Claude 以重新加载 MCP 服务器
执照
国际学习中心
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器,使用户能够在快速创建应用程序的平台 Loveable.dev 上创建、检查状态并获取项目详细信息。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables searching and retrieving information from DevRev using its APIs with Claude.Last updated -22Python
- -securityFlicense-qualityA Model Context Protocol server that enables interaction with Shortcut (formerly Clubhouse) project management tool, allowing users to view and search projects, stories, epics, and objectives, as well as create new items through natural language.Last updated -3Python
- -securityFlicense-qualityA Model Context Protocol server that provides integration with the Coolify API, enabling DevOps teams to manage Coolify deployments, applications, services, and servers through MCP tools.Last updated -368JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables interaction with Foundry tools through natural language, allowing users to create projects, build contracts, run tests, and manage Ethereum development environments.Last updated -1PythonMIT License