mathematic-inc/claude-tools-mcp
MCP server that exposes Claude Code's file and shell tools (bash, read, write, edit, glob, grep) over HTTP for remote use by any MCP client
Platform-specific configuration:
{
"mcpServers": {
"claude-tools-mcp": {
"command": "npx",
"args": [
"-y",
"claude-tools-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...