Labsco
avi892nash logo

PureScript MCP Server

โ˜… 4

from avi892nash

An MCP server offering PureScript development tools for AI assistants. Requires Node.js and the PureScript compiler for full functionality.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” an MCP server providing PureScript development tools to AI assistants, without a heavy IDE setup.

What you get โ€”

  • Static analysis (no IDE needed) โ€” getModuleName, getImports, getAllFunctionNames, getExports, getFunctionSignature, getDependencyGraph
  • PureScript IDE integration โ€” start_purs_ide_server to manage a purs IDE server for type info and usages
  • Type lookups and code usage finding
  • Visual module dependency graphs

Requirements โ€” nothing in env vars, but full functionality needs Node.js and the PureScript compiler installed locally. No API keys.

Cost snapshot โ€” free and MIT-licensed; published on npm, no paid service.

Setup effort โ€” npm install -g purescript-mcp-tools, then add npx purescript-mcp-tools to your Claude Desktop config; verify with get_server_status.

Our take โ€” a handy assistant for PureScript codebases, with useful static analysis that works even without the IDE server; just note the richer type/usage features require a working local PureScript compiler, so partial installs get only the static-analysis subset.

Source: the project README โ€” summarized 2026-07-08.