Loveable.dev MCP Server
This is a Model Context Protocol (MCP) server for interacting with Loveable.dev, a platform that helps users create applications quickly.
Features
This MCP server provides the following tools:
create_project
: Create a new project on Loveable.devcheck_project_status
: Check the status of a project on Loveable.devget_project_details
: Get detailed information about a project on Loveable.dev
Installation
The server is already installed in your MCP settings file. To use it, you need to:
- Obtain an API key from Loveable.dev
- Add the API key to the MCP settings file
Getting an API Key
To get an API key from Loveable.dev:
- Sign up or log in to Loveable.dev
- Navigate to your account settings
- Generate a new API key
Adding the API Key to MCP Settings
The API key should be added to the MCP settings file at:
/Users/user/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Update the LOVEABLE_API_KEY
environment variable in the github.com/loveable-dev/loveable-mcp
section:
Usage
Once the server is configured, you can use the tools in your conversations with Claude. Here are some examples:
Creating a Project
Checking Project Status
Getting Project Details
Development
If you want to modify the server:
- Make changes to the source code in the
src
directory - Build the server with
npm run build
- Restart Claude to reload the MCP server
License
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.
A Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.
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 -1575JavaScript
- -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 -PythonMIT License