Processing MCP Server
@twelve2five
关于 Processing MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"processing-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"fastmcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Processing MCP Server?
Processing MCP Server is an MCP (Model Context Protocol) server that enables AI assistants to create and run Processing sketches directly through natural language commands. It is designed for developers, artists, and hobbyists who want to generate visual art, animations, and games using AI conversation.
How to use Processing MCP Server?
Clone the repository, install the fastmcp dependency via uv or pip, then configure the Claude Desktop app by adding the server’s command and environment variables (PROCESSING_PATH and PROCESSING_SAVE_LOCATION) to the claude_desktop_config.json file. Restart Claude and ask the AI to create a sketch using the run_processing_java_cli tool.
Key features of Processing MCP Server
- Create and run Processing sketches from AI conversations
- Automatically saves sketches with timestamps
- Configurable Processing executable path and save location
- Simple tool interface for AI assistants
- Includes 6 ready-to-run demo sketches
Use cases of Processing MCP Server
- Generate simple animations such as a bouncing ball or clock
- Build interactive particle effects that follow the mouse
- Create playable mini-games like Snake or Pong
- Produce generative art with 3D shapes or wave patterns
FAQ from Processing MCP Server
What tools does Processing MCP Server provide?
It provides run_processing_java_cli to create and run a sketch, and get_processing_config to return the current server configuration.
What are the dependencies and runtime requirements?
Python 3.8+, the fastmcp package, Processing installed on the system, and the Claude Desktop app. The server can be run via uv or pip.
How do I configure the Processing path and save location?
Set the PROCESSING_PATH and PROCESSING_SAVE_LOCATION environment variables, or add them under env in the Claude Desktop configuration file. Defaults are processing (system PATH) and ~/Documents/Processing/sketches.
What if I get a "Processing executable not found" error?
Ensure Processing is installed, verify the path in your configuration is correct, use double backslashes (\\) on Windows, and on macOS point to the executable inside the .app bundle.
Where are sketches saved, and are they timestamped?
Sketches are saved to the directory specified by PROCESSING_SAVE_LOCATION (default ~/Documents/Processing/sketches) with timestamps automatically added to filenames.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
评论