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)
cdk-api-mcp-server
by konokenj
Serves AWS CDK API references and integration test code as static resources via the Model Context Protocol (MCP), enabling offline access for coding agents.
Serves AWS CDK API references and integration test code as static resources via the Model Context Protocol (MCP), enabling offline access for coding agents.
Setup Requirements
- ⚠️Requires Python 3.8+ to run (Python 3.13+ recommended for development).
- ⚠️The recommended usage command `uvx` requires the 'uv' tool to be installed.
- ⚠️The `cdk_api_downloader` (used for populating documentation) performs GitHub API calls; unauthenticated requests might hit rate limits.
Verified SafeView Analysis
lekhanX
by PrithiviPM2580
Backend API for an AI-powered blogging platform with user authentication, role-based permissions, and content management.
Backend API for an AI-powered blogging platform with user authentication, role-based permissions, and content management.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for local development setup (backend and MongoDB services).
- ⚠️Requires a MongoDB instance for data persistence.
- ⚠️Critical environment variables must be configured (.env.development for dev, production env vars for prod).
Verified SafeView Analysis
Business-Location-Scouter
by HarshavardhanaNaganagoudar
Identifies and ranks optimal business locations by integrating real-time search, macroeconomic indicators, cost metrics, and AI-powered insights.
Identifies and ranks optimal business locations by integrating real-time search, macroeconomic indicators, cost metrics, and AI-powered insights.
Setup Requirements
- ⚠️Requires external API keys for LLMs (Claude/OpenAI) and search (Tavily). These are typically paid services.
- ⚠️The server is remote (Hugging Face space); local deployment details are not provided.
- ⚠️Client-side setup requires Node.js/npm for `npx mcp-remote`.
Review RequiredView Analysis
model-context-protocol-server
by PAIshanMadusha
Provides a Model Context Protocol (MCP) server for AI models, demonstrating task and todo management functionalities, deployable on Cloudflare Workers for remote execution, and also offering local Node.js environments with STDIO transport and either file-based or MongoDB persistence.
Provides a Model Context Protocol (MCP) server for AI models, demonstrating task and todo management functionalities, deployable on Cloudflare Workers for remote execution, and also offering local Node.js environments with STDIO transport and either file-based or MongoDB persistence.
Setup Requirements
- ⚠️Deployment of the `mcp-cloudflare` server requires a Cloudflare account and using the `wrangler` CLI. Cloudflare KV storage, essential for this worker, may necessitate a paid Cloudflare plan.
- ⚠️The `mcp-mongo` server requires a running MongoDB instance.
- ⚠️The `mcp-basic` server requires manual copying of a seed file (`product.txt`) into its `build/seed` directory after compilation.
Verified SafeView Analysis
remote-mcp-server-authless
by Redderdev
Provides an unauthenticated remote Model Context Protocol (MCP) server for integrating custom tools with AI models on Cloudflare Workers.
Provides an unauthenticated remote Model Context Protocol (MCP) server for integrating custom tools with AI models on Cloudflare Workers.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Authentication is intentionally disabled, meaning the server is publicly accessible (suitable for demo, but a security consideration).
- ⚠️Local MCP clients (e.g., Claude Desktop) require the `mcp-remote` proxy to connect to the deployed server.
Verified SafeView Analysis
mcp_lernen
by KlausWeigele
This MCP server manages in-memory notes, allowing an AI agent to list, create, and delete notes via the Model Context Protocol.
This MCP server manages in-memory notes, allowing an AI agent to list, create, and delete notes via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js runtime and is configured to use ES Modules, meaning '"type": "module"' must be present in package.json.
- ⚠️The TypeScript compiler options (e.g., '"module": "Node16"', '"moduleResolution": "Node16"') in tsconfig.json are critical for correct compilation and module resolution.
- ⚠️Integration with Claude Desktop or similar hosts requires manual configuration (e.g., 'claude_desktop_config.json') specifying an absolute path to the compiled 'build/index.js' and a full host restart.
Verified SafeView Analysis
azure-devops-mcp-server
by bugzy-ai
This server integrates Azure DevOps Work Item Tracking with AI assistants like Claude, enabling them to search, create, update, and manage work items.
This server integrates Azure DevOps Work Item Tracking with AI assistants like Claude, enabling them to search, create, update, and manage work items.
Setup Requirements
- ⚠️Requires Azure DevOps organization URL (`AZURE_DEVOPS_ORG_URL`) to be set as an environment variable.
- ⚠️Requires an Azure DevOps Personal Access Token (`AZURE_DEVOPS_PAT`) with `vso.work` and `vso.work_write` scopes to be set as an environment variable.
- ⚠️Requires Node.js version 20.0.0 or higher.
Verified SafeView Analysis
pubmed_cinii_mcp_server
by masa061580
Integrates PubMed and CiNii Research APIs to provide a unified search and retrieval service for academic literature (English and Japanese) via the Model Context Protocol (MCP).
Integrates PubMed and CiNii Research APIs to provide a unified search and retrieval service for academic literature (English and Japanese) via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires NCBI API Key (optional but recommended for higher rate limits).
- ⚠️Requires CiNii APP ID for Japanese literature search functionality (usage limited to academic research purposes).
- ⚠️Standard Python 3 environment and pip dependencies are needed.
Verified SafeView Analysis
hakan-personal-mcp
by sudohakan
A self-healing and self-improving multi-agent AI system designed to manage GitBook documentation, Postman collections, perform database and system operations, cross-instance monitoring, and automatic GitHub backups.
A self-healing and self-improving multi-agent AI system designed to manage GitBook documentation, Postman collections, perform database and system operations, cross-instance monitoring, and automatic GitHub backups.
Setup Requirements
- ⚠️Requires a local Ollama instance running or external OpenAI/Anthropic API keys.
- ⚠️System Optimization tools require Windows with Administrator privileges and specific local PowerShell scripts.
- ⚠️Database tools require corresponding database servers (PostgreSQL, MySQL, MSSQL, SQLite) to be accessible.
Review RequiredView Analysis
remote-mcp-server-authlesssa
by haman211fsdfsd
Deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing calculator tools without requiring authentication, primarily for demonstration and integration with clients like Cloudflare AI Playground or Claude Desktop.
Deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing calculator tools without requiring authentication, primarily for demonstration and integration with clients like Cloudflare AI Playground or Claude Desktop.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment to Cloudflare Workers.
- ⚠️Requires the Cloudflare Wrangler CLI (`wrangler`) to be installed and configured for deployment or local development.
- ⚠️For connecting local MCP clients (e.g., Claude Desktop), the `mcp-remote` npm package needs to be installed and used as a proxy.
Verified SafeView Analysis
mcp-server-test
by AsamiShingo
Facilitate natural language querying and analysis of internal company organizational structures, employee data, and performance evaluation records via a Large Language Model (LLM).
Facilitate natural language querying and analysis of internal company organizational structures, employee data, and performance evaluation records via a Large Language Model (LLM).
Setup Requirements
- ⚠️Requires Docker Compose.
- ⚠️Requires an NVIDIA GPU with drivers for Ollama (`runtime: nvidia`).
- ⚠️Demands manual creation of `logininfo.json` (containing plain text credentials), `url.json` (containing system URLs), and `intermediate.crt` (an SSL certificate) on the local filesystem, which is a significant security risk.
- ⚠️Requires access to an external 'target site' (implied 'NeWarp' system) for data retrieval, with specified intermediate certificates.
Review RequiredView Analysis
devpattern
by agiprolabs
An MCP server enabling AI clients to perform structured problem-solving, maintain context, manage tasks, and generate documentation across thinking sessions.
An MCP server enabling AI clients to perform structured problem-solving, maintain context, manage tasks, and generate documentation across thinking sessions.
Setup Requirements
- ⚠️Requires Node.js runtime (version >=20) or Docker for execution.
- ⚠️Relies on a persistent `DATA_PATH` for session, thought, and task storage; without proper configuration, data may be ephemeral.
- ⚠️Designed to be used by an MCP-compatible client (e.g., Claude Desktop, Cline) or via direct HTTP calls, not as a standalone user-facing application.