Loveable.dev MCP サーバー
これは、ユーザーがアプリケーションを迅速に作成できるようにするプラットフォームであるLoveable.devと対話するための Model Context Protocol (MCP) サーバーです。
特徴
この MCP サーバーは次のツールを提供します。
create_project
: Loveable.dev で新しいプロジェクトを作成するcheck_project_status
: Loveable.dev のプロジェクトのステータスを確認するget_project_details
: Loveable.dev のプロジェクトに関する詳細情報を取得します
インストール
サーバーはMCP設定ファイルに既にインストールされています。使用するには、以下の手順が必要です。
- Loveable.devからAPIキーを取得する
- MCP設定ファイルにAPIキーを追加する
APIキーの取得
Loveable.dev から API キーを取得するには:
- Loveable.devにサインアップまたはログインしてください
- アカウント設定に移動します
- 新しいAPIキーを生成する
MCP設定にAPIキーを追加する
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
環境変数を更新します。
使用法
サーバーの設定が完了したら、クロードとの会話でツールを使用できるようになります。以下に例をいくつか示します。
プロジェクトの作成
プロジェクトのステータスを確認する
プロジェクトの詳細を取得する
発達
サーバーを変更する場合:
src
ディレクトリのソースコードを変更するnpm run build
でサーバーをビルドします。- Claudeを再起動してMCPサーバーをリロードします
ライセンス
ISC
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