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)
mcp-local-server
by ashok9315-cmyk
A Model Context Protocol (MCP) server that provides real-time weather data, basic mathematical calculations, and mock alert details to AI agents.
A Model Context Protocol (MCP) server that provides real-time weather data, basic mathematical calculations, and mock alert details to AI agents.
Setup Requirements
- ⚠️Requires Node.js and npm to be installed locally.
Verified SafeView Analysis
MultiAgent-with-A2A-and-MCP-Server
by jazilkalim
Implements a multi-agent customer service system using Google's Agent-to-Agent (A2A) protocol and Model Context Protocol (MCP) for coordinating specialized AI agents to handle customer queries and manage data.
Implements a multi-agent customer service system using Google's Agent-to-Agent (A2A) protocol and Model Context Protocol (MCP) for coordinating specialized AI agents to handle customer queries and manage data.
Setup Requirements
- ⚠️Requires a Google AI API Key or Google Cloud Project with Vertex AI enabled (paid service/account required).
- ⚠️The MCP Server must be manually started in a separate terminal via `python mcp_server_standalone.py` before running the main agent system.
- ⚠️Requires Python 3.11+.
Verified SafeView Analysis
Power-BI-Desktop-MCP-Server-Claude-Desktop
by SalimChikh
Facilitates real-time interaction between Power BI Desktop and Claude Desktop (AI assistant) by providing a Microsoft Cognitive Platform (MCP) server.
Facilitates real-time interaction between Power BI Desktop and Claude Desktop (AI assistant) by providing a Microsoft Cognitive Platform (MCP) server.
Setup Requirements
- ⚠️Requires Claude Desktop to be installed and launched at least once.
- ⚠️Requires Power BI Desktop to be running with a .pbix file loaded.
- ⚠️Installation is via a proprietary `.mcpb` package; the actual server code is not open source or provided for review.
Review RequiredView Analysis
svikmcp
by juehang
This server provides a lightweight Model-Context-Protocol (MCP) interface for the Vikunja task management API, enabling other MCP-compatible agents or services to interact with Vikunja projects and tasks.
This server provides a lightweight Model-Context-Protocol (MCP) interface for the Vikunja task management API, enabling other MCP-compatible agents or services to interact with Vikunja projects and tasks.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires a running Vikunja instance accessible via a URL.
- ⚠️Requires a valid Vikunja API key for authentication, which must be provided as a command-line argument.
Verified SafeView Analysis
git-multidolt-mcp
by PieterPrespective
A C# Model Context Protocol (MCP) server that bridges MCP requests to the Unity Editor via TCP connection, enabling tool execution and state retrieval for development workflows. It is also an example component within a broader Dolt Multi-Database MCP Server (DMMS) project, which integrates version-controlled knowledge bases.
A C# Model Context Protocol (MCP) server that bridges MCP requests to the Unity Editor via TCP connection, enabling tool execution and state retrieval for development workflows. It is also an example component within a broader Dolt Multi-Database MCP Server (DMMS) project, which integrates version-controlled knowledge bases.
Setup Requirements
- ⚠️Requires .NET 9.0 SDK to build and run locally, which might not be widely installed.
- ⚠️Requires Unity Editor with the UMCP Unity3D Client running on specific TCP ports (default 6400, 6401) for the server to function.
- ⚠️If running in Docker, configuring network connectivity to Unity running on the host machine can be complex and may require specific settings like `host.docker.internal` or `network_mode: host` depending on the OS and Docker setup.
Verified SafeView Analysis
docs
by chiisen
This repository serves as a Hexo blog for sharing technical articles and documentation, particularly focusing on Model Context Protocol (MCP) servers, AI tools, and various software development patterns.
This repository serves as a Hexo blog for sharing technical articles and documentation, particularly focusing on Model Context Protocol (MCP) servers, AI tools, and various software development patterns.
Setup Requirements
- ⚠️Requires Node.js (v10.9.0+ specified, v20.11.0+ recommended in docs) and Yarn/npm for dependencies.
- ⚠️Requires Hexo CLI to be installed globally (`npm install hexo-cli -g`).
- ⚠️Requires careful configuration of `_config.yml` (Hexo root) and `themes/next/_config.yml` (theme) files, potentially using Hexo's data-files feature for easier updates.
Verified SafeView Analysis
mcp-demo
by ngu-wq
Demonstrates an MCP (Minecraft Protocol) server implementation.
Demonstrates an MCP (Minecraft Protocol) server implementation.
Verified SafeView Analysis
census_acs_mcp
by bfs
Provides an MCP server for querying Census American Community Survey (ACS) data, supporting geographic lookups, data discovery, and percentile-based rankings.
Provides an MCP server for querying Census American Community Survey (ACS) data, supporting geographic lookups, data discovery, and percentile-based rankings.
Setup Requirements
- ⚠️Requires Node.js 24+ (LTS).
- ⚠️Requires pre-generated DuckDB databases (68GB and 75GB) from the `census_acs_duckdb_importer` project, demanding significant disk space.
- ⚠️Requires creating a symlink to the database directory (e.g., `ln -s /path/to/census_acs_duckdb_importer/output db`).
Verified SafeView Analysis
MCP-Server
by LautaroMartVillalba
A Spring Boot REST API for hotel, room, reservation, customer, and address management, designed to be integrated with AI orchestration.
A Spring Boot REST API for hotel, room, reservation, customer, and address management, designed to be integrated with AI orchestration.
Setup Requirements
- ⚠️Java 17+ required
- ⚠️Maven required
- ⚠️PostgreSQL database required (or adapt `application.yml`)
- ⚠️Full functionality as an MCP server implies integration with an external LLM (e.g., OpenAI, Anthropic) configured via Spring AI.
Verified SafeView Analysis
kanbanflow-mcp-server
by graphyte-labs
Provides a Model Context Protocol (MCP) interface for read-only access to KanbanFlow boards and tasks.
Provides a Model Context Protocol (MCP) interface for read-only access to KanbanFlow boards and tasks.
Setup Requirements
- ⚠️Requires a KanbanFlow API Key (KANBANFLOW_API_KEY) to function.
- ⚠️Requires Deno runtime to be installed.
- ⚠️Authentication (MCP_SERVER_AUTH_TOKEN) is optional and disabled if the environment variable is not set, posing a security risk if deployed publicly without configuration.
Verified SafeView Analysis
syncaida-mcp-server
by BruceTrevarthen
Provides an MCP server to connect AI clients like Claude Code to Syncaida workspace features, enabling AI-powered whiteboard, diagram, task, and workboard management.
Provides an MCP server to connect AI clients like Claude Code to Syncaida workspace features, enabling AI-powered whiteboard, diagram, task, and workboard management.
Setup Requirements
- ⚠️Requires Node.js 18 or higher.
- ⚠️Requires a Syncaida API token, which must be generated in the Syncaida web application (Users & Security > API Tokens).
- ⚠️Requires an AI client compatible with the Model Context Protocol (MCP), such as Claude Code, configured to use this server.
Verified SafeView Analysis
supplyscan-mcp
by seanhalberthal
A security scanner for JavaScript ecosystem lockfiles, detecting supply chain compromises and known vulnerabilities.
A security scanner for JavaScript ecosystem lockfiles, detecting supply chain compromises and known vulnerabilities.
Setup Requirements
- ⚠️Requires Go 1.23+.
- ⚠️For 'go install' method, requires $GOPATH/bin to be in system PATH.
- ⚠️GitHub API rate limits may be encountered during IOC database refreshes without a GITHUB_TOKEN, impacting performance and potentially causing fetch failures.