GUI-MCP
by PhialsBasement·★ 24·Score 42
Visual node editor for creating FastMCP servers without coding, featuring Blueprint-style interface.
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:
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 READMEget_cat_fact() -> strFetches 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
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.pyClaude 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.
- Story by Phiality · 2025-12-11
Compare GUI-MCP with
Last updated · Auto-generated from public README + GitHub signals.