drio
Open app

sherlock-mcp MCP server

Source

Sherlock Domains MCP Server for buying & managing domains

Catalog onlyCatalog onlySTDIO

Overview

Sherlock-MCP is a server designed for buying and managing domains, providing a simple interface for domain management.

To use Sherlock-MCP, install the server and configure it according to your environment. You can add notes and manage domain information through the provided tools.

  • Custom note storage system with a unique URI scheme for accessing notes. - Ability to summarize stored notes with a customizable detail level. - Tools for adding new notes and managing server state.
  1. Managing domain names and associated notes.
  2. Summarizing domain-related information for quick reference.
  3. Collaborating on domain management with team members through shared notes.

Add to your AI client

Use these steps to connect sherlock-mcp MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "sherlock-mcp-fewsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sherlock-mcp-fewsats"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "sherlock-mcp-fewsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sherlock-mcp-fewsats"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "sherlock-mcp-fewsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sherlock-mcp-fewsats"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "sherlock-mcp-fewsats": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sherlock-mcp-fewsats"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "sherlock-mcp-fewsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sherlock-mcp-fewsats"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "sherlock-mcp-fewsats": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sherlock-mcp-fewsats"
      ]
    }
  }
}

FAQ

Can I use Sherlock-MCP for any domain?

Yes! Sherlock-MCP can be used to manage any domain you own.

Is there a limit to the number of notes I can store?

No, you can store as many notes as your server resources allow.

How do I install Sherlock-MCP?

Follow the quickstart guide in the documentation to install and configure the server.