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(7632)
metorial-index
by metorial
Indexes and categorizes open-source Model Context Protocol (MCP) servers by scraping their GitHub repositories, fetching READMEs, and leveraging AI to generate descriptions and categories for a comprehensive catalog.
Indexes and categorizes open-source Model Context Protocol (MCP) servers by scraping their GitHub repositories, fetching READMEs, and leveraging AI to generate descriptions and categories for a comprehensive catalog.
Setup Requirements
- ⚠️Requires Bun runtime
- ⚠️Requires GITHUB_TOKEN environment variable
- ⚠️Requires OPENAI_API_KEY environment variable (Paid service)
- ⚠️Wipes and recreates database on each run (`prisma db push --force-reset`)
Verified SafeView Analysis
claude-codex-settings
by fcakyon
This repository provides a comprehensive toolkit and configuration for developing and utilizing Claude Code plugins, including skills, commands, hooks, subagents, and MCP servers to extend AI capabilities for coding and development tasks.
This repository provides a comprehensive toolkit and configuration for developing and utilizing Claude Code plugins, including skills, commands, hooks, subagents, and MCP servers to extend AI capabilities for coding and development tasks.
Setup Requirements
- ⚠️Requires installation of multiple external tools (jq, gh, ruff, prettier, npm) beyond Claude Code itself.
- ⚠️API keys for various external services (e.g., Tavily, Anthropic, GitHub) are required for full functionality.
- ⚠️A manual symlink `ln -s CLAUDE.md AGENTS.md` is required post-installation for cross-tool compatibility.
Verified SafeView Analysis
mcp-run-python
by pydantic
MCP server to securely run untrusted Python code in a sandboxed WebAssembly environment, typically as a tool for AI agents.
MCP server to securely run untrusted Python code in a sandboxed WebAssembly environment, typically as a tool for AI agents.
Setup Requirements
- ⚠️Requires Deno to be installed on the host machine.
- ⚠️Requires Python 3.10 or higher for the `mcp-run-python` host package.
- ⚠️Initial setup (loading Pyodide, installing dependencies) can incur a noticeable startup cost and network bandwidth.
Verified SafeView Analysis
graphlit-mcp-server
by graphlit
The Model Context Protocol (MCP) Server integrates with the Graphlit Platform to provide an LLM-enabled knowledge API, enabling ingestion, search, retrieval, RAG, and publishing of content from various data connectors for MCP clients.
The Model Context Protocol (MCP) Server integrates with the Graphlit Platform to provide an LLM-enabled knowledge API, enabling ingestion, search, retrieval, RAG, and publishing of content from various data connectors for MCP clients.
Setup Requirements
- ⚠️Requires Node.js 18.x or higher.
- ⚠️Requires an active account on the Graphlit Platform with API access.
- ⚠️Many tools require specific API keys/tokens configured as environment variables (e.g., SLACK_BOT_TOKEN, NOTION_API_KEY) for their respective data connectors.
Verified SafeView Analysis
zotero-mcp
by cookjohn
Integrates Zotero, a leading reference management tool, with AI assistants through the Model Context Protocol (MCP) to enable intelligent search, retrieval, and analysis of academic literature and annotations.
Integrates Zotero, a leading reference management tool, with AI assistants through the Model Context Protocol (MCP) to enable intelligent search, retrieval, and analysis of academic literature and annotations.
Setup Requirements
- ⚠️Requires Zotero 7.0+ installed and running.
- ⚠️Requires Node.js 18.0+ for AI client integrations (e.g., for 'npx mcp-remote' command used by some clients like Claude Desktop).
- ⚠️Manual plugin installation (downloading .xpi) and AI client JSON configuration are required.
Verified SafeView Analysis
tfmcp
by nwiizo
A CLI tool enabling LLMs to interact with and manage Terraform infrastructure through the Model Context Protocol (MCP), offering advanced analysis and security features.
A CLI tool enabling LLMs to interact with and manage Terraform infrastructure through the Model Context Protocol (MCP), offering advanced analysis and security features.
Setup Requirements
- ⚠️Terraform CLI must be installed and available in PATH.
- ⚠️Requires Rust (version 1.84.0 is specified in rust-toolchain.toml, requiring a compatible toolchain).
- ⚠️Network access is required for `terraform init` (provider downloads) and Terraform Registry API calls.
- ⚠️Dangerous operations (apply/destroy) are disabled by default and require explicit environment variable opt-in (`TFMCP_ALLOW_DANGEROUS_OPS=true` for apply, `TFMCP_DELETE_ENABLED=true` for destroy).
Verified SafeView Analysis
evm-mcp-server
by mcpdotdirect
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
Setup Requirements
- ⚠️Requires EVM_PRIVATE_KEY or EVM_MNEMONIC environment variable for write operations (token transfers, contract writes, message signing).
- ⚠️Requires ETHERSCAN_API_KEY environment variable for automatic ABI fetching from block explorers.
- ⚠️Requires Bun 1.0.0+ or Node.js 20.0.0+.
Verified SafeView Analysis
sonarqube-mcp-server
by SonarSource
The SonarQube MCP Server enables seamless integration with SonarQube Server or Cloud for code quality and security, supporting direct analysis of code snippets within an agent context.
The SonarQube MCP Server enables seamless integration with SonarQube Server or Cloud for code quality and security, supporting direct analysis of code snippets within an agent context.
Setup Requirements
- ⚠️Requires a SonarQube API token (SONARQUBE_TOKEN env var).
- ⚠️Requires an OCI-compatible container runtime (e.g., Docker) for easiest setup.
- ⚠️Connecting to SonarQube Cloud requires the SONARQUBE_ORG environment variable.
- ⚠️Requires SonarQube Server 2025.1 or higher (2025.4 Enterprise or higher for Dependency Risks tool).
Verified SafeView Analysis
gram
by speakeasy-api
Gram is a platform for building, deploying, and managing AI tools and agents, with support for prompt templating and various integrations, built on the Model Context Protocol (MCP).
Gram is a platform for building, deploying, and managing AI tools and agents, with support for prompt templating and various integrations, built on the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Docker and Docker Compose for local server setup.
- ⚠️A full local deployment involves multiple services: PostgreSQL, Redis, Temporal, Grafana, Tempo, Alloy, Prometheus, ClickHouse, and MCP Registry.
- ⚠️Development or contribution requires Go, Node.js/TypeScript, and associated tooling.
Verified SafeView Analysis
frc-rag-mcpserver
by ramalamadingdong
Provides RAG-based access to WPILib documentation for FRC robotics programming via a Model Context Protocol (MCP) server, specifically for GitHub Copilot.
Provides RAG-based access to WPILib documentation for FRC robotics programming via a Model Context Protocol (MCP) server, specifically for GitHub Copilot.
Setup Requirements
- ⚠️Requires connectivity to an external, pre-hosted server (http://97.139.150.106:3000/), which may experience downtime or performance variability.
- ⚠️Requires specific VS Code user-level configuration by creating or modifying `mcp.json` in the user's config folder with an exact server name 'WPILibRag'.
- ⚠️Requires a `.github/copilot-instructions.md` file in the project root with mandatory instructions to direct GitHub Copilot to use the MCP tool for WPILib-related queries.
Verified SafeView Analysis
cli
by smithery-ai
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
The Smithery CLI installs, manages, develops, and runs Model Context Protocol (MCP) servers, acting as a client-agnostic tool for AI client integration.
Setup Requirements
- ⚠️Requires NodeJS version 20 or above.
- ⚠️Smithery API Key is required for some operations (e.g., remote server installation, tunneling, searching the registry).
- ⚠️May require `uv` (for Python MCP servers) or `bun` (for Bun MCP servers) runtime installations if a specific installed server needs them.
- ⚠️Requires trust in the Smithery registry and server authors for code execution via installed MCP servers.
Verified SafeView Analysis
vibe-check-mcp-server
by PV-Bhat
Provides a plug-and-play AI meta-mentor layer for LLM agents, offering metacognitive questioning to prevent over-engineering, reasoning lock-in, and misalignment.
Provides a plug-and-play AI meta-mentor layer for LLM agents, offering metacognitive questioning to prevent over-engineering, reasoning lock-in, and misalignment.
Setup Requirements
- ⚠️Requires Node.js >=20
- ⚠️Requires at least one paid API key for an LLM provider (Gemini, OpenAI, Anthropic, or OpenRouter)
- ⚠️Default HTTP transport CORS is '*' (all origins), requiring manual restriction for production deployments
- ⚠️The 'vibe_learn' functionality is marked as deprecated and will be removed in a future version