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)
supabase-memory-mcp
by cbuntingde
Provides AI assistants with a multi-layered memory system (semantic, graph, structured, short-term) using Supabase and pgvector for persistent and fast retrieval, enhancing cognitive capabilities.
Provides AI assistants with a multi-layered memory system (semantic, graph, structured, short-term) using Supabase and pgvector for persistent and fast retrieval, enhancing cognitive capabilities.
Setup Requirements
- ⚠️Requires an existing Supabase project and associated API key (Anon/Public or Service Role) for database connectivity.
- ⚠️Initial database schema setup may require manual execution of `schema.sql` within the Supabase SQL Editor if the automated `npx ... setup` command encounters permission issues or existing schema conflicts.
- ⚠️For compatible AI clients (e.g., Cline, Roo Code, Kilo Code), all tool permissions must be explicitly enabled upon initialization as stated in the prerequisites.
Verified SafeView Analysis
markdown-editor-mcp-server
by Kcao3034
The MCP server enables programmatic, structural, and semantic editing of Markdown documents, including file system operations and YAML frontmatter management, primarily for use by AI agents.
The MCP server enables programmatic, structural, and semantic editing of Markdown documents, including file system operations and YAML frontmatter management, primarily for use by AI agents.
Setup Requirements
- ⚠️Requires Python 3.10 or newer.
- ⚠️Requires a local Ollama instance running with a compatible model (e.g., qwen3:14b or qwen3:8b) for AI capabilities.
Verified SafeView Analysis
eth-trading-mcp-server
by ytwei3
Enables AI agents to query Ethereum balances, token prices, and simulate token swaps via the Model Context Protocol (MCP).
Enables AI agents to query Ethereum balances, token prices, and simulate token swaps via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Rust 1.70 or higher toolchain to build and run.
- ⚠️Requires an Ethereum RPC URL configured in a `.env` file or as an environment variable.
- ⚠️Integration with AI agents like Claude Desktop requires manual modification of a client-side JSON configuration file.
Verified SafeView Analysis
FastApply-MCP
by godwinraj-ai
An AI-powered Multi-tool Code Processing (MCP) server designed for comprehensive code editing, analysis, and refactoring across multiple programming languages, leveraging LLMs and AST-based tools.
An AI-powered Multi-tool Code Processing (MCP) server designed for comprehensive code editing, analysis, and refactoring across multiple programming languages, leveraging LLMs and AST-based tools.
Setup Requirements
- ⚠️Requires a compatible LLM server (e.g., LM Studio with a Fast Apply model) running and configured via FAST_APPLY_URL.
- ⚠️Requires external CLI tools (`ast-grep`, `ripgrep`, `ruff`, `eslint`) to be installed in the system's PATH for full functionality.
- ⚠️The Qdrant vector database is required for 'collective consciousness' and enhanced learning features, though it has fallback mechanisms if unavailable.
Verified SafeView Analysis
pdf_mcp_chromadb
by Tommertom
Provides a Model Context Protocol (MCP) server for processing PDF documents, generating local embeddings, and performing semantic search.
Provides a Model Context Protocol (MCP) server for processing PDF documents, generating local embeddings, and performing semantic search.
Setup Requirements
- ⚠️Requires 'uv' to be installed for 'uvx' command: 'pip install uv'.
- ⚠️On first run, the embedding model (~80MB for 'all-MiniLM-L6-v2') will be downloaded, requiring internet connectivity.
- ⚠️Requires Python 3.10+.
Verified SafeView Analysis
MCP-SERVER-DB
by annmalavet
This server provides a Model Context Protocol (MCP) endpoint that exposes a 'search_database' tool for querying a PostgreSQL database for people by email or major.
This server provides a Model Context Protocol (MCP) endpoint that exposes a 'search_database' tool for querying a PostgreSQL database for people by email or major.
Setup Requirements
- ⚠️Requires an accessible PostgreSQL database instance.
- ⚠️Critical environment variables (DB_USER, DB_PASS, DB_NAME, DB_HOST, DB_PORT) for PostgreSQL connection must be configured. Note that the default DB_PORT value (8080) in the code is unlikely to be the correct PostgreSQL port and will conflict with the application's default listening port.
- ⚠️Node.js runtime version 18 or higher is required.
Verified SafeView Analysis
McpWeatherServer
by zuologio
A server application designed to provide weather information to connected clients, likely within a Minecraft Coder Pack (MCP) environment.
A server application designed to provide weather information to connected clients, likely within a Minecraft Coder Pack (MCP) environment.
Setup Requirements
- ⚠️Requires Java Development Kit (JDK) 8+ to compile and run.
- ⚠️Requires an available network port for the server to listen on.
Verified SafeView Analysis
grok_mcp_setup
by madking2099
Integrate Grok (via CodeGPT) with local Git repositories, self-hosted web search, and a local document library through Dockerized Model Context Protocol (MCP) servers.
Integrate Grok (via CodeGPT) with local Git repositories, self-hosted web search, and a local document library through Dockerized Model Context Protocol (MCP) servers.
Setup Requirements
- ⚠️Requires Docker and Docker Compose (v2+) installed.
- ⚠️Requires CodeGPT plugin in PyCharm with an xAI API key for Grok integration.
- ⚠️Requires manual creation and provisioning of `pdf_server.py` for full PDF extraction functionality within the library service. The provided setup only includes a stub.
- ⚠️Local directories (`PROJECTS_PATH`, `LIBRARY_PATH`) must be mounted to containers for data access.
Verified SafeView Analysis
claude.mcp.test
by skylukas1
Acts as a Master Control Program (MCP) server designed to execute custom commands, typically exposed via a network tunnel.
Acts as a Master Control Program (MCP) server designed to execute custom commands, typically exposed via a network tunnel.
Setup Requirements
- ⚠️Requires ngrok for public exposure and tunneling.
- ⚠️The actual server implementation code is not provided, meaning the core server logic needs to be obtained or written before it can be run.
Review RequiredView Analysis
engineering-standards-mcp
by scanady
Manages engineering standards, practices, and processes, providing AI assistants with structured access to an organization's knowledge base.
Manages engineering standards, practices, and processes, providing AI assistants with structured access to an organization's knowledge base.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0
Verified SafeView Analysis
mcp-gke-log-server
by agileguy
A Model Context Protocol (MCP) server that enables AI assistants to query and retrieve Google Kubernetes Engine logs from Cloud Logging.
A Model Context Protocol (MCP) server that enables AI assistants to query and retrieve Google Kubernetes Engine logs from Cloud Logging.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires a Google Cloud Project with GKE clusters and appropriate IAM roles (logging.viewer, container.clusterViewer).
- ⚠️Requires authentication to GCP (e.g., via 'gcloud auth application-default login' for local development or Workload Identity for Kubernetes deployment).
Verified SafeView Analysis
mcp-server
by Bandwidth
The Bandwidth Official MCP Server enables AI agents to interact with various Bandwidth APIs for communication services, allowing programmatic control over messaging, voice, MFA, and compliance operations.
The Bandwidth Official MCP Server enables AI agents to interact with various Bandwidth APIs for communication services, allowing programmatic control over messaging, voice, MFA, and compliance operations.
Setup Requirements
- ⚠️Requires valid Bandwidth API Credentials (BW_USERNAME, BW_PASSWORD, BW_ACCOUNT_ID). These typically imply a paid Bandwidth account.
- ⚠️Specific functionalities require additional Bandwidth IDs (e.g., BW_MESSAGING_APPLICATION_ID, BW_VOICE_APPLICATION_ID) and a valid phone number (BW_NUMBER), which are conditionally required environment variables.
- ⚠️Requires Python 3.10+.
- ⚠️Requires 'uv' (a Python package installer and runner) to be installed, or manual virtual environment setup with pip.