Stop Searching. Start Trusting.
The curated directory of MCP servers, vetted for security, efficiency, and quality.
Tired of the MCP "Marketplace" Chaos?
We built MCPScout.ai to solve the ecosystems biggest pain points.
No Insecure Dumps
We manually analyze every server for basic security flaws.
Easy Setup
Our gotcha notes warn you about complex setups.
Avoid "Token Hogs"
We estimate token costs for cost-effective agents.
Products, Not Demos
We filter out "Hello World" demos.
Vetted Servers(8554)
mcp-server-repository
by hamzasaleem22
Analysis of the server's use case cannot be determined as the source code was not provided.
Analysis of the server's use case cannot be determined as the source code was not provided.
Setup Requirements
- โ ๏ธSource code was not provided, therefore a comprehensive analysis of setup requirements and friction points is impossible.
Review RequiredView Analysis
bachstudio-pubmedmcp
by BACH-AI-Tools
Provides a Micro-service Container Protocol (MCP) server for searching and fetching biomedical literature abstracts from the PubMed database.
Provides a Micro-service Container Protocol (MCP) server for searching and fetching biomedical literature abstracts from the PubMed database.
Setup Requirements
- โ ๏ธRequires 'uv' package installed globally and 'uvx' in PATH.
- โ ๏ธPython 3.12+ only.
Verified SafeView Analysis
mos-mcp-server-plugin
by RiDDiX
Enables AI assistants (like Claude) to manage and interact with a MountainOS (MOS) system by providing an interface via the Model Context Protocol (MCP).
Enables AI assistants (like Claude) to manage and interact with a MountainOS (MOS) system by providing an interface via the Model Context Protocol (MCP).
Setup Requirements
- โ ๏ธRequires a running MountainOS (MOS) system with its API accessible.
- โ ๏ธRequires a MOS API authentication token or username/password to be provided via environment variables (many tools are 'admin only').
- โ ๏ธRequires Node.js version 18.0.0 or higher.
Verified SafeView Analysis
MCP2OSC
by yyf
Facilitates parametric control of multimedia devices and creative applications (like MaxMSP) using natural language prompts via a Large Language Model (LLM) such as Claude.
Facilitates parametric control of multimedia devices and creative applications (like MaxMSP) using natural language prompts via a Large Language Model (LLM) such as Claude.
Setup Requirements
- โ ๏ธRequires Claude Desktop Application for LLM integration.
- โ ๏ธRequires Node.js version 18.0.0 or higher.
- โ ๏ธDefault OSC host/ports (9500 send, 9501 receive) may conflict with existing applications; manual configuration via environment variables may be necessary. The service manager attempts to detect MaxMSP to mitigate conflicts.
- โ ๏ธWebSocket functionality requires 'ws' npm package to be installed, which might need to be explicitly added if not present by default.
Verified SafeView Analysis
hybrid-rag-project
by gwyer
A local, privacy-preserving Retrieval-Augmented Generation (RAG) system that combines semantic and keyword search to answer questions from user-provided documents, with an MCP server API for seamless integration with Claude Desktop.
A local, privacy-preserving Retrieval-Augmented Generation (RAG) system that combines semantic and keyword search to answer questions from user-provided documents, with an MCP server API for seamless integration with Claude Desktop.
Setup Requirements
- โ ๏ธRequires Ollama to be installed and running locally (`ollama serve`).
- โ ๏ธRequires specific Ollama models (`llama3.1:latest` for LLM, `nomic-embed-text` for embeddings) to be pulled manually via `ollama pull <model-name>`.
- โ ๏ธMinimum 8GB RAM (16GB recommended) for efficient operation, especially with large datasets and local LLMs.
- โ ๏ธThe MCP server mode specifically requires Claude Desktop to be installed and configured with absolute paths in `claude_desktop_config.json`.
Verified SafeView Analysis
SimpleMCPServer_Langchain
by bashithj
This project demonstrates an AI agent using LangGraph and LangChain's MCP adapters to orchestrate calls to multiple local MCP services (Math and Weather tools) for processing user queries.
This project demonstrates an AI agent using LangGraph and LangChain's MCP adapters to orchestrate calls to multiple local MCP services (Math and Weather tools) for processing user queries.
Setup Requirements
- โ ๏ธThe GROQ_API_KEY environment variable is required for the client application to run.
- โ ๏ธThe weather server (`weather.py`) must be running independently (e.g., by executing `python weather.py` in a separate terminal) before the client (`client.py`) can successfully connect to it.
- โ ๏ธThe project requires Python 3.13 or higher as specified in `pyproject.toml`.
Verified SafeView Analysis
mcp-databricks-server
by i9wa4
Provides an MCP (Multi-Cloud Platform) server to execute SQL queries and explore Unity Catalog metadata on Databricks.
Provides an MCP (Multi-Cloud Platform) server to execute SQL queries and explore Unity Catalog metadata on Databricks.
Setup Requirements
- โ ๏ธRequires 'uv' package manager for execution.
- โ ๏ธDatabricks authentication (host and token or client_id/client_secret) must be configured in ~/.databrickscfg or via environment variables.
- โ ๏ธA Databricks SQL Warehouse ID is required for SQL execution and lineage features, configurable in ~/.databrickscfg or DATABRICKS_SQL_WAREHOUSE_ID environment variable.
- โ ๏ธPython 3.11 or higher is required.
Verified SafeView Analysis
mcp-statcan-odcaf
by JoseJimenez-M
Exposes Canada's Official Canadian Cultural Facilities Dataset (ODCAF) via an MCP server for AI clients to query.
Exposes Canada's Official Canadian Cultural Facilities Dataset (ODCAF) via an MCP server for AI clients to query.
Setup Requirements
- โ ๏ธRequires `ODCAF_v1.0.csv` to be manually acquired and placed in the project root.
- โ ๏ธRequires running `python ingest.py` once to create the `odcaf.db` SQLite database.
- โ ๏ธRequires Python 3 and `pip install -r requirements.txt` to install dependencies.
Verified SafeView Analysis
ai_m365_mcp
by drewelewis
A Python-based MCP client for interacting with Microsoft Teams, primarily for learning, testing, and prototyping AI-powered automation and integration.
A Python-based MCP client for interacting with Microsoft Teams, primarily for learning, testing, and prototyping AI-powered automation and integration.
Setup Requirements
- โ ๏ธRequires Azure AD App Registration with specific Microsoft Graph delegated permissions (e.g., Chat.ReadWrite, ChannelMessage.Send).
- โ ๏ธRequires a valid `TEAMS_ACCESS_TOKEN` obtained via Azure CLI or manually, which needs to be configured as an environment variable.
- โ ๏ธPython 3.8+ and pip dependencies (`mcp`, `httpx`, `fastapi`, `pydantic_settings`, `dotenv`) must be installed.
Verified SafeView Analysis
mcp_server
by arifdegirmenci
A simple MCP server that retrieves bank accounts from the TreasuryPath API and enables question-answering using an Ollama LLM.
A simple MCP server that retrieves bank accounts from the TreasuryPath API and enables question-answering using an Ollama LLM.
Setup Requirements
- โ ๏ธRequires TreasuryPath API Key, API Secret, and Company ID (implies a TreasuryPath account).
- โ ๏ธRequires Ollama to be installed and running locally, with the specified LLM model (e.g., 'llama3') pulled.
- โ ๏ธRequires Python 3.x and dependencies installed in a virtual environment.
Verified SafeView Analysis
ExpenceTracker-mcp-server
by iamthite
Manages and tracks personal expenses using a Model Context Protocol (MCP) server.
Manages and tracks personal expenses using a Model Context Protocol (MCP) server.
Setup Requirements
- โ ๏ธPython 3.14+ required (as per pyproject.toml)
- โ ๏ธRequires `uv` package manager
Verified SafeView Analysis
kis_mcp_server_adk
by novatecoder
An MCP server providing read-only access to Korea Investment & Securities (KIS) REST API for stock quotes and account information, with hidden trading capabilities.
An MCP server providing read-only access to Korea Investment & Securities (KIS) REST API for stock quotes and account information, with hidden trading capabilities.
Setup Requirements
- โ ๏ธRequires Python >= 3.13
- โ ๏ธRequires 'uv' package manager for dependency management and execution
- โ ๏ธMandatory KIS API Key and Secret (requires registration with Korea Investment & Securities)
- โ ๏ธMandatory KIS Account Number (CANO)
- โ ๏ธRequires manual creation and configuration of a '.env' file