by liuyoshio
MCP Compass is a discovery and recommendation service that helps AI assistants find and understand available Model Context Protocol (MCP) servers based on natural language queries.
MCP Compass is a discovery and recommendation service designed to help AI assistants explore and utilize Model Context Protocol (MCP) servers. It acts as a smart guide, enabling AI assistants to find and understand available MCP services through natural language queries, thereby simplifying the discovery and integration of relevant tools for specific tasks.
Users can experience MCP Compass directly on its website to explore MCP discovery in action. For integration with AI assistants like Claude Desktop, users can clone the repository or use npx
. The service can be added to an AI assistant's MCP configuration as an MCP Service, either by using npx @liuyoshio/mcp-compass
or by pointing to the local build of the repository.
MCP Compass is primarily used by AI assistants to efficiently discover and integrate Model Context Protocol servers. This facilitates the AI in understanding and utilizing various MCP services based on specific task requirements, making it easier to leverage the right tools.
While a dedicated FAQ section is not provided in the README, common questions might revolve around:
You can now experience MCP discovery directly on our website!
๐ Explore MCP Compass ๐
Dive in to discover the power of MCP services in action with real-time recommendations and insights.
MCP Compass is a discovery & recommendation service that helps you explore Model Context Protocol servers. It acts as a smart guide that helps AI assistants find and understand available MCP services out there based on natural language queries, making it easier to discover and utilize the right 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
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"
]
}
}
}
MIT License - See LICENSE file for details.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPTโlike web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multiโuser authentication, all openโsource and ready for selfโhosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building productionโgrade generative AI applications using Pydantic validation, offering a FastAPIโlike developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multiโserver, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.