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(157)
ubuntu-shell-mcp
by BlockSecCA
Execute bash commands on a remote Ubuntu server from Claude Desktop via a persistent SSH connection.
Execute bash commands on a remote Ubuntu server from Claude Desktop via a persistent SSH connection.
Setup Requirements
- ⚠️This repository is DEPRECATED and superseded by `generic-ssh-mcp`, meaning it will not receive further updates.
- ⚠️Requires manual SSH key setup (generation and placement of public key on the Ubuntu server and explicit private key path on Windows).
- ⚠️Does not support interactive commands, which are automatically detected and rejected.
- ⚠️No persistent shell state; each command runs in a fresh bash environment.
Verified SafeView Analysis
mcp-for-coloraid
by M-Asan0
A minimal MCP server for Cursor to safely inspect project files and structure for the Coloraid project during debugging.
A minimal MCP server for Cursor to safely inspect project files and structure for the Coloraid project during debugging.
Setup Requirements
- ⚠️Docker required for building and running the server image.
- ⚠️Manual MCP configuration required in Cursor's `mcp.json` file and enabling in settings.
- ⚠️Requires the host Coloraid project directory to be explicitly mounted into the Docker container.
- ⚠️WSL integration is presented as the primary setup for Windows users, adding an extra layer of configuration.
Verified SafeView Analysis
anju
by MontoyaAndres
A scalable API server for managing organizations and projects, designed for a 'no-code' platform, with user authentication and database interaction.
A scalable API server for managing organizations and projects, designed for a 'no-code' platform, with user authentication and database interaction.
Setup Requirements
- ⚠️Requires a PostgreSQL database connection string (DATABASE_URL).
- ⚠️Requires various environment variables for authentication (JWT_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET) and API/web URLs.
- ⚠️Cloudflare account and Wrangler CLI are required for deployment to Cloudflare Workers (production setup).
Verified SafeView Analysis
mcp-demo-repo
by cocolizh
The specific use case cannot be determined as no source code was provided for analysis.
The specific use case cannot be determined as no source code was provided for analysis.
Review RequiredView Analysis
ILSpy-Mcp
by bivex
Provides .NET assembly decompilation and analysis capabilities to developer tools via the Model Context Protocol (MCP).
Provides .NET assembly decompilation and analysis capabilities to developer tools via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires .NET 8.0 SDK to build and run.
- ⚠️Requires a compatible IDE (e.g., Cursor) with MCP support for full integration.
- ⚠️Manual editing of the IDE's MCP configuration file (e.g., .cursor/mcp.json) is necessary for setup.
Verified SafeView Analysis
aplaceforallmystuff.github.io
by aplaceforallmystuff
Unable to determine the specific use case as the source code was not provided for analysis.
Unable to determine the specific use case as the source code was not provided for analysis.
Setup Requirements
- ⚠️Source code missing, unable to identify specific setup requirements or friction points.
Review RequiredView Analysis
TESTING-FS
by pranavkrishna-sn
A boilerplate or testing framework for building modular web applications with a FastAPI backend and React frontend.
A boilerplate or testing framework for building modular web applications with a FastAPI backend and React frontend.
Setup Requirements
- ⚠️Requires a database (e.g., PostgreSQL, SQLite) for the SQLAlchemy backend models.
- ⚠️Python environment with FastAPI and SQLAlchemy dependencies.
- ⚠️Node.js environment with React dependencies. The main FastAPI application entry point ('main.py') and frontend 'package.json' are not provided, making setup and execution instructions incomplete.
Verified SafeView Analysis
GitHub-MCP-Server-Esencial-6156068
by LinkedInLearning
This repository serves as course material for a LinkedIn Learning course, providing practical exercises and setup instructions for development practices, potentially including server-related topics, through the use of GitHub Codespaces.
This repository serves as course material for a LinkedIn Learning course, providing practical exercises and setup instructions for development practices, potentially including server-related topics, through the use of GitHub Codespaces.
Setup Requirements
- ⚠️Requires installation of Chrome, Visual Studio Code (with GitHub Copilot), Node.js, and optionally Python to follow the course exercises.
- ⚠️GitHub Copilot (mentioned as a requirement for VS Code) may require a separate subscription or account.
- ⚠️Familiarity with Git and GitHub Codespaces is beneficial for navigating course branches and environments.
Verified SafeView Analysis
888.MCP
by C45h888
High-speed Redis-based pub/sub message bus and central nervous system for an agentic trading system, handling market data, sentiment, and trading signals.
High-speed Redis-based pub/sub message bus and central nervous system for an agentic trading system, handling market data, sentiment, and trading signals.
Setup Requirements
- ⚠️Requires a running Redis instance for operation (local or external).
- ⚠️An `MCP_API_KEY` is mandatory for all authenticated endpoints in production mode (`MCP_DEV=false`); API keys must be managed securely via provided admin endpoints.
- ⚠️Full functionality for historical data archiving and retrieval (`/tool/retrieve`) depends on S3 configuration (`S3_DATA_BUCKET`, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`). Without these, retrieval endpoints will return `501 Not Implemented`.
- ⚠️The optional RAG endpoint (`/tool/search_rag`) requires specific environment variables (`VECTOR_DB_TYPE`, `VECTOR_DB_URL`, `VECTOR_DB_API_KEY`) to connect to an external vector database. It defaults to a mock engine for development.
Verified SafeView Analysis
mcp-servers
by joecwales-outlawmindai
Provides server implementations primarily for Minecraft-related development and modding activities.
Provides server implementations primarily for Minecraft-related development and modding activities.
Review RequiredView Analysis
mcp-rust-builder
by CeeArEx
An autonomous Model Context Protocol (MCP) server designed for LLMs to build, debug, and maintain Rust projects, specifically architected to help LLMs create other MCP servers.
An autonomous Model Context Protocol (MCP) server designed for LLMs to build, debug, and maintain Rust projects, specifically architected to help LLMs create other MCP servers.
Setup Requirements
- ⚠️Requires Rust and Cargo to be installed on the host system.
- ⚠️Requires the 'rust-docs' component to be added via `rustup component add rust-docs` for full documentation search functionality.
- ⚠️Requires an initialized Git repository in the working directory for `git_operations` to function.
- ⚠️Client configuration needs an absolute path to the compiled `mcp-rust-builder` executable.
Verified SafeView Analysis
mcp-test-repo-nov24
by LuluBeatson
This repository serves as a test bed for an MCP server, designed to validate the functionality of 18 associated tools.
This repository serves as a test bed for an MCP server, designed to validate the functionality of 18 associated tools.