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.
<a href="https://glama.ai/mcp/servers/85uxmq6wx7"><img width="380" height="200" src="https://glama.ai/mcp/servers/85uxmq6wx7/badge" alt="Compass MCP server" /></a>
Try MCP discovery directly on the website: Explore MCP Compass
MCP Compass is a discovery and recommendation service for Model Context Protocol (MCP) servers. It helps AI assistants find and understand available MCP services using natural language queries, simplifying the discovery of tools for specific tasks.
or
npx
For Claude Desktop, edit your claude_desktop_config.json
file:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
code $env:AppData\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-compass": {
"command": "npx",
"args": [
"-y",
"@liuyoshio/mcp-compass"
]
}
}
}
or{
"mcpServers": {
"mcp-compass": {
"command": "node",
"args": [
"/path/to/repo/build/index.js"
]
}
}
}
MIT License - See LICENSE file for details.
liuyoshio/mcp-compass
December 27, 2024
March 28, 2025
JavaScript