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(9120)
rails_mcp_engine
by sh1nj1
A Rails engine for building and managing LLM tools, unifying Sorbet-typed service classes into both RubyLLM and FastMCP tool definitions.
A Rails engine for building and managing LLM tools, unifying Sorbet-typed service classes into both RubyLLM and FastMCP tool definitions.
Setup Requirements
- ⚠️Requires Ruby 3.4.4.
- ⚠️Requires API keys for OpenAI, Google/Gemini, and/or Anthropic for LLM functionality (these are paid services).
- ⚠️Claude Desktop MCP configuration requires an absolute path to the `test_app` directory, which can be a common setup friction.
- ⚠️Using the remote SSE client with Claude Desktop requires `npx` (Node.js package runner) to be installed.
- ⚠️The playground feature allows executing arbitrary Ruby code, posing a significant security risk if used with untrusted input or in a production environment.
Review RequiredView Analysis
agent-layer
by nicholasjconn
Agent Layer ensures consistency in AI-assisted development by generating client-specific configurations from a single, repo-local source of truth.
Agent Layer ensures consistency in AI-assisted development by generating client-specific configurations from a single, repo-local source of truth.
Setup Requirements
- ⚠️Requires 'curl' for initial installation.
- ⚠️Requires target AI client (e.g., Gemini CLI, Claude Code CLI, Codex CLI, VS Code) to be installed and on your PATH.
- ⚠️Development setup (`./scripts/setup.sh`) requires Go 1.25.6+, Git, and Make.
Verified SafeView Analysis
qdrant-neo4j-crawl4ai-mcp
by Hyperkorn
A unified Model Context Protocol (MCP) server for agentic RAG, combining vector search, knowledge graphs, and web intelligence for AI assistant interactions.
A unified Model Context Protocol (MCP) server for agentic RAG, combining vector search, knowledge graphs, and web intelligence for AI assistant interactions.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for local development setup of Qdrant, Neo4j, and Redis databases.
- ⚠️Requires an OpenAI API Key for GraphRAG functionalities (knowledge extraction, memory consolidation) and potentially for LLM-powered web extraction strategies, which can incur significant costs.
- ⚠️The project explicitly uses 'uv' for dependency management, requiring users to install this specific package manager.
Verified SafeView Analysis
chuk-mcp-math-server
by chrishayuk
Provides a highly configurable, high-performance server for a wide range of mathematical computations via the Mathematical Computation Protocol (MCP).
Provides a highly configurable, high-performance server for a wide range of mathematical computations via the Mathematical Computation Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️For local Claude Desktop integration, absolute paths must be used in the configuration, not relative or `~` paths.
Verified SafeView Analysis
lokalise-mcp
by AbdallahAHO
Connects AI assistants to Lokalise for managing translation projects and automating localization workflows through natural conversation.
Connects AI assistants to Lokalise for managing translation projects and automating localization workflows through natural conversation.
Setup Requirements
- ⚠️Requires a Lokalise API Key (a Lokalise account, potentially paid, is needed for full functionality).
- ⚠️Requires Node.js 18+ for direct installation and execution, or a compatible environment for the Smithery CLI.
- ⚠️This is an MCP server that needs to be actively running in your environment (e.g., via Docker or `npm run start`) to be accessible by your AI assistant.
Verified SafeView Analysis
tiger-skills-mcp-server
by timescale
This server emulates Anthropic's skill format, enabling LLMs to utilize specialized knowledge and tools via the Model Context Protocol (MCP).
This server emulates Anthropic's skill format, enabling LLMs to utilize specialized knowledge and tools via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a GitHub Personal Access Token (`GITHUB_TOKEN`) with `repo`, `read:org`, `read:user`, `user:email` scopes to fetch GitHub-hosted skills.
- ⚠️Access to external LLM APIs (e.g., Anthropic, OpenAI) is required, configured via environment variables (`LOW_TASK_MODEL`, `MEDIUM_TASK_MODEL`, `HIGH_TASK_MODEL`).
- ⚠️Subagent functionality requires a `mcp.yaml` configuration file to specify additional external tools, which must be carefully vetted for security.
Review RequiredView Analysis
scrapfly-mcp
by scrapfly
Connects AI assistants to live web data, enabling real-time web scraping, structured data extraction, anti-bot bypass, and screenshots from any website.
Connects AI assistants to live web data, enabling real-time web scraping, structured data extraction, anti-bot bypass, and screenshots from any website.
Setup Requirements
- ⚠️Requires a Scrapfly API Key (a paid service) for core functionality like scraping and extraction.
- ⚠️Requires a Go runtime or Docker for local/self-hosted deployment.
- ⚠️If running the HTTP server without providing an API key via command-line (`-apikey`) or environment variable (`SCRAPFLY_API_KEY`), the API key must be supplied with each HTTP request (e.g., via `Authorization` header or `apiKey` query parameter).
Verified SafeView Analysis
pingone-mcp-server
by pingidentity
Enables AI assistants to review and manage PingOne tenants by integrating the PingOne management API into AI assistant conversations.
Enables AI assistants to review and manage PingOne tenants by integrating the PingOne management API into AI assistant conversations.
Setup Requirements
- ⚠️Requires a licensed or trial PingOne cloud subscription.
- ⚠️Requires an MCP-compatible client (e.g., VS Code Copilot Chat, Claude Desktop).
- ⚠️Requires manual setup of a 'worker application' in your PingOne tenant with specific OAuth 2.0 configurations (e.g., Redirect URI, Grant Type, Roles).
Verified SafeView Analysis
stateful-auth-for-mcp-servers
by SirKanaad26
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.
Integrates Google Gmail and Calendar APIs to enable an AI agent to read emails and manage calendar events with stateful authorization for event deletions.
Setup Requirements
- ⚠️Requires Python 3.12+ (as per pyproject.toml)
- ⚠️Requires a Google Cloud project with Gmail API and Google Calendar API enabled.
- ⚠️Requires Google OAuth 2.0 Desktop Client credentials (`credentials.json`) from Google Cloud Console.
- ⚠️Requires `uv` for dependency installation or `pip install -r requirements.txt`.
Review RequiredView Analysis
hn-mcp-server
by CyrilBaah
Provides programmatic access to HackerNews content via the Model Context Protocol (MCP) for AI assistants and other clients to search, retrieve, and analyze stories, comments, and user profiles.
Provides programmatic access to HackerNews content via the Model Context Protocol (MCP) for AI assistants and other clients to search, retrieve, and analyze stories, comments, and user profiles.
Setup Requirements
- ⚠️Requires Python 3.11+
- ⚠️HTTP/SSE transport mode requires additional dependencies (`starlette`, `uvicorn`, `sse-starlette`) installed via `pip install hn-mcp-server[http]`
Verified SafeView Analysis
ai-tutor
by SDSU-CompE-561-Fall-2025
AI Tutor is a comprehensive learning platform that helps students study smarter by interacting with an AI model, generating educational videos, and providing learning insights, integrating with Google Drive for document management.
AI Tutor is a comprehensive learning platform that helps students study smarter by interacting with an AI model, generating educational videos, and providing learning insights, integrating with Google Drive for document management.
Setup Requirements
- ⚠️Requires OpenAI, ElevenLabs, and Google Gemini API keys (potentially paid services).
- ⚠️Requires a Google Cloud Project setup for Google OAuth2 (CLIENT_ID, CLIENT_SECRET, REDIRECT_URI).
- ⚠️Requires `uv` for Python package management and `Node.js` for the frontend if not using Docker.
- ⚠️Docker is highly recommended for simplified setup, otherwise, multiple services need to be started manually.
Verified SafeView Analysis
akMcpServer
by morrain
This server provides real-time and historical stock market data to LLMs via the Model Context Protocol, including a Puppeteer-based fallback.
This server provides real-time and historical stock market data to LLMs via the Model Context Protocol, including a Puppeteer-based fallback.
Setup Requirements
- ⚠️Requires a separate AkShare API wrapper service to be running and accessible at `AKSHARE_API_BASE_URL`.
- ⚠️Puppeteer's `--no-sandbox` argument significantly reduces security, which is a concern if the server is exposed to untrusted web content or running in a non-isolated environment.
- ⚠️Node.js and pnpm must be installed to run directly (though `npx` abstracts `pnpm install`).