Claude Desktop Setup¶
Add MCP Registry awareness to Claude Desktop in 2 minutes.
Prerequisites¶
- Claude Desktop installed
- Go 1.24+ installed
Installation¶
1. Install the MCP Server¶
Verify it's installed:
2. Configure Claude Desktop¶
Open your Claude Desktop configuration file:
Add the MCP server configuration:
Use Full Path
Replace /full/path/to/mcp-notify-mcp with the actual path from which mcp-notify-mcp.
3. Restart Claude Desktop¶
Quit and reopen Claude Desktop to load the new MCP server.
4. Verify It's Working¶
In Claude Desktop, look for the 🔌 icon in the toolbar. Click it to see connected MCP servers.
Try a query:
"Search the MCP registry for database servers"
Available Tools¶
Once connected, Claude can use these tools:
search_servers¶
Search for MCP servers by keyword.
You: Find MCP servers for working with databases
Claude: [Uses search_servers with query "database"]
get_server¶
Get detailed information about a specific server.
You: Tell me about the filesystem MCP server
Claude: [Uses get_server with name "filesystem"]
list_servers¶
List all servers in the registry.
get_stats¶
Get registry statistics.
Example Session¶
Here's a sample conversation with Claude using the MCP Registry:
You: I need an MCP server for working with Slack. What's available?
Claude: Let me search the MCP registry for Slack-related servers.
I found 2 servers related to Slack:
- slack (v1.0.0)
- Official Slack integration for sending and reading messages
-
Repository: github.com/modelcontextprotocol/servers
-
slack-advanced (v0.2.0)
- Advanced Slack features including threads and reactions
- Repository: github.com/community/slack-advanced
Would you like more details about either of these?
You: Tell me more about the official slack server
Claude: Here are the details for the official Slack MCP server:
| Field | Value |
|---|---|
| Name | slack |
| Version | 1.0.0 |
| Description | Official Slack integration for sending and reading messages, managing channels, and more |
| Repository | github.com/modelcontextprotocol/servers |
| License | MIT |
| Author | Anthropic |
Capabilities: - Send messages to channels - Read channel history - List channels and users - Upload files
Would you like help setting this up?
Troubleshooting¶
Claude doesn't show the MCP server?
- Check the config file path is correct
- Verify the command path is absolute
- Restart Claude Desktop completely
- Check Claude Desktop logs for errors
Slow responses?
The MCP server queries the live registry. First requests may be slower. Subsequent queries use caching.