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)
BoardingMcp-Server
by girish12ns
This server functions as a Management and Control Plane (MCP) for onboarding clients and managing various WhatsApp Business API (WABA) interactions through AiSensy APIs, often orchestrated by a generative AI model.
This server functions as a Management and Control Plane (MCP) for onboarding clients and managing various WhatsApp Business API (WABA) interactions through AiSensy APIs, often orchestrated by a generative AI model.
Setup Requirements
- ⚠️Requires numerous environment variables to be configured in a `.env` file (e.g., Google OAuth credentials, AiSensy API keys, database connection strings, OpenAI API key).
- ⚠️Requires a running PostgreSQL database instance.
- ⚠️Requires accounts and API keys for AiSensy platform and Google Developer Console (for OAuth).
- ⚠️Involves API calls to external services (AiSensy), which may incur their own costs and have rate limits.
Verified SafeView Analysis
ui-controller-mcp
by phanijapps
Exposes desktop UI control tools over Server-Sent Events (SSE) for remote automation, augmented by AI vision and planning.
Exposes desktop UI control tools over Server-Sent Events (SSE) for remote automation, augmented by AI vision and planning.
Setup Requirements
- ⚠️Python 3.12+ required.
- ⚠️Requires a local Ollama server running with 'llama3.2-vision' and 'llama3.2' models installed.
- ⚠️Requires PyAutoGUI and PyWinCtl for actual desktop control; otherwise, it operates in no-op mode.
Review RequiredView Analysis
FastMCP-Server
by Sitanshuu
A microservice for managing employee leave requests, including checking balances, applying for leave, and viewing history.
A microservice for managing employee leave requests, including checking balances, applying for leave, and viewing history.
Setup Requirements
- ⚠️Python 3.14+ required
Verified SafeView Analysis
twilio-mcp
by griffinwork40
An MCP server for Twilio enabling AI-powered SMS/MMS messaging with intelligent conversation management and persistence.
An MCP server for Twilio enabling AI-powered SMS/MMS messaging with intelligent conversation management and persistence.
Setup Requirements
- ⚠️Requires a Twilio account, phone number, and associated API credentials (which is a paid service).
- ⚠️Requires a publicly accessible HTTPS URL for Twilio webhooks; for local development, `ngrok` or a similar tunneling service is needed.
- ⚠️Requires Node.js version 18 or higher.
Verified SafeView Analysis
mcp-Server
by JosephKapalamula
Provides a framework for building and integrating AI agent tools, demonstrating how a client can orchestrate multiple MCP servers (math and weather) via a language model.
Provides a framework for building and integrating AI agent tools, demonstrating how a client can orchestrate multiple MCP servers (math and weather) via a language model.
Setup Requirements
- ⚠️Requires `GROQ_API_KEY` environment variable.
- ⚠️Requires `MODEL` environment variable for Groq (e.g., `llama3-8b-8192`).
- ⚠️The `weather.py` server must be running independently (e.g., `python weather.py`) on `http://127.0.0.1:8000` before the client can interact with it.
Verified SafeView Analysis
MCP-On-Cloud-Run
by otey247
Deploys a secure Model Context Protocol (MCP) server on Google Cloud Run to provide external tools for Large Language Models (LLMs) like Gemini.
Deploys a secure Model Context Protocol (MCP) server on Google Cloud Run to provide external tools for Large Language Models (LLMs) like Gemini.
Setup Requirements
- ⚠️Requires a Google Cloud Account with billing enabled.
- ⚠️Requires `gcloud CLI` and specific Google Cloud APIs (Cloud Run, Artifact Registry, Cloud Build) to be enabled.
- ⚠️Deployment is specifically designed for Google Cloud Run, leveraging its ecosystem for containerization and serving.
- ⚠️Uses `uv` for Python dependency management, which may require initial setup or familiarity.
- ⚠️Client authentication (e.g., for Gemini CLI) requires `gcloud auth print-identity-token` and specific client-side configuration.
Verified SafeView Analysis
Mcp-server
by Yass1203
An AI chatbot capable of answering user queries via a web API and a Telegram bot, leveraging predefined tools to retrieve employee information.
An AI chatbot capable of answering user queries via a web API and a Telegram bot, leveraging predefined tools to retrieve employee information.
Setup Requirements
- ⚠️Requires Telegram Bot API Key (configured via `telegram.api.key` property or `TELEGRAM_API_KEY` environment variable)
- ⚠️Requires an LLM API Key for Spring AI (e.g., `OPENAI_API_KEY` for OpenAI)
Verified SafeView Analysis
java-mcp-server
by mldangelo
A server that exposes custom tools (like a calculator or greeting service) via gRPC for consumption by other applications.
A server that exposes custom tools (like a calculator or greeting service) via gRPC for consumption by other applications.
Setup Requirements
- ⚠️Requires Java Development Kit (JDK)
- ⚠️Requires Apache Maven for building
Verified SafeView Analysis
emotionsin_ai_mcp
by RegCoding
An open-source MCP server designed to integrate Emotionsin.ai emotional profiles into any LLM-driven chatbot or AI agent.
An open-source MCP server designed to integrate Emotionsin.ai emotional profiles into any LLM-driven chatbot or AI agent.
Setup Requirements
- ⚠️Requires an Emotionsin.ai profile ID for functionality (fetched by client, consumed by server's tool).
- ⚠️Client demos require external API keys for OpenAI or Google (potentially paid services).
- ⚠️Docker is recommended for server deployment.
Verified SafeView Analysis
endnote-neo4j-integration
by SaptaDey
Transforms an EndNote reference library into a Neo4j knowledge graph for efficient querying, analysis, and hypothesis linking, bypassing slow MCP servers.
Transforms an EndNote reference library into a Neo4j knowledge graph for efficient querying, analysis, and hypothesis linking, bypassing slow MCP servers.
Setup Requirements
- ⚠️Requires a running Neo4j Database instance and its connection credentials (URI, user, password).
- ⚠️Requires a local EndNote .enl file path.
- ⚠️User must manually create `config.py` from `config_template.py` and fill in their specific paths and credentials.
Verified SafeView Analysis
mcp-gh-pr-mini
by y-hirakaw
A minimal Model Context Protocol (MCP) server for interacting with GitHub pull requests, supporting dual authentication (PAT or GitHub CLI).
A minimal Model Context Protocol (MCP) server for interacting with GitHub pull requests, supporting dual authentication (PAT or GitHub CLI).
Setup Requirements
- ⚠️Requires Node.js installed locally.
- ⚠️Requires either a GitHub Personal Access Token (GITHUB_PERSONAL_ACCESS_TOKEN environment variable) with 'Pull requests: Read & Write', 'Issues: Read & Write', and 'Contents: Read & Write' permissions, OR an authenticated GitHub CLI installation (gh auth login).
- ⚠️Requires a VSCode with an MCP-compatible extension (e.g., Copilot Agent) to interact with the server.
Verified SafeView Analysis
pythia-mcp
by consigcody94
An MCP server for Higgs Boson phenomenology, interfacing with the Lilith framework to constrain new physics from LHC Higgs measurements for AI assistants.
An MCP server for Higgs Boson phenomenology, interfacing with the Lilith framework to constrain new physics from LHC Higgs measurements for AI assistants.
Setup Requirements
- ⚠️Requires Python 3.6+ (despite Lilith's original README stating Python 2.7) and Node.js 18.0.0+.
- ⚠️Requires Python libraries: SciPy and NumPy must be installed (e.g., `pip install numpy scipy`).
- ⚠️The Lilith directory needs to be explicitly set via `LILITH_DIR` environment variable if not bundled locally, and `PYTHON_CMD` for the Python executable.