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)
remote-mcp-server-authless
by lgrassin
A remote Model Context Protocol (MCP) server providing basic calculator tools without authentication, designed for deployment on Cloudflare Workers and integration with AI agents.
A remote Model Context Protocol (MCP) server providing basic calculator tools without authentication, designed for deployment on Cloudflare Workers and integration with AI agents.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Requires Cloudflare's Wrangler CLI for local development and deployment.
- ⚠️Requires an MCP client (e.g., Cloudflare AI Playground or mcp-remote proxy) to interact with the server's tools, as it does not have a user interface itself.
Verified SafeView Analysis
vergeos-mcp-server
by dvvincent
An MCP server that enables AI assistants to manage VergeOS virtualization platform resources (VMs, networks, tenants, storage, monitoring) through natural language commands.
An MCP server that enables AI assistants to manage VergeOS virtualization platform resources (VMs, networks, tenants, storage, monitoring) through natural language commands.
Setup Requirements
- ⚠️Requires VergeOS API host and credentials (VERGEOS_HOST, VERGEOS_USER, VERGEOS_PASS, or VERGEOS_TOKEN).
- ⚠️Disables SSL/TLS certificate validation (`rejectUnauthorized: false`) for communication with VergeOS API, which is a significant security risk for production environments.
- ⚠️Requires Node.js (version 20+ recommended) and `npm install` for dependencies. Remote deployment options involve Kubernetes and a local proxy.
Review RequiredView Analysis
skills-mcp-server
by sfc-gh-dflippo
Manages AI agent skills by synchronizing them from local SKILL.md files and remote Git repositories into a consolidated AGENTS.md catalog.
Manages AI agent skills by synchronizing them from local SKILL.md files and remote Git repositories into a consolidated AGENTS.md catalog.
Setup Requirements
- ⚠️Requires Git command-line tool to be installed and available in the system's PATH.
- ⚠️For TypeScript version, Node.js 18+ and `tsx` (typically via `npx`) are required.
- ⚠️For Python version, Python 3.8+ and `python-frontmatter` (which auto-installs if missing) are required.
Verified SafeView Analysis
mcp-jira-go
by stardikas
Acts as an open-source Model Context Protocol (MCP) server to expose Jira 8.5 (Server/Data Center) issues via JSON-RPC, facilitating integration with AI tools.
Acts as an open-source Model Context Protocol (MCP) server to expose Jira 8.5 (Server/Data Center) issues via JSON-RPC, facilitating integration with AI tools.
Setup Requirements
- ⚠️Requires access to a Jira 8.5 (Server/Data Center) instance with appropriate API permissions for the configured `JIRA_USERNAME`.
- ⚠️The `JIRA_PASSWORD` environment variable *must* be set, as the default empty string will cause Jira connection failures.
- ⚠️Enabling `JIRA_INSECURE_SKIP_VERIFY` simplifies setup for Jira instances with self-signed or invalid certificates but critically compromises connection security; it should be explicitly understood and avoided in production environments.
Verified SafeView Analysis
mcp-server-langchain-first
by deveshsharma551
This project demonstrates building and integrating multiple Micro-Agent Communication Protocol (MCP) servers (Math and Weather) with a LangChain/LangGraph agent for advanced tool utilization.
This project demonstrates building and integrating multiple Micro-Agent Communication Protocol (MCP) servers (Math and Weather) with a LangChain/LangGraph agent for advanced tool utilization.
Setup Requirements
- ⚠️Requires Python >=3.13
- ⚠️Requires the GROQ_API_KEY environment variable to be set
- ⚠️The 'Weather' server (`Weather.py`) must be run separately (e.g., `python Weather.py`) before the client to provide the `http://localhost:8080/mcp` endpoint.
Verified SafeView Analysis
pdf-reader-mcp
by BACH-AI-Tools
Extracts text, images, and metadata from PDF files (local or URL) for AI agent consumption.
Extracts text, images, and metadata from PDF files (local or URL) for AI agent consumption.
Setup Requirements
- ⚠️Requires Node.js >= 22.0.0.
- ⚠️The server's current working directory (cwd) dictates the base for relative file paths; explicitly configuring `cwd` for the MCP server may be necessary.
- ⚠️The tool allows reading *any* local file via absolute paths or path traversal (e.g., `../../etc/passwd`) using relative paths. This poses a severe security risk; users must enforce strict runtime permissions for the server process to mitigate unauthorized file access.
Review RequiredView Analysis
israeli-cbs-mcp
by amirrosi
Provides a Model Context Protocol (MCP) server for accessing statistical data and price indices from the Israeli Central Bureau of Statistics (CBS) with local caching.
Provides a Model Context Protocol (MCP) server for accessing statistical data and price indices from the Israeli Central Bureau of Statistics (CBS) with local caching.
Setup Requirements
- ⚠️Initial index build takes approximately 5 minutes on first run (or cache expiry) during which search/navigation tools report 'Index is building'.
- ⚠️Requires ~20MB of local disk space for the cached index file.
- ⚠️Default language for API calls and output is Hebrew ('he').
Verified SafeView Analysis
tadawul-mcp-server
by Danah-alquaamiz
This server fetches sustainability and ESG reports from the Tadawul website for specified companies.
This server fetches sustainability and ESG reports from the Tadawul website for specified companies.
Setup Requirements
- ⚠️Requires Playwright browser dependencies to be installed (`playwright install --with-deps chromium`).
- ⚠️Functionality is dependent on the target website's UI and HTML structure (`https://www.saudiexchange.sa`), which can change and break the scraper.
- ⚠️Requires Python 3.10 as specified in the deployment configuration.
Verified SafeView Analysis
mcp-deployment
by drkhannah
Provides a tool to fetch the current price of various cryptocurrencies from CoinGecko.
Provides a tool to fetch the current price of various cryptocurrencies from CoinGecko.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Designed for integration with Claude Desktop via the provided configuration.
Verified SafeView Analysis
BlueSkyMCP-Server
by tedrubin80
A server for a game, likely Minecraft, allowing players to connect, interact, and play together.
A server for a game, likely Minecraft, allowing players to connect, interact, and play together.
Setup Requirements
- ⚠️Requires Java Runtime Environment (JRE) for execution.
- ⚠️Potential need for port forwarding (e.g., 25565) for external player access.
- ⚠️Configuration files (e.g., server.properties) will need to be set up or customized.
Review RequiredView Analysis
raycast-codex-manager
by josedefreitas91
Manages Codex MCP server configurations and skills (scripts/files) through Raycast commands, offering local operations and diagnostic tools.
Manages Codex MCP server configurations and skills (scripts/files) through Raycast commands, offering local operations and diagnostic tools.
Setup Requirements
- ⚠️Requires Raycast (macOS application) to run.
- ⚠️The ZIP import functionality relies on the macOS-specific `ditto` command, limiting its full functionality to macOS environments.
- ⚠️Requires Node.js (version 22.14.0 or higher for `@raycast/api` runtime).
- ⚠️If the 'Preferred Editor' preference is set to 'VS Code (code)', the VS Code command-line tool (`code`) must be installed and accessible in the system's PATH.
Verified SafeView Analysis
Avinash-portfolio
by avinashyadav09
This repository serves as a professional portfolio showcasing Avinash Yadav's expertise across various cloud, data, and AI technologies, including experience with MCP Server Integrations.
This repository serves as a professional portfolio showcasing Avinash Yadav's expertise across various cloud, data, and AI technologies, including experience with MCP Server Integrations.