Create and modify wireframes in the Frame0 app through natural language prompts.
Frame0 is a Balsamiq-alternative wireframe tool for modern apps. Frame0 MCP Server allows you for creating and modifying wireframes in Frame0 by prompting.
Prerequisite:
Setup for Claude Desktop in claude_desktop_config.json
as below:
{
"mcpServers": {
"frame0-mcp-server": {
"command": "npx",
"args": ["-y", "frame0-mcp-server"]
}
}
}
You can use --api-port=<port>
optional parameter to use another port number for Frame0's API server.
create_frame
create_rectangle
create_ellipse
create_text
create_line
create_polygon
create_connector
create_icon
create_image
update_shape
duplicate_shape
delete_shape
search_icons
move_shape
align_shapes
group
ungroup
set_link
export_shape_as_image
add_page
update_page
duplicate_page
delete_page
get_current_page_id
set_current_page_by_id
get_page
get_all_pages
export_page_as_image
npm run build
.claude_desktop_config.json
in Claude Desktop as below.{
"mcpServers": {
"frame0-mcp-server": {
"command": "node",
"args": ["<full-path-to>/frame0-mcp-server/build/index.js"]
}
}
}
Generate images using Bytedance's SeedDream 3.0 model via the Replicate platform.
A server for solving combinatorial, convex, integer, and non-linear optimization problems.
Run code in secure sandboxes hosted by E2B
A comprehensive proxy that combines multiple MCP servers into a single MCP. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
Control Android devices using the Android Debug Bridge (ADB).
A Python server providing Retrieval-Augmented Generation (RAG) functionality. It indexes various document formats and requires a PostgreSQL database with pgvector.
Provides multi-cluster Kubernetes management and operations using MCP, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
A Node.js MCP server example for the OpenWeather API, requiring an API key.
An MCP server that enables Large Language Models to make HTTP requests and interact with web APIs. It supports automatic tool generation from OpenAPI/Swagger specifications.