two-easy-engine-mcp-server

niiicolai/two-easy-engine-mcp-server

3.1

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: Car Speeds

Line Graph of Closing Prices

Track the changes in closing prices over time: Closing Prices

Line Graph of Monthly Data

Display data trends across months: Monthly Data

Development

Install dependencies

npm install

Build

npm run build

Add to Claude Desktop

  1. 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
  1. Build the project
npm run build
  1. Locate the claude_desktop_config.json file in your local Claude Desktop installation and add the following configuration under mcpServers:
{
  "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.