avi892nash/purescript-mcp-tools
Platform-specific configuration:
{
"mcpServers": {
"purescript-mcp-tools": {
"command": "npx",
"args": [
"-y",
"purescript-mcp-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/purescript-mcp-tools) [](https://opensource.org/licenses/MIT)
A Model Context Protocol (MCP) server that provides PureScript development tools for AI assistants like Claude.
<a href="https://glama.ai/mcp/servers/@avi892nash/purescript-mcp-tools"> </a>
npm install -g purescript-mcp-tools# Clone this repository
git clone https://github.com/avi892nash/purescript-mcp-tools.git
cd purescript-mcp-tools
# Install dependencies
npm install
# Test that it works
npm test~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonIf installed via npm:
{
"mcpServers": {
"purescript-tools": {
"command": "npx",
"args": ["purescript-mcp-tools"]
}
}
}If installed from source:
{
"mcpServers": {
"purescript-tools": {
"command": "node",
"args": ["/FULL/PATH/TO/purescript-mcp-tools/index.js"]
}
}
}Configure as a stdio MCP server:
Loading reviews...