Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From mathlib-quality
Local Node.js MCP server providing ChatGPT-based math solving and computation tools. Runs as a subprocess on the user's machine.
npx claudepluginhub cbirkbeck/mathlib-quality --plugin mathlib-qualityCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chatgpt-math": {
"command": "node",
"args": [
"/home/chris/.claude/mcp-servers/chatgpt-math/server.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.