frame0-mcp-server

The frame0-mcp-server is a lightweight server solution built with JavaScript, providing developers with a framework to quickly build applications. It features a simple API design and an extensible structure, making it suitable for various projects. Notably, it excels in real-time communication and data processing.

GitHub Stars

42

User Rating

Not Rated

Favorites

0

Views

372

Forks

6

Issues

4

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Prerequisite:
[Frame0](https://frame0.app/) v1.0.0-beta.17 or higher.
[Node.js](https://nodejs.org/) v22 or higher.
Setup for Claude Desktop in claude_desktop_config.json as below:
json
{
  "mcpServers": {
    "frame0-mcp-server": {
      "command": "npx",
      "args": ["-y", "frame0-mcp-server"]
    }
  }
}
You can use --api-port= optional parameter to use another port number for Frame0's API server.

Additional Resources