desktop-mate-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@desktop-mate-mcpTell me about Desktop Mate"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Desktop Mate MCP Server
Desktop Mate: Download, Mods & Character | Desktop Mate
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.
Related MCP server: filesystem-mcp
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
npx -y @smithery/cli install desktop-mate-mcp --client claude(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/desktop-mate-mcp.git
cd desktop-mate-mcp
pnpm installThen add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"desktop-mate-mcp": {
"command": "node",
"args": [
"/absolute/path/to/desktop-mate-mcp/src/index.mjs"
]
}
}
}Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjsOfficial Links
Website: https://desktop-mate.com
Development
pnpm install
pnpm start # run the server over stdioLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocnubie/desktop-mate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server