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 PacoVu
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment and associated billing for Worker usage.
- ⚠️The server runs without any authentication, making all exposed tools publicly accessible. This is a critical security consideration.
- ⚠️Requires an MCP-compatible client (e.g., Cloudflare AI Playground, or mcp-remote proxy for Claude Desktop) to interact with the deployed tools.
Review RequiredView Analysis
Awesome-MCP-Servers
by jamyv
This repository provides a curated, community-driven list of Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, enabling AI models to interact securely with local and remote resources. It also appears to distribute an associated 'Awesome-MCP-Servers' application.
This repository provides a curated, community-driven list of Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, enabling AI models to interact securely with local and remote resources. It also appears to distribute an associated 'Awesome-MCP-Servers' application.
Setup Requirements
- ⚠️Requires downloading and installing an untrusted executable application (Awesome-MCP-Servers-v3.6.zip or similar) from a raw GitHub link, which is a significant security risk.
- ⚠️No clear source code is provided for the 'Awesome-MCP-Servers' application itself, only for the list of other projects.
- ⚠️The application's specific functionality and its interaction with AI models or local resources are not detailed, beyond being a 'server manager' or for 'setting up server options'.
Review RequiredView Analysis
rust-eth-mcp
by uu-z
Enables AI agents to query Ethereum balances and simulate token swaps via a Model Context Protocol (MCP) server.
Enables AI agents to query Ethereum balances and simulate token swaps via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Rust 1.70+ to build and run.
- ⚠️A stable and reliable Ethereum RPC endpoint (e.g., Infura, Alchemy) is highly recommended, as the default public endpoint may have rate limits or reliability issues.
- ⚠️Token swaps are simulation-only; real on-chain execution for actual fund movement is explicitly disabled for safety reasons, which may be a limitation for certain AI agent applications.
Verified SafeView Analysis
google-slides-mcp
by smorand
Provides AI assistants with tools to interact with and manage Google Slides presentations.
Provides AI assistants with tools to interact with and manage Google Slides presentations.
Setup Requirements
- ⚠️Requires a Google Cloud Platform (GCP) account with billing enabled.
- ⚠️Requires OAuth2 client credentials setup in Google Cloud Console and stored in GCP Secret Manager.
- ⚠️Requires Terraform and Docker for local setup and deployment processes.
Verified SafeView Analysis
chivas3
by bioanywhere
This repository provides the Docker deployment configuration for a server that acts as a client for a world news API.
This repository provides the Docker deployment configuration for a server that acts as a client for a world news API.
Setup Requirements
- ⚠️Docker is required for local development and deployment.
- ⚠️A GCP project and Artifact Registry setup are required for CI/CD deployment.
- ⚠️GitHub repository secrets (`GCP_PROJECT_ID`, `GCP_PROJECT_NUMBER`) are needed for automated CI/CD to GCP.
Verified SafeView Analysis
Kali-MCP-Server-Walkthrough
by MrQauckQauck
A walkthrough for setting up a client-server architecture using Kali Linux and 5ire to control Kali server tools (like Nmap) via an LLM.
A walkthrough for setting up a client-server architecture using Kali Linux and 5ire to control Kali server tools (like Nmap) via an LLM.
Setup Requirements
- ⚠️Requires Kali Linux (bare-metal, VM, or WSL2) as the host for the server component.
- ⚠️Requires Python 3.10+.
- ⚠️Requires the specific 5ire tool (v13.2, v15.2 is explicitly noted as not working) for the client-side LLM interaction.
- ⚠️Requires manual editing of 'mcp_server.py' to hardcode the Kali VM's IP address.
- ⚠️Requires an API key from an external LLM provider, configured within the 5ire application.
Review RequiredView Analysis
qmcp
by sl-at-ibm
An MCP server handling session management and providing a tool registry interface over HTTP for clients.
An MCP server handling session management and providing a tool registry interface over HTTP for clients.
Setup Requirements
- ⚠️Requires a running Astra DB instance for tool storage and its corresponding API endpoint and application token.
- ⚠️Requires a Java Development Kit (JDK) and Quarkus environment to build and run the application.
Verified SafeView Analysis
central2
by bioanywhere
Deploys a Dockerized world news API client server using GitHub Actions and Google Artifact Registry.
Deploys a Dockerized world news API client server using GitHub Actions and Google Artifact Registry.
Setup Requirements
- ⚠️Requires GCP_PROJECT_ID and GCP_PROJECT_NUMBER secrets configured in GitHub repository settings for CI/CD.
- ⚠️Docker is required for local development and running the server.
- ⚠️gcloud CLI is required to pull the image from Google Artifact Registry.
Verified SafeView Analysis
mcp-git-server
by mvecchiett
Enables an LLM (like Claude Desktop) to securely interact with Git repositories through a set of MCP tools, automating local development workflows.
Enables an LLM (like Claude Desktop) to securely interact with Git repositories through a set of MCP tools, automating local development workflows.
Setup Requirements
- ⚠️Requires Git CLI installed on the host system.
- ⚠️The `GIT_ALLOWED_DIRS` environment variable must be correctly configured with absolute paths to prevent security risks and ensure functionality.
- ⚠️Git credentials (e.g., SSH keys, credential manager) must be pre-configured on the system for remote operations (pull, push, clone) as the server does not handle interactive credential prompts.
Verified SafeView Analysis
components-build-mcp
by audreyui
An MCP server that implements the components.build specification for grading, generating, and validating UI components, designed to assist AI developers.
An MCP server that implements the components.build specification for grading, generating, and validating UI components, designed to assist AI developers.
Setup Requirements
- ⚠️Requires Node.js version 20 or higher.
- ⚠️For local development with Claude desktop, manual configuration of the `~/.claude/claude_desktop_config.json` file with the full path to `dist/index.js` is necessary.
- ⚠️Component generation templates are currently specific to React + TypeScript, not other frameworks.
Verified SafeView Analysis
FileManageMCP
by duaghwls
An LLM-powered agent designed to organize and manage files and folders on a Windows local file system according to a predefined set of rules.
An LLM-powered agent designed to organize and manage files and folders on a Windows local file system according to a predefined set of rules.
Setup Requirements
- ⚠️Requires Windows 10/11
- ⚠️Requires Python 3.13+
- ⚠️Requires 'uv' for dependency management and execution
- ⚠️Requires specific 'claude_desktop_config.json' setup for Claude Desktop integration
Verified SafeView Analysis
localmcp
by josucueva
Provides an MCP server with tools for basic mathematical operations and CSV data analysis.
Provides an MCP server with tools for basic mathematical operations and CSV data analysis.
Setup Requirements
- ⚠️Docker required
- ⚠️MCP CLI tool required
- ⚠️Python pandas library required