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)
secop-mcp-project
by oddradioada
AI-powered intelligent access to Colombian public procurement data (SECOP II) for searching processes, retrieving details, and aggregating statistics.
AI-powered intelligent access to Colombian public procurement data (SECOP II) for searching processes, retrieving details, and aggregating statistics.
Setup Requirements
- ⚠️Requires Socrata API Key, API Secret, and App Token for full functionality and to avoid strict rate limits. These must be obtained from datos.gov.co.
- ⚠️Requires Node.js v18 or higher to run, with a specific `start.sh` script provided for WSL users to manage Node environments.
- ⚠️For Claude Desktop users on Windows running from WSL, a specific configuration using `wsl.exe` is needed to correctly invoke the server script.
Verified SafeView Analysis
clockify-mcp
by wimwenigerkind
This MCP Server acts as an adapter for the Clockify time tracking API, providing tools to interact with time entries, workspaces, users, clients, and projects.
This MCP Server acts as an adapter for the Clockify time tracking API, providing tools to interact with time entries, workspaces, users, clients, and projects.
Setup Requirements
- ⚠️Requires CLOCKIFY_API_KEY environment variable to be set.
- ⚠️Requires Node.js runtime (version >=18.18.0).
- ⚠️Communicates via standard I/O, requiring an MCP-compatible client or host environment for interaction.
Verified SafeView Analysis
E-RaktkoshMCP
by pilgrim-AIEngineer
Provides an agentic interface for querying real-time blood stock availability from the eRaktKosh portal using natural language.
Provides an agentic interface for querying real-time blood stock availability from the eRaktKosh portal using natural language.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️Requires a Google API Key (for Gemini models, potentially paid usage)
- ⚠️Requires Playwright browser installation (`uv run playwright install`)
Verified SafeView Analysis
cursor-global
by gjoeckel
Provides a global, portable Cursor IDE configuration for AI-assisted development, including robust workflow automation, MCP server management, and smart Git operations.
Provides a global, portable Cursor IDE configuration for AI-assisted development, including robust workflow automation, MCP server management, and smart Git operations.
Setup Requirements
- ⚠️Requires Node.js, npm, Git, and 'jq' to be installed on the system.
- ⚠️A GitHub Personal Access Token (GITHUB_TOKEN) with appropriate scopes is required for GitHub integration.
- ⚠️MCP server management scripts (`start-mcp-servers.sh`, `restart-mcp-servers.sh`) hardcode 'PROJECT_ROOT' to '${HOME}/Projects/accessilist', which limits the 'fully portable' claim for MCP server startup if custom MCP servers are not cloned/built at that specific path.
Verified SafeView Analysis
startmcp
by Lazareprotrusible421
A unified gateway server for connecting multiple AI assistants to various backend data sources and tools, standardizing integration through the Model Context Protocol (MCP).
A unified gateway server for connecting multiple AI assistants to various backend data sources and tools, standardizing integration through the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.12 or higher.
- ⚠️Node.js v18+ and `npx` are required for the Atlassian provider (which uses `mcp-remote`).
- ⚠️API keys/OAuth access are needed for each integrated backend service (e.g., GitHub, Jira, FireCrawl).
Verified SafeView Analysis
Figma-MCP-Designer
by fahadazizz
Extracts, parses, and normalizes Figma design information into a structured JSON schema via a Model Context Protocol (MCP) server.
Extracts, parses, and normalizes Figma design information into a structured JSON schema via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Figma Personal Access Token (from Figma settings)
- ⚠️Python 3.10+ is required
Verified SafeView Analysis
root-mcp
by MohamedElashri
Empowers Large Language Models (LLMs) to natively understand and analyze CERN ROOT files for High Energy Physics (HEP) analysis.
Empowers Large Language Models (LLMs) to natively understand and analyze CERN ROOT files for High Energy Physics (HEP) analysis.
Setup Requirements
- ⚠️Requires `scipy` and `matplotlib` for 'extended' mode functionality (though it gracefully falls back to 'core' mode if missing).
- ⚠️Requires a `config.yaml` file to define `security.allowed_roots` and `resources` for any file access. Without proper configuration, tools will fail with security or resource not found errors.
- ⚠️Requires Python 3.10 or newer.
Verified SafeView Analysis
mcp-server
by marcustomazelli
Provides weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
Provides weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
Setup Requirements
- ⚠️Requires Python 3.12 or newer.
- ⚠️Requires active internet connectivity for NWS API calls.
- ⚠️Relies on the 'mcp[cli]' package for execution.
Verified SafeView Analysis
baseql-mcp
by Jnix2007
An MCP server providing AI agents with comprehensive tools and context for querying Base chain data via the Coinbase Developer Platform SQL API, including contract lookups, ENS resolution, and real-time CEX pricing.
An MCP server providing AI agents with comprehensive tools and context for querying Base chain data via the Coinbase Developer Platform SQL API, including contract lookups, ENS resolution, and real-time CEX pricing.
Setup Requirements
- ⚠️Requires CDP API Key ID and Secret from Coinbase Developer Platform (Paid API usage).
- ⚠️Requires CDP_WALLET_SECRET if X402 payments are enabled (ENABLE_PAYMENTS=true).
- ⚠️Requires deployment to a public URL (e.g., Vercel) for use with ChatGPT.
Verified SafeView Analysis
instagram-mcp-server
by osborn1997
An HTTP Model Context Protocol (MCP) server for integrating AI assistants with Instagram and Facebook APIs, enabling conversational automation for messaging, content management, and profile interactions.
An HTTP Model Context Protocol (MCP) server for integrating AI assistants with Instagram and Facebook APIs, enabling conversational automation for messaging, content management, and profile interactions.
Setup Requirements
- ⚠️Requires extensive setup on Facebook/Meta Developer portal to obtain `FB_APP_ID`, `FB_APP_SECRET`, `FB_PAGE_ID`, `IG_ACCOUNT_ID`, and a `FB_PAGE_ACCESS_TOKEN` with numerous specific permissions.
- ⚠️Requires an external PostgreSQL database (Supabase recommended) with schema migrations to persist workflows, executions, and sessions.
- ⚠️Requires a Redis instance for hot session caching and rate limiting.
Review RequiredView Analysis
sample-mcp-server
by tniita
This server acts as a tool endpoint for a Multi-Agent Communication Protocol (MCP), specifically handling JSON-RPC POST requests and returning a simulated search result.
This server acts as a tool endpoint for a Multi-Agent Communication Protocol (MCP), specifically handling JSON-RPC POST requests and returning a simulated search result.
Setup Requirements
- ⚠️Requires Python 3.x
- ⚠️Requires `fastapi` library
- ⚠️Requires `uvicorn` to run the server
Verified SafeView Analysis
timedoctor-mcp
by Mohadjkfahskjdh
Extracts time tracking data from Time Doctor, parses it, and exports it in CSV or JSON format for analysis, primarily integrating with AI assistants via MCP.
Extracts time tracking data from Time Doctor, parses it, and exports it in CSV or JSON format for analysis, primarily integrating with AI assistants via MCP.
Setup Requirements
- ⚠️Requires valid Time Doctor account credentials (TD_EMAIL, TD_PASSWORD).
- ⚠️Requires Playwright Chromium browser binaries to be installed (`playwright install chromium`), which downloads ~130MB.
- ⚠️Python 3.12 or 3.13 is strongly recommended for development and execution.