Purescript MCP Tools MCP Server

A Model Context Protocol (MCP) server providing PureScript development tools for AI assistants

Local serverstdio

What is the Purescript MCP Tools MCP server?

Purescript mcp tools mcp server connects Purescript MCP Tools to AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server providing PureScript development tools for AI assistants.

What Purescript MCP Tools does

A Model Context Protocol (MCP) server that provides PureScript development tools for AI assistants like Claude.

Key capabilities

  • Code Analysis — Parse and analyze PureScript code structure without heavy IDE setup
  • PureScript IDE Integration — Start and manage PureScript IDE servers
  • Type Information — Look up types and find code usages
  • Dependency Graphs — Generate visual representations of module dependencies
  • AI-First — Built specifically for AI assistants using the Model Context Protocol

Installing the purescript mcp tools mcp server

The server is distributed via npm as purescript-mcp-tools, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Requirements

  • Node.js >= 14.0.0 - PureScript compiler (purs) - Required only if using IDE features - Your PureScript project - With compiled output for IDE features

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Purescript MCP Tools sits in that group. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by avi892nash.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the purescript mcp tools mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Purescript MCP Tools MCP server

{
  "mcpServers": {
    "purescript-tools": {
      "command": "npx",
      "args": ["purescript-mcp-tools"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js >= 14.0.0 - PureScript compiler (purs) - Required only if using IDE features - Your PureScript project - With compiled output for IDE features

Frequently asked questions

It connects Purescript MCP Tools to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Purescript MCP Tools directly.