MCP Catalogs
HomeGUI-MCP screenshot

GUI-MCP

by PhialsBasement·24·Score 42

Visual node editor for creating FastMCP servers without coding, featuring Blueprint-style interface.

developer-toolsai-llmproductivity
2
Forks
0
Open issues
5 mo ago
Last commit
2d ago
Indexed

Overview

GUI-MCP is a visual development tool that allows users to create FastMCP servers through a node-based interface similar to Unreal Engine's Blueprints. It provides a Turing-complete visual programming environment with support for creating tools, resources, and prompts through connecting nodes without writing code. The tool features live code preview, simulation of tool calls, and the ability to export generated Python code for running MCP servers.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Rapid prototyping of MCP servers without programming knowledge
you:Visualizing MCP server logic and data flow
you:Collaborative MCP server design through shareable node graphs
you:Teaching MCP server concepts through visual representation
you:Do I need programming knowledge to use GUI-MCP?
you:What MCP features does GUI-MCP support?

When to choose this

Choose GUI-MCP when you need to create MCP servers without programming knowledge or prefer visual programming over writing code.

When NOT to choose this

Avoid GUI-MCP if you need fine-grained control over your MCP server implementation or prefer working directly with code rather than a visual interface.

Tools this server exposes

1 tool extracted from the README
  • get_cat_fact() -> str

    Fetches a random cat fact

Note: Tool names and functionality are inferred from the example section and node categories rather than being explicitly listed as MCP tools.

Comparable tools

fastmcpmcp-server-templatenode-red

Installation

# Clone the repository
git clone https://github.com/PhialsBasement/GUI-MCP.git
cd GUI-MCP

# Install dependencies
pip install -r requirements.txt

# Run
python main.py

Claude Desktop Configuration:

{
  "mcpServers": {
    "gui-mcp": {
      "command": "python",
      "args": ["/path/to/GUI-MCP/main.py"]
    }
  }
}

FAQ

Do I need programming knowledge to use GUI-MCP?
No, GUI-MCP is designed for visual programming. Users can create MCP servers without writing code by connecting nodes.
What MCP features does GUI-MCP support?
GUI-MCP supports creating Tools, Resources, and Prompts visually. It includes all necessary logic through variables, loops, conditionals, and various data operations.

On Hacker News

Recent discussion from the developer community.

Compare GUI-MCP with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.