A Model Context Protocol server for generating mathematical visualizations using JSXGraph. This is a TypeScript-based MCP server that provides interactive mathematical chart generation capabilities for functions, geometry, parametric curves, and more.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-jsxgraph": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Latest Stable Version: 0.1.2 | NPM Package: mcp-server-jsxgraph
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Jsxgraph and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Latest Stable Version: 0.1.2 | NPM Package: mcp-server-jsxgraph
A Model Context Protocol server for generating mathematical visualizations using JSXGraph. This MCP server provides interactive mathematical chart generation capabilities for functions, geometry, parametric curves, and educational mathematics.
This is a TypeScript-based MCP server that provides mathematical visualization capabilities. It allows you to create various types of mathematical charts and diagrams through MCP tools, perfect for educational mathematics, engineering, and scientific applications.
| Scenario | Command | Listen Port | Access Endpoint | Use Case |
|---|---|---|---|---|
| STDIO (Default) | npx -y mcp-server-jsxgraph | N/A | N/A | Desktop/IDE clients (Claude, Cursor, Cline) |
| SSE (Local) | mcp-server-jsxgraph --transport sse | 1122 | http://localhost:1122/sse | Web streaming applications |
| Streamable (Local) | mcp-server-jsxgraph --transport streamable | 1122 | http://localhost:1122/mcp | HTTP streaming clients |
| Docker SSE | docker compose up -d (sse service) | 1123 | http://localhost:1123/sse | Containerized SSE deployment |
| Docker Streamable | docker compose up -d (streamable service) | 1122 | http://localhost:1122/mcp | Containerized Streamable deployment |
Desktop Clients (Claude Desktop, Cursor, Cline):
{
"mcpServers": {
"mcp-server-jsxgraph": {
"command": "npx",
"args": ["-y", "mcp-server-jsxgraph"]
}
}
}
SSE Self-Test (Browser Verification):
npx -y mcp-server-jsxgraph --transport sse --port 1122
# Open: http://localhost:1122/sse
13 mathematical visualization tools powered by JSXGraph for interactive mathematical graphics.
generate_function_graph: Generate mathematical function graphs with support for derivatives, integrals, tangent lines, and multiple functions.generate_parametric_curve: Generate parametric curves like circles, Lissajous curves, spirals, and cycloids with optional animated traces.generate_geometry_diagram: Create interactive geometry diagrams with points, lines, circles, polygons, angles, and geometric constructions.generate_vector_field: Visualize 2D vector fields with arrows, streamlines, singular points, and magnitude color coding.generate_linear_system: Visualize systems of linear equations and inequalities with feasible regions and linear programming optimization.generate_function_transformation: Show function transformations including translations, scaling, reflections, and compositions with animation.generate_quadratic_analysis: Comprehensive quadratic function analysis with vertex, roots, axis of symmetry, focus, and directrix.generate_exponential_logarithm: Plot exponential and logarithmic functions with asymptotes, growth/decay analysis, and inverse relationships.generate_rational_function: Visualize rational and irrational functions with asymptotes, holes, domain restrictions, and critical points.generate_equation_system: Solve and visualize linear and nonlinear equation systems with numerical solutions and phase portraits.generate_conic_section: Generate conic sections (circles, ellipses, parabolas, hyperbolas) and high-degree polynomials with geometric proper