niiicolai/two-easy-engine-mcp-server
If you are the rightful owner of two-easy-engine-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The TwoEasyEngine MCP Server is a Model Context Protocol server that utilizes the TwoEasyEngine 2D library to provide canvas drawing capabilities for LLM agents.
TwoEasyEngine MCP server
The TwoEasyEngine MCP Server is a Model Context Protocol (MCP) server that demonstrates how to use the TwoEasyEngine 2D library to provide canvas drawing capabilities as a tool for LLM agents. These capabilities can be integrated into applications like Claude Desktop to enable visual output and interactive graphics.
Examples
Line Graph of Car Speeds
Visualize different cars with varying speeds:

Line Graph of Closing Prices
Track the changes in closing prices over time:

Line Graph of Monthly Data
Display data trends across months:

Development
Install dependencies
npm install
Build
npm run build
Add to Claude Desktop
- Clone and install the project
git clone https://github.com/niiicolai/two-easy-engine-mcp-server.git
cd two-easy-engine-mcp-server/
npm i
- Build the project
npm run build
- Locate the
claude_desktop_config.jsonfile in your local Claude Desktop installation and add the following configuration undermcpServers:
{
"mcpServers": {
"two-easy-engine": {
"command": "node",
"args": ["ABSOLUTE\\PATH\\TO\\two-easy-engine-mcp\\build\\index.js"]
}
}
}
Check out modelcontextprotocol.io/docs/develop/build-server#testing-your-server-with-claude-for-desktop for more information about adding MCP servers to Claude Desktop.
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
License MIT License
See for more information.