一个提供与Dash文档浏览器API交互工具的Model Context Protocol (MCP)服务器。
需要Dash 8。您可以在https://blog.kapeli.com/dash-8下载Dash 8。
<a href="https://glama.ai/mcp/servers/@Kapeli/dash-mcp-server"> <img width="380" height="200" src="https://gips1.baidu.com/it/u=3085431522,4115315180&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Dash Server MCP server" /> </a>Dash MCP服务器提供了从macOS文档浏览器Dash直接访问和搜索文档的工具。MCP客户端可以:
这是一个正在进行的工作。欢迎提出任何建议!
brew install uv
claude_desktop_config.json中{
"mcpServers": {
"dash-api": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Kapeli/dash-mcp-server.git",
"dash-mcp-server"
]
}
}
}
Claude Code中claude mcp add dash-api -- uvx --from "git+https://github.com/Kapeli/dash-mcp-server.git" "dash-mcp-server"