Calculator, units, statistics for AI agents
claude mcp add math -- npx -y @rog0x/mcp-math-tools
claude_desktop_config.json
{
"mcpServers": {
"math": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-math-tools"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"math": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-math-tools"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"math": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-math-tools"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"math": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-math-tools"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"math": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-math-tools"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rog0x--math/reviews or the review_server meta-tool.
POST /mcp