Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Hoogle Server

FreeNot checked

Enables searching Hoogle, the Haskell documentation search engine, for packages, functions, and types.

GitHubEmbed

About

Enables searching Hoogle, the Haskell documentation search engine, for packages, functions, and types.

README

A Model Context Protocol (MCP) server for searching Hoogle API, the Haskell documentation search engine.

Installation

Using uv:

# Install dependencies
uv sync

# Or install globally
uv pip install -e .

Usage

Running the MCP Server

uv run hoogle-mcp

Configuration for Claude Desktop

Add to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hoogle": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/hoogle-mcp",
        "hoogle-mcp"
      ]
    }
  }
}

Available Tools

search_hoogle

Search Hoogle for Haskell packages, functions, and types.

Parameters:

  • query (required): Search query (e.g., "scotty", "map", "Maybe")
  • scope (optional): Search scope (default: "set:stackage")

Example:

Search for "scotty" in Hoogle

Development

# Run with uv
uv run hoogle-mcp

# Run tests (if added)
uv run pytest

# Format code
uv run black hoogle_mcp.py

License

MIT

from github.com/hnbc6667777/gooh

Install Hoogle Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install hoogle-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add hoogle-mcp-server -- uvx --from git+https://github.com/hnbc6667777/gooh hoogle-mcp

FAQ

Is Hoogle Server MCP free?

Yes, Hoogle Server MCP is free — one-click install via Unyly at no cost.

Does Hoogle Server need an API key?

No, Hoogle Server runs without API keys or environment variables.

Is Hoogle Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Hoogle Server in Claude Desktop, Claude Code or Cursor?

Open Hoogle Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Hoogle Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs