Skip to main content
Glama

Desmos MCP Server

by TheGrSun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DESMOS_API_KEYNoYour Desmos API key for enhanced plotting capabilities

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
basic_graphing_assistantAssist user with plotting basic math functions.
advanced_math_analysisGuide user through deep analysis of complex functions.

Resources

Contextual data attached and managed by the client

NameDescription
handle_resourcesProvides basic server information.

Tools

Functions exposed to the LLM to take actions

NameDescription
hello

A simple tool that returns a greeting.

validate_formula

Validates the syntax of a mathematical formula, offering intelligent help on failure.

plot_math_function

Generates a 2D plot. Tries Desmos API if available, otherwise falls back to local rendering.

analyze_formula

Analyzes mathematical properties of a formula (domain, range, critical points).

plot_multiple_functions

Plots multiple functions on the same graph.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheGrSun/Desmos-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server