sherlock-mcp MCP server
@Fewsats
About sherlock-mcp MCP server
Sherlock Domains MCP Server for buying & managing domains
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sherlock-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
What is sherlock-mcp?
Sherlock-mcp is a Model Context Protocol server described as a tool to buy and manage domains. Its documented implementation provides a simple note storage system with resources, prompts, and a tool for adding notes, intended for use with MCP-compatible clients like Claude Desktop.
How to use sherlock-mcp?
Install by adding the server configuration to Claude Desktop’s claude_desktop_config.json. For development use uv with a local directory; for published use uvx to run the package directly from PyPI.
Key features of sherlock-mcp
- Custom
note://URI scheme for accessing individual notes - A
summarize-notesprompt with optional style argument (brief/detailed) - An
add-notetool accepting name and content as required arguments - Resources include name, description, and text/plain mimetype
- Server state updates and notifies clients of resource changes
Use cases of sherlock-mcp
- Adding and managing text notes within an MCP‑enabled application
- Summarizing stored notes with configurable detail levels
- Extending a development setup with a lightweight note storage resource
FAQ from sherlock-mcp
What is the difference between the development and published configurations?
Development uses uv with a local directory path, while the published configuration uses uvx to install the package from PyPI.
What are the runtime requirements?
The server requires Python and uv (for development) or uvx (for published use). The MCP Inspector can be used for debugging.
How can I publish updates to sherlock-mcp?
Build distribution packages with uv build and publish to PyPI using uv publish, providing credentials via token or username/password.
What data does sherlock-mcp store?
It stores notes with a name and text content. Each note is accessible via the custom note:// URI scheme.
What transport does sherlock-mcp use?
The server communicates over stdio (standard input/output), as is typical for MCP servers.
Frequently asked questions
What is the difference between the development and published configurations?
Development uses `uv` with a local directory path, while the published configuration uses `uvx` to install the package from PyPI.
What are the runtime requirements?
The server requires Python and `uv` (for development) or `uvx` (for published use). The MCP Inspector can be used for debugging.
How can I publish updates to sherlock-mcp?
Build distribution packages with `uv build` and publish to PyPI using `uv publish`, providing credentials via token or username/password.
What data does sherlock-mcp store?
It stores notes with a name and text content. Each note is accessible via the custom `note://` URI scheme.
What transport does sherlock-mcp use?
The server communicates over stdio (standard input/output), as is typical for MCP servers.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments