geogebra-mcp-server

amangupta20/geogebra-mcp-server
★ 0 stars Python Browser/Web Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "geogebra-mcp-server": {
      "command": "uvx",
      "args": [
        "geogebra-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install geogebra-mcp-server

README Excerpt

A Model Context Protocol (MCP) server that enables LLMs and agents to programmatically create, modify, and export GeoGebra geometric diagrams. The server runs a headless Chromium browser using Playwright to render the GeoGebra Classic web applet, executes instructions using the GeoGebra JavaScript API, and exports diagrams as PNG images directly in chat.

Tools (12)

GeoGebracreate_diagrameval_commandexport_diagramget_diagram_statelist_objectsload_diagramreset_diagramset_viewssestdiouvx