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)
multi-repo-context-MCP-server
by alessandropac96
A reusable server for agents to interact with and gain context from multiple local code repositories using a hierarchical tool organization.
A reusable server for agents to interact with and gain context from multiple local code repositories using a hierarchical tool organization.
Setup Requirements
- ⚠️Requires Node.js (version 18+ recommended by dependencies).
- ⚠️Requires local code repositories to be configured via a JSON file (`.multi-repo-mcp/repos.json`, `~/.multi-repo-mcp/repos.json`) or environment variables (`MULTI_REPO_MCP_CONFIG`, `MULTI_REPO_MCP_REPOS_PATH`).
Review RequiredView Analysis
mcp-server-auth-poc
by ashera96
An MCP server demonstrating dual authentication (API Key and OAuth 2.0 Client Credentials) for tool invocation in a stateless mode.
An MCP server demonstrating dual authentication (API Key and OAuth 2.0 Client Credentials) for tool invocation in a stateless mode.
Setup Requirements
- ⚠️Requires Node.js and npm for installation and execution.
- ⚠️For HTTPS mode, self-signed certificates must be generated first (`./generate-certs.sh`), and clients like `curl` need the `-k` flag to bypass certificate validation.
- ⚠️Uses hardcoded credentials (`API Key`, `OAuth2 Client ID/Secret`) suitable only for POC testing; these are not secure for production environments.
Verified SafeView Analysis
cf-mcp
by pusewicz
Provides an MCP server to generate, search, and retrieve documentation for the Cute Framework (C/C++).
Provides an MCP server to generate, search, and retrieve documentation for the Cute Framework (C/C++).
Setup Requirements
- ⚠️Ruby environment (3.2+) required.
- ⚠️Requires Cute Framework header files (can be downloaded automatically with internet access using `--download`, or provided via `--root` flag).
Verified SafeView Analysis
document-sync
by shoutout-labs
Enables AI agents to query local project files and documentation using Google's Gemini File Search API, creating an always-up-to-date knowledge base for various organizational roles.
Enables AI agents to query local project files and documentation using Google's Gemini File Search API, creating an always-up-to-date knowledge base for various organizational roles.
Setup Requirements
- ⚠️Requires a Google Gemini API Key, which is a paid service (though a free tier is typically available for limited usage).
- ⚠️Relies on the `document-sync.json` configuration file, which is usually generated by the associated VS Code/Cursor extension, implying the extension needs to be set up and run first.
- ⚠️The Express server component, if used (`npm run serve`), allows broad CORS access, which should be considered if deploying beyond a local or private network.
Verified SafeView Analysis
filesystem-context-mcp-server
by j0hanz
Provides AI assistants with secure read-only filesystem access for exploring, searching, and reading files within approved directories.
Provides AI assistants with secure read-only filesystem access for exploring, searching, and reading files within approved directories.
Setup Requirements
- ⚠️Requires Node.js >= 22.17.0 to run.
- ⚠️Requires explicit configuration of accessible directories via CLI arguments (e.g., --allow-cwd) or the MCP Roots protocol; otherwise, the server starts with no accessible files.
- ⚠️Requires specific client-side configuration (e.g., .vscode/mcp.json for VS Code) for integration.
Verified SafeView Analysis
MCP_using_csharp
by vizsphere
This project implements Model Context Protocol (MCP) servers and clients in C# for building AI agent tools, including an echo server and services for CRM and support integration.
This project implements Model Context Protocol (MCP) servers and clients in C# for building AI agent tools, including an echo server and services for CRM and support integration.
Setup Requirements
- ⚠️Requires .NET SDK to build and run.
- ⚠️External API keys (e.g., Freshdesk, Pipedrive) are required for specific services and must be obtained/configured.
- ⚠️Hardcoded secrets in development configuration files must be replaced with secure environment variables or a configuration management solution for production use.
Review RequiredView Analysis
remote-mcp-server-authless
by chaniji
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.
Setup Requirements
- ⚠️Requires a Cloudflare Workers account for deployment.
- ⚠️No authentication is implemented by default, making the exposed tools publicly accessible.
- ⚠️Relies on Cloudflare's specific AI ecosystem dependencies (`@modelcontextprotocol/sdk`, `agents`).
Verified SafeView Analysis
ruleforge-mcp-server
by Etude-Labs
Exposes project rules and workflows as Model Context Protocol (MCP) resources for AI coding tools and IDEs.
Exposes project rules and workflows as Model Context Protocol (MCP) resources for AI coding tools and IDEs.
Setup Requirements
- ⚠️Requires .NET 9 SDK
- ⚠️HTTP transport lacks built-in authentication, requires external API gateway/service mesh for secure production use.
Verified SafeView Analysis
ml-mcp-server
by wplaunchify
Universal Model Context Protocol (MCP) Server for WordPress, Fluent Suite, and MinuteLaunch plugins. Connects AI assistants directly to WordPress for comprehensive management of content, e-commerce, CRM, community, and advanced site operations.
Universal Model Context Protocol (MCP) Server for WordPress, Fluent Suite, and MinuteLaunch plugins. Connects AI assistants directly to WordPress for comprehensive management of content, e-commerce, CRM, community, and advanced site operations.
Setup Requirements
- ⚠️Requires Node.js 18 or higher.
- ⚠️A WordPress site with the `ml-mcp` or `fluent-mcp` plugin installed is mandatory.
- ⚠️Requires a WordPress Application Password with administrative privileges.
- ⚠️Mandatory environment variables: `WORDPRESS_API_URL`, `WORDPRESS_USERNAME`, `WORDPRESS_APP_PASSWORD`.
- ⚠️Optional API keys/credentials for specific advanced tools (e.g., SERP API for Google Images, Noun Project API for icons) if MinuteLaunch Media Hub is utilized.
Review RequiredView Analysis
climcp
by aster-void
Provides a command-line interface for interacting with Model Context Protocol (MCP) servers, allowing users to list and call tools either interactively or for one-shot execution.
Provides a command-line interface for interacting with Model Context Protocol (MCP) servers, allowing users to list and call tools either interactively or for one-shot execution.
Setup Requirements
- ⚠️Requires the Bun runtime environment.
Review RequiredView Analysis
mediawiki-mcp
by JustinJmnz
Facilitates LLM integration with MediaWiki by providing a set of read-only and draft management tools for wiki interaction.
Facilitates LLM integration with MediaWiki by providing a set of read-only and draft management tools for wiki interaction.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for the MediaWiki and MariaDB instances.
- ⚠️Requires .NET 8.0 SDK or later for the MCP server application.
- ⚠️The provided setup uses hardcoded, weak passwords for database and MediaWiki admin accounts, which must be changed for any non-local or production environment.
Review RequiredView Analysis
mcp-search-server
by devleo10
A Model Context Protocol (MCP) server providing a `search_file` tool for efficient keyword and regex searching within files, designed to integrate with AI clients like Cursor and Claude Desktop.
A Model Context Protocol (MCP) server providing a `search_file` tool for efficient keyword and regex searching within files, designed to integrate with AI clients like Cursor and Claude Desktop.
Setup Requirements
- ⚠️Requires Bun runtime to be installed.
- ⚠️Manual configuration of MCP client (`mcp.json`) is needed for integration with Cursor/Claude Desktop, requiring specific paths.
- ⚠️The `WORKSPACE_ROOT` environment variable should be set for enhanced security and access control, or the server will default to `process.cwd()`.