home / mcp / mcp compass mcp server
MCP Discovery & Recommendation Service - Find the right MCP server for your needs
Configuration
View docs{
"mcpServers": {
"liuyoshio-mcp-compass": {
"command": "npx",
"args": [
"-y",
"@liuyoshio/mcp-compass"
]
}
}
}MCP Compass helps your AI assistant discover and understand MCP services through smart search and real-time recommendations, enabling smoother integration and task-focused tool usage.
Use MCP Compass with an MCP-enabled client to search for and connect to MCP services. You can access it via an npm/npx-based workflow for quick trials, or run it locally from a repository to customize it for your environment.
Usage patterns you can adopt include:
Prerequisites: ensure you have a development environment with Node.js and npm available on your system.
Install and run MCP Compass using npm/npx or run a local build from a repository.
If you want to try the MCP Compass service directly with npx, run this command.
npx -y @liuyoshio/mcp-compassIf you prefer to run a locally built version from a repository, start the server with Node and point to the built index.js.
node /path/to/repo/build/index.jsAllows you to search MCP services using natural language queries to quickly identify relevant endpoints.
Provides detailed information about each MCP service, including capabilities, status, and compatibility.
Keeps the MCP service list up-to-date with the latest available MCP endpoints.
Facilitates straightforward integration with MCP-compatible AI assistants.