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)
SimplyBook-Mcp-Server
by Umair-Siddique
The SimplyBook-Mcp-Server acts as a FastMCP server to provide a structured interface for interacting with the SimplyBook.me REST API, facilitating booking and service management.
The SimplyBook-Mcp-Server acts as a FastMCP server to provide a structured interface for interacting with the SimplyBook.me REST API, facilitating booking and service management.
Setup Requirements
- ⚠️Requires Docker Desktop for the recommended deployment method using Docker Compose.
- ⚠️SimplyBook.me credentials (`SIMPLYBOOK_COMPANY`, `SIMPLYBOOK_LOGIN`, `SIMPLYBOOK_PASSWORD`) are mandatory environment variables.
- ⚠️Ngrok must be installed and authenticated if public access is desired, noting free-tier limitations like changing URLs and session timeouts.
- ⚠️Requires Python 3.11+ for local execution.
Verified SafeView Analysis
mcp-server
by dimmark2
Provides an AI agent with tools to query and explore a Postgres database schema (specifically 'df365') via the Model Context Protocol (MCP).
Provides an AI agent with tools to query and explore a Postgres database schema (specifically 'df365') via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a running PostgreSQL database instance.
- ⚠️Database connection details (host, port, user, password, database) are primarily configured via environment variables, but insecure hardcoded defaults exist.
- ⚠️Relies on the `@modelcontextprotocol/sdk` for client-server communication.
Review RequiredView Analysis
kickflow-mcp-server
by kickflow
This MCP server allows AI agents to interact with the kickflow API for workflow automation and data management.
This MCP server allows AI agents to interact with the kickflow API for workflow automation and data management.
Setup Requirements
- ⚠️Requires Node.js v22.18.0 or higher.
- ⚠️Requires a Kickflow Access Token (KICKFLOW_ACCESS_TOKEN) to be set as an environment variable or passed as a command-line argument.
Verified SafeView Analysis
mcp_calc
by zkangHUST
This server demonstrates a ChatGPT Widget for a calculator application, integrating custom UI components with the OpenAI Apps SDK and Model Context Protocol (MCP).
This server demonstrates a ChatGPT Widget for a calculator application, integrating custom UI components with the OpenAI Apps SDK and Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires manual configuration in the ChatGPT client (protocol, URL, name) after server startup.
- ⚠️Dependencies `fastmcp` and `pydantic` must be installed via pip.
- ⚠️The server is designed for local demonstration; deploying publicly with `allow_origins=["*"]` would require careful security review.
Verified SafeView Analysis
mcp-n8n-automation-bridge
by madnessqw
Integrates 58+ MCP servers with n8n for advanced workflow automation.
Integrates 58+ MCP servers with n8n for advanced workflow automation.
Setup Requirements
- ⚠️Requires a running n8n instance
- ⚠️Requires access/credentials to one or more MCP servers
Review RequiredView Analysis
mcp-server-Personal-Agent-Cross-Platform
by pravinmenghani1
This server provides a cross-platform backend for a personal agent, likely handling agent logic and communication across different operating environments.
This server provides a cross-platform backend for a personal agent, likely handling agent logic and communication across different operating environments.
Review RequiredView Analysis
cc-devkit
by jarrett-au
Configuration synchronization tool for Vibe IDEs (Claude Code), allowing users to sync commands, skills, and MCP configurations from a Git repository or local folder into their development environment.
Configuration synchronization tool for Vibe IDEs (Claude Code), allowing users to sync commands, skills, and MCP configurations from a Git repository or local folder into their development environment.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️If syncing from a remote repository via `--from`, Git must be installed on the system.
- ⚠️The source configuration repository must strictly adhere to a specific structure (e.g., `commands/`, `skills/`, `mcp.json`, and `README.md` must be present at the root).
Verified SafeView Analysis
mcp-finnhub
by cfdude
Accessing and analyzing Finnhub financial market data for stocks, crypto, and forex, including technical analysis, fundamentals, and news sentiment.
Accessing and analyzing Finnhub financial market data for stocks, crypto, and forex, including technical analysis, fundamentals, and news sentiment.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires a Finnhub API key (free tier available with limitations, paid tiers offer higher rate limits).
- ⚠️Requires `FINNHUB_STORAGE_DIR` environment variable to be set for data storage.
Verified SafeView Analysis
mcp-proxy
by gavinz0228
Acts as a proxy for managing and fetching data from multiple MCP servers, likely used in a gaming or service orchestration context.
Acts as a proxy for managing and fetching data from multiple MCP servers, likely used in a gaming or service orchestration context.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for setup.
- ⚠️Relies on external `uvx` command and `mcp-server-fetch` utility to be available in the container or host environment for fetching server data.
- ⚠️Uses `network_mode: host`, which requires careful consideration of host network security and may conflict with other services.
Review RequiredView Analysis
Sonique
by git-sharwaree
An AI-powered audio toolkit for transcription, summarization, sentiment, speaker, and topic analysis of spoken content, with an interactive UI and MCP server support for agent integration.
An AI-powered audio toolkit for transcription, summarization, sentiment, speaker, and topic analysis of spoken content, with an interactive UI and MCP server support for agent integration.
Setup Requirements
- ⚠️Requires AssemblyAI API Key (Paid Service)
- ⚠️Local audio files must be accessible by the server or provided via URL
- ⚠️Python 3.8+ recommended for modern dependencies
Verified SafeView Analysis
todotracker
by noctivagous
AI-powered todo management system for software development projects, integrating with agentic code editors via Model Context Protocol (MCP).
AI-powered todo management system for software development projects, integrating with agentic code editors via Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️MCP client integration (e.g., Cursor IDE, Claude Desktop) requires manual JSON configuration with absolute paths to the TodoTracker installation, which can be error-prone for new users.
- ⚠️When run directly without explicit project context, it defaults to a 'development/testing database' (`./data/project.db`) instead of a project-specific database, which can be confusing if not understood.
Verified SafeView Analysis
mcp-gateway
by joydeep2024
A simple HTTP proxy designed for monitoring and debugging requests and responses flowing between an MCP client and an MCP server.
A simple HTTP proxy designed for monitoring and debugging requests and responses flowing between an MCP client and an MCP server.
Setup Requirements
- ⚠️Requires Flask, requests, and python-dotenv Python modules to be installed.
- ⚠️An existing MCP server must be running and its URL configured in a .env file as TARGET_BASE.