AgentStack
MCP unreviewed MIT Self-run

Dash Mcp Server

mcp-kapeli-dash-mcp-server · by Kapeli

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add mcp-kapeli-dash-mcp-server

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Are you the author of Dash Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.

About

mcp-server-dash

A Model Context Protocol (MCP) server that provides tools to interact with the Dash documentation browser API.

Dash 8 is required. You can download Dash 8 at https://blog.kapeli.com/dash-8.

mcp-name: io.github.Kapeli/dash-mcp-server

Overview

The Dash MCP server provides tools for accessing and searching documentation directly from Dash, the macOS documentation browser. MCP clients can:

  • List installed docsets
  • Search across docsets and code snippets
  • Load documentation pages from search results
  • Enable full-text search for specific docsets

Notice

This is a work in progress. Any suggestions are welcome!

Tools

  1. listinstalleddocsets
  • Lists all installed documentation sets in Dash
  1. search_documentation
  • Searches across docsets and snippets
  1. loaddocumentationpage
  • Loads a documentation page from a load_url returned by search_documentation
  1. enabledocsetfts
  • Enables full-text search for a specific docset

Requirements

  • macOS (required for Dash app)
  • Dash installed
  • Python 3.11.4 or higher
  • uv

Configuration

Using uvx

brew install uv
in claude_desktop_config.json
{
  "mcpServers": {
      "dash-api": {
          "command": "uvx",
          "args": [
              "--from",
              "git+https://github.com/Kapeli/dash-mcp-server.git",
              "dash-mcp-server"
          ]
      }
  }
}
in Claude Code
claude mcp add dash-api -- uvx --from "git+https://github.com/Kapeli/dash-mcp-server.git" "dash-mcp-server"

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v1.1.1 Imported from the upstream source.