About
Overview
The Regex MCP Server provides tools for working with regular expressions. AI agents can test patterns against text, get match results, and generate explanations of regex syntax.
Capabilities
Tools & Capabilities
⚡test
Test a regex pattern against text
⚡match_all
Find all matches in text
⚡explain
Explain a regex pattern
Setup
Installation
bash
Install
npx -y mcp-server-regexExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"regex": {
"command": "npx",
"args": ["-y", "mcp-server-regex"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 20
Last UpdatedFeb 12, 2026