# Desktop Mate MCP

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/rocnubie/desktop-mate-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/desktop-mate-mcp

## Description
Desktop Mate download, mod sources, characters, and setup in one verified guide with links to

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "desktop-mate-mcp": {
    "command": "npx",
    "args": ["-y","desktop-mate-mcp"]
  }
}
```

## Documentation & README

# Desktop Mate MCP Server

> Desktop Mate: Download, Mods & Character | Desktop Mate

[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-desktop-mate-mcp)](https://lobehub.com/mcp/rocnubie-desktop-mate-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)
[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)
[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)
[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)

A 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.

Official website: https://desktop-mate.com

## 🗂️ About Desktop Mate

Desktop 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.

The 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.

Desktop 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.

## Tools

### `get_directory_overview`
Return the directory scope and source-verification rules the site publishes. (Desktop Mate)

_Input:_ no parameters. _Returns:_ text/markdown.

### `get_official_links`
Return the canonical list of official links for Desktop Mate (website, support, docs when available).

_Input:_ no parameters. _Returns:_ text/markdown.

## Resources

- `site://desktop-mate/directory` — Public directory scope, listing criteria, and source-verification boundaries.
- `site://desktop-mate/faq` — Short FAQ generated from public site metadata.
- `site://desktop-mate/links` — Canonical URLs to share with users.

## Prompts

### `tell_me_about_desktop_mate`
Summarize what the site is, who it's for, and how it works. — Desktop Mate

### `find_a_listing_desktop_mate`
Plan a directory search without treating a static snapshot as live status. — Desktop Mate

## Installation

### Install via Smithery

```bash
npx -y @smithery/cli install desktop-mate-mcp --client claude
```

(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)

### Install from source

```bash
git clone https://github.com/rocnubie/desktop-mate-mcp.git
cd desktop-mate-mcp
pnpm install
```

Then add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):

```json
{
  "mcpServers": {
    "desktop-mate-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/desktop-mate-mcp/src/index.mjs"
      ]
    }
  }
}
```

### Debug with MCP Inspector

```bash
npx @modelcontextprotocol/inspector node src/index.mjs
```

## Official Links

- Website: https://desktop-mate.com

## Development

```bash
pnpm install
pnpm start                 # run the server over stdio
```

## License

MIT

