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)
server-mcp
by SCIAM-FR
Manages blog articles with search and creation capabilities via the Model Context Protocol, intended for integration with AI assistants like Claude Desktop.
Manages blog articles with search and creation capabilities via the Model Context Protocol, intended for integration with AI assistants like Claude Desktop.
Setup Requirements
- ⚠️Requires Java Development Kit (JDK) 21 to run.
- ⚠️Requires Maven to build the executable JAR.
- ⚠️Claude Desktop configuration requires an absolute path to the generated JAR file.
Verified SafeView Analysis
MSEnterpriseMCPServer
by earlbellen
Enables Copilot in Visual Studio Code to query Microsoft 365 tenant data using the Microsoft Graph API for administrative insights.
Enables Copilot in Visual Studio Code to query Microsoft 365 tenant data using the Microsoft Graph API for administrative insights.
Setup Requirements
- ⚠️Requires 'Application Administrator' or 'Cloud Application Administrator' role in Entra ID tenant.
- ⚠️Requires PowerShell to be run as Administrator for installation and configuration steps.
- ⚠️The server itself is a Microsoft-hosted service, not intended for local deployment from this repository.
Verified SafeView Analysis
ableton-mcp-server
by ldraney
Controls Ableton Live via Claude Code, enabling natural language interaction for music production tasks.
Controls Ableton Live via Claude Code, enabling natural language interaction for music production tasks.
Setup Requirements
- ⚠️Requires Ableton Live with AbletonOSC (forked version recommended for full features like device insertion) installed and enabled.
- ⚠️The `abletonosc-client` dependency needs to be installed from a local file path (`../ableton-music-development`), not a public PyPI package, requiring manual cloning of a separate repository.
- ⚠️Many operations interacting with Ableton Live require explicit `time.sleep()` calls (e.g., 0.1s to 0.3s) after execution for Ableton to process changes, as noted in the troubleshooting guide.
- ⚠️Certain UI-dependent operations, like `track_insert_device`, require the target track to be actively selected in Ableton Live's UI using `view_set_selected_track` beforehand.
Verified SafeView Analysis
mcp-gitlab-mcp-server40
by bioanywhere
Dockerized deployment configuration for a Microservices Control Plane (MCP) server, managing its containerization and orchestration.
Dockerized deployment configuration for a Microservices Control Plane (MCP) server, managing its containerization and orchestration.
Setup Requirements
- ⚠️Docker is required to build and run the server.
- ⚠️The actual application code for the 'gitlab-mcp-server' is not provided; this repository only contains its Docker deployment configuration, implying the Dockerfile would contain the application build steps.
- ⚠️GCP Project ID and Credentials are required as secrets for CI/CD if leveraging Google Artifact Registry for image management.
Verified SafeView Analysis
zed-mainframe
by dustingelegonya
Zed extension enabling AI agents in the Agent Panel to access a mainframe knowledge graph via an MCP context server.
Zed extension enabling AI agents in the Agent Panel to access a mainframe knowledge graph via an MCP context server.
Setup Requirements
- ⚠️Requires the `mainframe-mcp` binary to be manually built or placed at `~/.local/bin/mainframe-mcp`.
- ⚠️Requires a running PostgreSQL instance with a `mainframe` database (Docker Compose setup provided for local development).
- ⚠️For building from source, Rust with the `wasm32-wasip1` target is required.
Verified SafeView Analysis
che-logic-pro-mcp
by kiki830621
Controls Logic Pro on macOS using AppleScript for UI automation and CoreMIDI for musical interactions.
Controls Logic Pro on macOS using AppleScript for UI automation and CoreMIDI for musical interactions.
Setup Requirements
- ⚠️Requires macOS 13+ and Logic Pro installed.
- ⚠️Requires Swift 5.9+ for building.
- ⚠️Manual macOS System Settings permissions required for Accessibility and Automation for System Events control.
- ⚠️Virtual MIDI ports must be manually enabled in Logic Pro's preferences after creation.
- ⚠️MIDI Machine Control (MMC) requires enabling in Logic Pro's Synchronization settings.
Review RequiredView Analysis
mcp-outline
by gallis-local
Enables AI assistants to interact with Outline document services for natural language document management and Q&A.
Enables AI assistants to interact with Outline document services for natural language document management and Q&A.
Setup Requirements
- ⚠️Requires an Outline account with API access and a valid API key (cost dependent on Outline subscription).
- ⚠️Requires Python 3.10+ to run.
- ⚠️Docker is highly recommended for running the server to manage dependencies.
Verified SafeView Analysis
sqlite-mcp-server
by NANDINIGC22
Provides a dynamic SQLite database server as an MCP tool, allowing creation, table management, data insertion, and natural language querying of databases.
Provides a dynamic SQLite database server as an MCP tool, allowing creation, table management, data insertion, and natural language querying of databases.
Setup Requirements
- ⚠️Requires broad (C:/) file system permissions, which is a major security risk for the host environment.
- ⚠️Hardcoded Windows path for `BASE_DIR` (C:\AIProjects\MCPPROJECTS) makes it non-portable to other operating systems or environments without modification.
- ⚠️Requires `mcp[server]` and `fastmcp` dependencies to be installed.
Review RequiredView Analysis
dreamteam-for-development
by seanshin0214
Provides a RAG-based knowledge retrieval server for development teams, offering expert persona-specific information and coding best practices via the Model Context Protocol (MCP).
Provides a RAG-based knowledge retrieval server for development teams, offering expert persona-specific information and coding best practices via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️The default source directory for `data_loader.py` in its `if __name__ == '__main__':` block points to a specific Windows path on the author's machine, which will likely need to be manually changed or passed as an argument for other users.
- ⚠️The `sentence-transformers` model (`all-MiniLM-L6-v2`) will be downloaded on first initialization, which can take time and requires an internet connection.
Verified SafeView Analysis
acemcp
by taejina
MCP server for codebase indexing and semantic search, facilitating code context retrieval for AI agents.
MCP server for codebase indexing and semantic search, facilitating code context retrieval for AI agents.
Setup Requirements
- ⚠️Requires `uv` (a modern Python package installer/runner) to be installed.
- ⚠️Requires a `BASE_URL` (API endpoint) and `TOKEN` (authentication bearer token) for an external 'ACE' API, which are essential for functionality and likely tied to a paid service.
- ⚠️The optional web management interface enabled by `--web-port` listens on `0.0.0.0`, potentially exposing it to external networks if not secured by a firewall.
Verified SafeView Analysis
mcp-local-files
by zhangrunhao
This server provides a Model Context Protocol (MCP) interface for AI agents to list, read, and search local project files, acting as a bridge for code understanding and interaction.
This server provides a Model Context Protocol (MCP) interface for AI agents to list, read, and search local project files, acting as a bridge for code understanding and interaction.
Setup Requirements
- ⚠️Requires the PROJECT_ROOT environment variable to be set to an absolute path of the project directory.
- ⚠️Requires a Node.js runtime environment.
- ⚠️Designed to be consumed by an MCP client; it does not provide a general-purpose REST API.
Verified SafeView Analysis
mcp-server-regex
by atharvm90
Provides a Model Context Protocol (MCP) server that enables regex pattern searching across files in specified directories.
Provides a Model Context Protocol (MCP) server that enables regex pattern searching across files in specified directories.
Setup Requirements
- ⚠️Requires Python 3.11 or higher to run.
- ⚠️Requires the 'mcp' Python library to be installed (e.g., `pip install mcp`).