{
  "markdown": "# Desktop Mate MCP Server\n\n> Desktop Mate: Download, Mods & Character | Desktop Mate\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-desktop-mate-mcp)](https://lobehub.com/mcp/rocnubie-desktop-mate-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n\nA Model Context Protocol server that exposes the canonical Desktop Mate knowledge surface — directory listings, source evidence, and official links, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.\n\nOfficial website: https://desktop-mate.com\n\n## 🗂️ About Desktop Mate\n\nDesktop Mate is an independent community guide for finding Desktop Mate downloads, platform details, characters, and mod sources. It links to verified publisher, Steam, and mod destinations so visitors can choose the appropriate official or community page.\n\nThe site is a static guide and does not host Desktop Mate, DLC, mods, or character files. This MCP exposes the guide's documented scope and canonical website as read-only context; it cannot install software, inspect a mod, or guarantee that an external download remains available.\n\nDesktop Mate is not affiliated with infiniteloop, Valve/Steam, or character rights holders. Use the linked destinations and their own terms when downloading or using third-party content.\n\n## Tools\n\n### `get_directory_overview`\nReturn the directory scope and source-verification rules the site publishes. (Desktop Mate)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Desktop Mate (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://desktop-mate/directory` — Public directory scope, listing criteria, and source-verification boundaries.\n- `site://desktop-mate/faq` — Short FAQ generated from public site metadata.\n- `site://desktop-mate/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_desktop_mate`\nSummarize what the site is, who it's for, and how it works. — Desktop Mate\n\n### `find_a_listing_desktop_mate`\nPlan a directory search without treating a static snapshot as live status. — Desktop Mate\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install desktop-mate-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/desktop-mate-mcp.git\ncd desktop-mate-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"desktop-mate-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/desktop-mate-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://desktop-mate.com\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 3593,
  "sha": "5316dd3bbc760fa665e27eb9b53052160f18c1c64a8e8c88ac1871434e8f7833",
  "repo_slug": "rocnubie/desktop-mate-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_desktop_mate_mcp_bd498969/readme"
}