Quantabble — AP Science Misconception Diagnostics for Claude Desktop
io.github.quantabble/ap-science-diagnostics
Misconception detection for AP Chemistry & Physics 1. 90% catch rate vs 24% baseline.
client:Claude Desktop
transport:streamable-http
tools:2
Install Quantabble — AP Science Misconception Diagnostics in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ap-science-diagnostics": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://quantabble-api.chemandphysicsmastery.workers.dev"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs