effect-mcp

niklaserik/effect-mcp
★ 42 stars TypeScript 🌐 Browser/Web Updated 1mo ago
A mcp server for fetching the Effect-ts documentation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "effect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "niklaserik/effect-mcp"
      ]
    }
  }
}