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)
Monopoly-Game-MCP
by Tochi-Nwachukwu
This project provides an MCP (Multi-Modal Controller Protocol) server for a Monopoly game, allowing AI agents (OpenAI GPT, Ollama Llama) to compete by making decisions via exposed game tools.
This project provides an MCP (Multi-Modal Controller Protocol) server for a Monopoly game, allowing AI agents (OpenAI GPT, Ollama Llama) to compete by making decisions via exposed game tools.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid service) for OpenAI agents
- ⚠️Requires a local Ollama server running and the Llama 3.1 model pulled for Ollama agents
- ⚠️Python 3.12+ is required
Verified SafeView Analysis
ssh-client-mcp
by moinugare19
A Model Context Protocol (MCP) server enabling AI assistants like Claude to interact with remote SSH/SFTP servers for command execution and file operations.
A Model Context Protocol (MCP) server enabling AI assistants like Claude to interact with remote SSH/SFTP servers for command execution and file operations.
Setup Requirements
- ⚠️Requires Node.js runtime (>=18.0.0).
- ⚠️Requires proper SSH access and authentication setup (password or private key) for target remote servers.
- ⚠️Integration is specifically mentioned with Claude Desktop, requiring manual configuration of its 'claude_desktop_config.json' file.
- ⚠️The local server process needs file system access on the machine where it runs for 'sftp_upload' and 'sftp_download' operations ('localPath').
Verified SafeView Analysis
lapalma24-mcp
by La-Palma-24
Provides a Model Context Protocol (MCP) server for searching and discovering vacation rental properties in La Palma, Canary Islands.
Provides a Model Context Protocol (MCP) server for searching and discovering vacation rental properties in La Palma, Canary Islands.
Setup Requirements
- ⚠️The `API_KEY` environment variable should be set in production to override the hardcoded 'demo_key_12345' default, ensuring appropriate backend access permissions.
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Requires `npm install` to install dependencies and `tsc` to build TypeScript files into JavaScript.
Verified SafeView Analysis
mcp-server
by nlvcodes
Payload CMS Website Template for building blogs, portfolios, and content publishing platforms with a backend admin panel.
Payload CMS Website Template for building blogs, portfolios, and content publishing platforms with a backend admin panel.
Setup Requirements
- ⚠️Requires environment variables: PAYLOAD_SECRET, DATABASE_URI, NEXT_PUBLIC_SERVER_URL (or VERCEL_PROJECT_PRODUCTION_URL), PREVIEW_SECRET, CRON_SECRET.
- ⚠️Requires MongoDB instance.
- ⚠️Initial setup requires creating an admin user via the Payload UI to seed content.
- ⚠️Uses pnpm for package management.
Verified SafeView Analysis
retellsimp
by itsanamune
Provides an MCP interface to the Retell AI API for managing and deploying AI phone and chat agents through compatible clients.
Provides an MCP interface to the Retell AI API for managing and deploying AI phone and chat agents through compatible clients.
Setup Requirements
- ⚠️Requires 'RETELL_API_KEY' environment variable to be set.
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️A build step ('npm run build') is necessary to compile TypeScript to JavaScript before execution.
- ⚠️Configuration with Claude clients requires specifying the full path to the compiled 'dist/index.js' file.
Verified SafeView Analysis
mcp-weather-server
by NovSerg
Provides real-time and forecast weather data, air quality information, and multi-city weather trend analysis via the Model Context Protocol (MCP), integrating with OpenWeather and OpenRouter APIs.
Provides real-time and forecast weather data, air quality information, and multi-city weather trend analysis via the Model Context Protocol (MCP), integrating with OpenWeather and OpenRouter APIs.
Setup Requirements
- ⚠️Requires OpenWeather API Key (Paid or Free Tier)
- ⚠️Requires Node.js and npm installed
- ⚠️OpenRouter API Key (Paid Tier) is optional for basic analysis, but required for full LLM-powered trend analysis
Verified SafeView Analysis
fccs-mcp-ag-server
by ivossos
An interactive agentic server for Oracle EPM Cloud Financial Consolidation and Close (FCCS) applications, providing performance dashboards, financial analysis, data reporting, and an RL-enhanced tool execution engine.
An interactive agentic server for Oracle EPM Cloud Financial Consolidation and Close (FCCS) applications, providing performance dashboards, financial analysis, data reporting, and an RL-enhanced tool execution engine.
Setup Requirements
- ⚠️Requires access to an Oracle EPM Cloud FCCS instance with appropriate API credentials (FCCS_API_ENDPOINT, FCCS_USERNAME, FCCS_PASSWORD).
- ⚠️Database initialization is required (python scripts/init_db.py) and defaults to SQLite, but can be configured for PostgreSQL via DATABASE_URL.
- ⚠️Optional Gmail API credentials (GMAIL_CREDENTIALS_PATH, GMAIL_TOKEN_PATH) are needed for email functionalities.
Verified SafeView Analysis
proxmox-mcp
by BenjaminDuthe
MCP server enabling Claude to manage Proxmox VE infrastructure for VMs, LXC containers, snapshots, storage, and cluster resources.
MCP server enabling Claude to manage Proxmox VE infrastructure for VMs, LXC containers, snapshots, storage, and cluster resources.
Setup Requirements
- ⚠️Requires a running Proxmox VE instance and API access. Authentication requires either `PROXMOX_TOKEN_ID` and `PROXMOX_TOKEN_SECRET` OR `PROXMOX_USER` and `PROXMOX_PASSWORD`.
- ⚠️For SSH tools (e.g., `ssh_execute`, `vm_exec_sync`), an SSH key must be generated and authorized on the Proxmox host, and its path explicitly mounted into the Docker container or provided to the local Python environment (e.g., `~/.ssh/id_proxmox`). This involves careful filesystem permissions (`chmod 600`).
- ⚠️By default, SSL certificate verification for the Proxmox API and SSH host key verification are disabled, which simplifies setup but introduces a security risk (Man-in-the-Middle). For production use, it's recommended to enable verification and configure proper certificates/known hosts.
Review RequiredView Analysis
geng_weather_mcp_server
by zhig653-lang
Provides weather and relative date to absolute date conversion utilities as an MCP server for AI models.
Provides weather and relative date to absolute date conversion utilities as an MCP server for AI models.
Setup Requirements
- ⚠️Requires an Aliyun Weather API `APPCODE` to fetch weather data. The placeholder in `src/service.ts` must be replaced with a valid key.
- ⚠️The server listens on port 5000, ensure it's available.
Review RequiredView Analysis
ai-document-mcp-server
by adi01012002
An AI-powered Model Context Protocol (MCP) server designed for intelligent document processing, including text extraction, document type detection, and AI-driven chat with context retention via Google Gemini AI.
An AI-powered Model Context Protocol (MCP) server designed for intelligent document processing, including text extraction, document type detection, and AI-driven chat with context retention via Google Gemini AI.
Setup Requirements
- ⚠️Requires a Google Gemini API key, which may involve costs for API usage.
- ⚠️The application architecture consists of two separate Node.js processes (an 'Express-client' and the 'MCP Server') that need to be run concurrently for full functionality.
- ⚠️Requires Node.js version 16 or higher.
Verified SafeView Analysis
mcp-trillium
by dcstang
Manages and automates operations within a Trilium Notes instance, enabling programmatic search, content manipulation, and attribute updates.
Manages and automates operations within a Trilium Notes instance, enabling programmatic search, content manipulation, and attribute updates.
Setup Requirements
- ⚠️Requires a running Trilium Notes instance accessible at http://localhost:37840/etapi
- ⚠️Requires Python 3.12 or newer
- ⚠️TRILIUM_API_KEY environment variable must be set
Verified SafeView Analysis
kinescope-mcp
by kinescoper
Provides a Model Context Protocol (MCP) server to access Kinescope video platform APIs, enabling AI models to interact with video management, analytics, and live streaming functionalities.
Provides a Model Context Protocol (MCP) server to access Kinescope video platform APIs, enabling AI models to interact with video management, analytics, and live streaming functionalities.
Setup Requirements
- ⚠️Requires a Kinescope API key (KINESCOPE_API_KEY environment variable or --api-key flag).
- ⚠️Cursor IDE has an 80-tool limit, which requires careful configuration (`--include-all-tools` with `--resource` filtering or relying on dynamic tools) to avoid exceeding it.
- ⚠️Requires Node.js version 18.0.0 or higher.