Math & statistics graphing, computation, visualization, and validation engine
claude mcp add mathgraphs-mcp -- npx -y mathgraphs-mcp
claude_desktop_config.json
{
"mcpServers": {
"mathgraphs-mcp": {
"command": "npx",
"args": [
"-y",
"mathgraphs-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mathgraphs-mcp": {
"command": "npx",
"args": [
"-y",
"mathgraphs-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mathgraphs-mcp": {
"command": "npx",
"args": [
"-y",
"mathgraphs-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mathgraphs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mathgraphs-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mathgraphs-mcp": {
"command": "npx",
"args": [
"-y",
"mathgraphs-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.architectds--mathgraphs-mcp/reviews or the review_server meta-tool.
POST /mcp