fractal-mcp-bridge

miguelitoherrera/fractal-mcp-bridge
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server for scaling fractal computations and rendering images.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fractal-mcp-bridge": {
      "command": "uvx",
      "args": [
        "fractal-mcp-bridge"
      ]
    }
  }
}

Or install with pip: pip install fractal-mcp-bridge

README Excerpt

**An MCP server for scaling fractal computations and rendering images.** This repository serves as an AI agent backend, connecting the Model Context Protocol (MCP) to a high-performance Python library for Mandelbrot, Julia, and Exponential sets. The computations in this library are based on the following iterative equations in the complex plane:

Topics

agentic-aiclaudefractalgeminimcppython