Skip to main content
Glama

Loveable.dev MCP Server

Loveable.dev MCP 服务器

这是一个用于与Loveable.dev交互的模型上下文协议 (MCP) 服务器,Loveable.dev 是一个帮助用户快速创建应用程序的平台。

特征

该 MCP 服务器提供以下工具:

  • create_project :在 Loveable.dev 上创建一个新项目
  • check_project_status :检查 Loveable.dev 上的项目状态
  • get_project_details :获取 Loveable.dev 上某个项目的详细信息

安装

该服务器已安装在您的 MCP 设置文件中。要使用它,您需要:

  1. 从 Loveable.dev 获取 API 密钥
  2. 将 API 密钥添加到 MCP 设置文件

获取 API 密钥

要从 Loveable.dev 获取 API 密钥:

  1. 注册或登录Loveable.dev
  2. 导航至您的帐户设置
  3. 生成新的 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环境变量:

"github.com/loveable-dev/loveable-mcp": { "command": "node", "args": [ "/Users/user/CLINE/loveable.dev mcp server/build/index.js" ], "env": { "LOVEABLE_API_KEY": "your-api-key-here" }, "disabled": false, "autoApprove": [] }

用法

服务器配置完成后,您就可以使用这些工具与 Claude 进行对话。以下是一些示例:

创建项目

use_mcp_tool( server_name="github.com/loveable-dev/loveable-mcp", tool_name="create_project", arguments={ "prompt": "Create a portfolio website with a dark theme", "projectType": "website", "additionalContext": "I want it to showcase my photography work" } )

检查项目状态

use_mcp_tool( server_name="github.com/loveable-dev/loveable-mcp", tool_name="check_project_status", arguments={ "projectId": "your-project-id" } )

获取项目详细信息

use_mcp_tool( server_name="github.com/loveable-dev/loveable-mcp", tool_name="get_project_details", arguments={ "projectId": "your-project-id" } )

发展

如果要修改服务器:

  1. 修改src目录中的源代码
  2. 使用npm run build构建服务器
  3. 重启 Claude 以重新加载 MCP 服务器

执照

国际学习中心

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

模型上下文协议服务器,使用户能够在快速创建应用程序的平台 Loveable.dev 上创建、检查状态并获取项目详细信息。

  1. 特征
    1. 安装
      1. 获取 API 密钥
      2. 将 API 密钥添加到 MCP 设置
    2. 用法
      1. 创建项目
      2. 检查项目状态
      3. 获取项目详细信息
    3. 发展
      1. 执照

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables searching and retrieving information from DevRev using its APIs with Claude.
          Last updated -
          2
          2
          Python
          • Apple
        • -
          security
          F
          license
          -
          quality
          A 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 -
          3
          Python
          • Apple
        • -
          security
          F
          license
          -
          quality
          A 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 -
          36
          8
          JavaScript
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A 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 -
          1
          Python
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamseancorcoran/loveable-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server