Armory
Source
Browse
MCPs

oxc-ast

Provides direct access to the OXC JavaScript/TypeScript parser for parsing code into ASTs, validating syntax and semantics, and exploring AST node documentation with regex filtering.

Score
62.0262 signals
Evidence
10 stars · 1 fork
Last commit
as last read from GitHub; most reads are from 2 Sep 2026 or later
Listed

Install

No one-command install. Set it up from its source.

ConfigurationManual
{
  "mcpServers": {
    "oxc-ast": {
      "command": "node",
      "args": [
        "documentation",
        "with",
        "regex",
        "filtering"
      ]
    }
  }
}

Alternatives · MCPs

  1. zilliz-claude-context12,463 stars · 917 forks99.277
  2. jgravelle-jcodemunch2,643 stars · 361 forks98.632
  3. code-to-tree87 stars · 13 forks89.816

What it is

MCP server OXC AST Parser, catalogued on PulseMCP. Provides direct access to the OXC JavaScript/TypeScript parser for parsing code into ASTs, validating syntax and semantics, and exploring AST node documentation with regex filtering.

When to use it

Provides direct access to the OXC JavaScript/TypeScript parser for parsing code into ASTs, validating syntax and semantics, and exploring AST node documentation with regex filtering.

Notes

Listed from the PulseMCP registry. The registry does not state a license. Check it before production use.