{"type":"mcp_server","name":"mcp-compass","description":"MCP Compass is a discovery and recommendation service that helps AI assistants find and understand Model Context Protocol servers using natural language queries. It simplifies discovering the right tools for specific tasks.","category":"AI","language":"JavaScript","stars":244,"forks":5,"owner":"liuyoshio","github_url":"https://github.com/liuyoshio/mcp-compass","homepage":null,"setup":"## Setup\nFor Claude Desktop, edit your `claude_desktop_config.json` file:\n\n#### MacOS/Linux\n``` bash\ncode ~/Library/Application\\ Support/Claude/claude_desktop_config.json\n```\n\n#### Windows\n``` bash\ncode $env:AppData\\Claude\\claude_desktop_config.json\n```\n\n1. **As an MCP Service**:\n\n   Add to your AI assistant's MCP configuration to enable service discovery capabilities.\n   \n\n   ``` json\n   {\n   \"mcpServers\": {\n      \"mcp-compass\": {\n         \"command\": \"npx\",\n         \"args\": [\n            \"-y\",\n            \"@liuyoshio/mcp-compass\"\n         ]\n      }\n   }\n   }\n   ```\n\n   or\n\n   ``` json\n   {\n   \"mcpServers\": {\n      \"mcp-compass\": {\n         \"command\": \"node\",\n         \"args\": [\n            \"/path/to/repo/build/index.js\"\n         ]\n      }\n   }\n   }\n   ```","tools":"## Available Tools\n\n\t\t1. Smart Search (Find MCP services using natural language queries)\n\t\t2. Rich Metadata (Get detailed information about each service)\n\t\t3. Real-time Updates (Always up-to-date with the latest MCP services)\n\t\t4. Easy Integration (Simple to integrate with any MCP-compatible AI assistant)","faq":null,"created_at":"2024-12-27T06:57:13+00:00","updated_at":"2025-03-28T16:56:03+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-discovery-recommendation-service","related_articles":[]}