MCP Compass
Created 6 months ago
MCP Compass is a discovery & recommendation service for exploring Model Context Protocol servers.
development
documentation
public
What is MCP Compass?
Suggest the right MCP server for your needs
Documentation
MCP Compass Documentation# Features
- Smart Search: Find MCP services using natural language queries
- Rich Metadata: Get detailed information about each service
- Real-time Updates: Always up-to-date with the latest MCP services
- Easy Integration: Simple to integrate with any MCP-compatible AI assistant
Quick Start## Usage
- Clone the repository or
- Use
npx
Installation
For Claude Desktop, edit your claude_desktop_config.json file:
MacOS/Linux
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows
code $env:AppData\Claude\claude_desktop_config.json
- As an MCP Service: Add to your AI assistant's MCP configuration to enable service discovery capabilities.
{
"mcpServers": {
"mcp-compass": {
"command": "npx",
"args": [
"-y",
"@liuyoshio/mcp-compass"
]
}
}
}
or
{
"mcpServers": {
"mcp-compass": {
"command": "node",
"args": [
"/path/to/repo/build/index.js"
]
}
}
}
Server Config
{
"mcpServers": {
"mcp-compass-server": {
"command": "npx",
"args": [
"mcp-compass"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
liuyoshio
Category:
community
License:
MIT License
Tags:
development
documentation
public