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)
comptext-codex
by ProfRandom92
Provides a Domain-Specific Language (DSL) for efficient and precise interaction with Large Language Models (LLMs), aiming to reduce token usage and eliminate ambiguity in complex instructions.
Provides a Domain-Specific Language (DSL) for efficient and precise interaction with Large Language Models (LLMs), aiming to reduce token usage and eliminate ambiguity in complex instructions.
Setup Requirements
- ⚠️Requires Python 3.9+.
- ⚠️Critical security vulnerability due to `eval()` in Module C, allowing arbitrary code execution if not properly sandboxed or controlled.
- ⚠️Full functionality depends on external YAML codex definitions, which are dynamically loaded and cached, potentially from a remote URL.
Review RequiredView Analysis
mcp-server
by roadrunner-plugins
This server-side application is designed for managing and orchestrating processes or plugins, handling events, and facilitating inter-service communication via RPC.
This server-side application is designed for managing and orchestrating processes or plugins, handling events, and facilitating inter-service communication via RPC.
Setup Requirements
- ⚠️Requires Go runtime (v1.18+ recommended)
- ⚠️Lacks explicit setup and usage documentation (no README provided)
- ⚠️Requires manual configuration, likely via environment variables or a config file (e.g., hinted by config.go and .rr.yaml.example).
Review RequiredView Analysis
element-ui-mcp
by yun8711
Provides comprehensive Element-UI v2.15.14 component information for AI assistants, enabling queries for documentation, properties, events, and usage examples to aid in Vue 2 project maintenance.
Provides comprehensive Element-UI v2.15.14 component information for AI assistants, enabling queries for documentation, properties, events, and usage examples to aid in Vue 2 project maintenance.
Setup Requirements
- ⚠️Requires Node.js runtime to execute.
- ⚠️Relies on pre-extracted documentation and TypeScript definition files (`src/metadata/components.ts`, `src/examples/*.md`, `src/examples/*.d.ts`). Incorrect or missing files would impact functionality.
- ⚠️Requires an MCP-compatible client for interaction.
Verified SafeView Analysis
geocontext
by ignfab
Provides spatial context and geospatial services from the IGN Géoplateforme to Large Language Models (LLMs) through a Model Context Protocol (MCP) server.
Provides spatial context and geospatial services from the IGN Géoplateforme to Large Language Models (LLMs) through a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Node.js >= 18.19.0
- ⚠️Requires an MCP client/framework to integrate with LLMs (e.g., Cursor IDE's MCP settings or a custom client).
- ⚠️External API calls to IGN Géoplateforme services are rate-limited, but the provided code does not explicitly show client-side rate limiting beyond the 'limiter' dependency in jwks-rsa, which might not apply to all calls.
Verified SafeView Analysis
edgedelta-mcp-server
by edgedelta
Provides a Model Context Protocol (MCP) server for seamless integration with Edge Delta APIs, enabling advanced automation and interaction with observability data.
Provides a Model Context Protocol (MCP) server for seamless integration with Edge Delta APIs, enabling advanced automation and interaction with observability data.
Setup Requirements
- ⚠️Requires Docker Engine >= 20.10 and Docker Buildx plug-in for containerized deployment.
- ⚠️Requires an Edge Delta API token with appropriate scope for API access.
- ⚠️Requires your Edge Delta organization ID.
Verified SafeView Analysis
mcp-obsidian-tools
by dp-veritas
Provides a Model Context Protocol (MCP) server for LLM clients to read, search, and query an Obsidian markdown note vault.
Provides a Model Context Protocol (MCP) server for LLM clients to read, search, and query an Obsidian markdown note vault.
Setup Requirements
- ⚠️Requires Node.js v18 or higher and npm.
- ⚠️Requires an existing Obsidian vault or directory containing Markdown files.
- ⚠️Configuration in MCP clients typically requires absolute paths for both the server script and the vault directory.
- ⚠️Requires manual configuration within the specific MCP client (e.g., Cursor, VSCode, Claude Desktop).
Verified SafeView Analysis
mcp.gateway
by eyjolfurgudnivatne
Build Model Context Protocol (MCP) servers in .NET, enabling AI assistants to discover and invoke C# code as tools, prompts, and resources.
Build Model Context Protocol (MCP) servers in .NET, enabling AI assistants to discover and invoke C# code as tools, prompts, and resources.
Setup Requirements
- ⚠️Requires .NET 10 SDK or later.
- ⚠️For compatibility with certain MCP clients (e.g., GitHub Copilot as of Dec 2025), setting the `MCP_PROTOCOL_VERSION=2025-06-18` environment variable may be necessary.
- ⚠️AI integration examples (e.g., Ollama) require a separate LLM server (like Ollama) to be installed and running.
Verified SafeView Analysis
advocu-docker-mcp
by sarthaksavvy
This MCP server enables AI agents to submit various community activities (feedback sessions, resources, public speaking, events, amplifications) to the Advocu platform and to scrape web content for metadata.
This MCP server enables AI agents to submit various community activities (feedback sessions, resources, public speaking, events, amplifications) to the Advocu platform and to scrape web content for metadata.
Setup Requirements
- ⚠️Requires `ADVOCU_API_KEY` for activity submission.
- ⚠️Requires Node.js runtime (or Docker).
- ⚠️The `scrape_content` tool relies on `curl` being available in the execution environment (e.g., in the Docker image or host system).
Verified SafeView Analysis
mssql-mcp-server
by ConnorBritain
Provides an enterprise-grade Model Context Protocol server for Microsoft SQL Server, enabling schema discovery, data operations, profiling, and administration with strong governance controls.
Provides an enterprise-grade Model Context Protocol server for Microsoft SQL Server, enabling schema discovery, data operations, profiling, and administration with strong governance controls.
Setup Requirements
- ⚠️Requires Node.js 18+ (20 LTS recommended) runtime.
- ⚠️Requires direct network access to an MSSQL Server instance, which might involve VPN, firewall rules, or running on a jump host for production environments.
- ⚠️Authentication modes ('sql', 'windows', 'aad') require specific environment variables or a 'environments.json' file. Azure AD interactive mode typically opens a browser window for authentication.
- ⚠️Credentials (passwords, usernames) must be provided via environment variables, or a custom secret store integrated, rather than hardcoded in configuration files.
Verified SafeView Analysis
mcp-gpt-proxy
by axite-ai
Enhances existing Model Context Protocol (MCP) servers with OpenAI GPT Apps SDK UI widgets for ChatGPT without modifying the original server.
Enhances existing Model Context Protocol (MCP) servers with OpenAI GPT Apps SDK UI widgets for ChatGPT without modifying the original server.
Setup Requirements
- ⚠️Requires Node.js 20+ (specified in pnpm-lock.yaml)
- ⚠️Requires an existing upstream MCP server to proxy (default: http://localhost:3001/mcp)
- ⚠️Requires ChatGPT MCP access to fully utilize widgets
Verified SafeView Analysis
static-frame-www
by static-frame
A web application and API server providing search, documentation, and code examples for the StaticFrame Python library API, compatible with OpenAPI and Model Context Protocol (MCP).
A web application and API server providing search, documentation, and code examples for the StaticFrame Python library API, compatible with OpenAPI and Model Context Protocol (MCP).
Setup Requirements
- ⚠️The `package.json` specifies Next.js v16.1.1, React v19.2.3, and React-DOM v19.2.3. As of current stable releases (Next.js v14, React v18), these versions are unreleased and may cause installation or runtime errors. This might be a typo or targeting future versions.
- ⚠️The StaticFrame API data (signatures, documentation, examples) are loaded from static JSON files (`sf-api/`). While these are included, updating this data would implicitly require running a Python script (`doc/build_json.py` as mentioned in comments) from the main `static-frame` repository, which is not part of this project's explicit build or run commands.
Verified SafeView Analysis
favro-mcp
by truls27a
MCP server for interacting with Favro project management, enabling programmatic access to organizations, boards, cards, and columns.
MCP server for interacting with Favro project management, enabling programmatic access to organizations, boards, cards, and columns.
Setup Requirements
- ⚠️Requires FAVRO_EMAIL and FAVRO_API_TOKEN environment variables to be set.
- ⚠️Requires Python 3.12 or newer.
- ⚠️Requires a Favro account with an API token generated from 'My Profile → API Tokens'.
- ⚠️Listing operations (e.g., list_cards, resolvers' _fetch_all) might incur multiple API calls for pagination, potentially increasing token usage for large Favro instances.