Regex/Email/URL Validator for Claude Desktop
com.apished/regex-email-url-validator
Regex matching, email/URL format validation, and JSON Schema validation.
client:Claude Desktop
transport:streamable-http
tools:4
Install Regex/Email/URL Validator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"regex-email-url-validator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apished.com/mcp/v1/validate"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs