upmath-mcp
25Plugin Claude Code
LaTeX / TikZ / markdown-math rendering to SVG, PNG, and HTML via i.upmath.me (no local TeX install) + upmath skill.
Plugin Claude Code
LaTeX / TikZ / markdown-math rendering to SVG, PNG, and HTML via i.upmath.me (no local TeX install) + upmath skill.
MCP server Claude CodeCodexCursor
MCP server "upmath-mcp" as configured in danielsimonjr/upmath-mcp. Runs ${CLAUDE_PLUGIN_ROOT}/bundle/index.mjs with node. Needs 1 environment variable to run.
Skill Claude CodeCodex
Render LaTeX, TikZ, and markdown-with-math to SVG/PNG/HTML via the upmath-mcp server (i.upmath.me API, no local TeX install). Use when the user wants to render an equation or diagram to an image, validate/scan LaTeX in a document, get an embeddable UpMath image URL, build an equation sheet or notation table, or…
Plugin Claude Code
Dropbox file/account tools (dropbox-mcp server).
MCP server Claude CodeCodexCursor
MCP server "dropbox-mcp" as configured in danielsimonjr/dropbox-mcp. Runs ${CLAUDE_PLUGIN_ROOT}/bundle/index.mjs with node. Needs 1 environment variable to run.
Skill Claude CodeCodex
Tooling for bidirectional Dropbox cloud↔local sync, loose-file sorting into topic subdirs, cloud-PDF deduplication, and .dropboxignore installation. Use when the user says 'sync my dropbox folder', 'fix drift between local and cloud', 'my dropbox isn't syncing', 'sort the files in /Misc', 'remove dropbox duplicates'…
danielsimonjr/beyondcompare-mcp
MCP server Claude CodeCodexCursor +2
MCP server "beyondcompare-mcp" as configured in danielsimonjr/beyondcompare-mcp. Runs locally from the @danielsimonjr/beyondcompare-mcp npm package.
Plugin Claude Code
Math evaluation/CAS/stats/units tools (math-mcp server) + /math command.
MCP server Claude CodeCodexCursor +2
MCP server "math-mcp" as configured in danielsimonjr/math-mcp. Runs ${CLAUDE_PLUGIN_ROOT}/bundle/index.mjs with node. Needs 1 environment variable to run.
Instructions file
Claude Code instructions for danielsimonjr/math-mcp, covering claude.md, v4 — mathts engine (read first), build commands, install dependencies and build typescript to javascript (the only build step; tsc).
Skill Claude CodeCodex
Playbook for computing with the math-mcp server's 7 tools — evaluate, derivative, solve, simplify, matrixoperations, statistics, unitconversion (MathTS-powered, mathjs-compatible CAS/stats/units). Core rule: OFFLOAD non-trivial computation to these tools instead of doing mental math, which is error-prone. Use when the…