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)
mcp-server
by pritamp-cmyk
This server serves as an endpoint for the Model Context Protocol, likely exposing AI models or services for interaction.
This server serves as an endpoint for the Model Context Protocol, likely exposing AI models or services for interaction.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Relies on the @modelcontextprotocol/sdk, which likely entails external API keys, configuration, or integration with the Model Context Protocol ecosystem.
- ⚠️The full application logic in `src/index.ts` is not provided, making it impossible to ascertain all configuration requirements.
Review RequiredView Analysis
docling-mcp-server
by Nordicvitamin
A central server potentially for managing or processing documents, acting as a core backend component.
A central server potentially for managing or processing documents, acting as a core backend component.
Review RequiredView Analysis
tunnel-manager
by Knuckles-Team
This project provides a FastMCP server exposing SSH connection and file transfer capabilities, enabling AI agents to programmatically perform remote server management and automation.
This project provides a FastMCP server exposing SSH connection and file transfer capabilities, enabling AI agents to programmatically perform remote server management and automation.
Setup Requirements
- ⚠️Requires existing SSH configuration (e.g., ~/.ssh/config, private keys) on the host running the server or explicit credentials.
- ⚠️Remote hosts must be network-accessible via SSH from the server machine (firewall rules, routing, etc.).
- ⚠️For inventory-based operations, an Ansible-style YAML inventory file is required, specifying host connection details.
Verified SafeView Analysis
mosaic
by jarosser06
Personal work memory and time tracking MCP server for managing work sessions, meetings, projects, notes, tasks, and reminders with natural language queries and privacy controls.
Personal work memory and time tracking MCP server for managing work sessions, meetings, projects, notes, tasks, and reminders with natural language queries and privacy controls.
Setup Requirements
- ⚠️Requires PostgreSQL 16.
- ⚠️Requires the 'uv' package manager for local development.
- ⚠️The DATABASE_URL environment variable must be configured in a .env file or directly.
- ⚠️macOS users must sign their Python executable for desktop notifications to function correctly (e.g., `codesign -s - $(which python3)`).
Verified SafeView Analysis
unsplash-mcp-server
by mjordi
Enables AI assistants to search, retrieve, and manage photos, collections, and user profiles from the Unsplash API.
Enables AI assistants to search, retrieve, and manage photos, collections, and user profiles from the Unsplash API.
Setup Requirements
- ⚠️Requires an Unsplash API Access Key (requires account creation and application setup on Unsplash Developers).
- ⚠️Demo Unsplash API accounts are limited to 50 requests per hour, necessitating application for production access for higher limits.
- ⚠️Requires Node.js 18 or higher.
Verified SafeView Analysis
pulseway-mcp-server
by ry-ops
Integrates Claude AI with Pulseway PSA to automate management of service desk tickets, finance, CRM, and time tracking operations.
Integrates Claude AI with Pulseway PSA to automate management of service desk tickets, finance, CRM, and time tracking operations.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires `uv` package manager for dependency installation.
- ⚠️Requires a Pulseway PSA account with API access and specific API credentials (Gateway URL, Username, Password, Company Name).
- ⚠️Manual configuration of Claude Desktop's `claude_desktop_config.json` file, including specifying an absolute path to the server directory.
Verified SafeView Analysis
pptx-mcp-server
by shjanjua
A Model Context Protocol (MCP) server that enables AI assistants to create, edit, and manipulate PowerPoint presentations programmatically.
A Model Context Protocol (MCP) server that enables AI assistants to create, edit, and manipulate PowerPoint presentations programmatically.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️LibreOffice must be installed for thumbnail generation and document validation (e.g., `brew install --cask libreoffice` on macOS, `sudo apt-get install libreoffice` on Linux)
- ⚠️Poppler-utils (pdftoppm) or ImageMagick (convert) must be installed for thumbnail generation (e.g., `brew install poppler` on macOS, `sudo apt-get install poppler-utils` on Linux)
Verified SafeView Analysis
SampleCsharpMcpServer
by ongzhixian
Provides an example implementation of an MCP server written in C#.
Provides an example implementation of an MCP server written in C#.
Setup Requirements
- ⚠️.NET SDK required
Verified SafeView Analysis
fvtt-mcp-module
by darkbard81
A Foundry VTT module that exposes game data and facilitates real-time communication via a WebSocket relay to external services, enhancing interactivity and enabling features like chat logging and audio playback.
A Foundry VTT module that exposes game data and facilitates real-time communication via a WebSocket relay to external services, enhancing interactivity and enabling features like chat logging and audio playback.
Setup Requirements
- ⚠️Requires Foundry Virtual Tabletop (VTT) installation.
- ⚠️Requires an external WebSocket relay server (default: wss://foundryvtt-rest-api-relay.fly.dev/).
- ⚠️Only functions for a 'full GM' (role 4) user who is also the 'primary GM' (lowest user ID among active full GMs).
Review RequiredView Analysis
test-remote-mcpserver
by yash-rewalia
Manages personal expense entries, allowing users to add, list, and summarize expenditures.
Manages personal expense entries, allowing users to add, list, and summarize expenditures.
Setup Requirements
- ⚠️The `pyproject.toml` specifies `requires-python = ">=3.14"`, which refers to a future Python version not yet released. This is likely a typo and should be adjusted to a currently available version (e.g., `>=3.9` or `>=3.11`) for the project to be installable.
- ⚠️The `pyproject.toml` lists `aiosqlite` twice and also includes `aisqlite>=1.1.0`. The latter might be a typo for `aiosqlite`, potentially leading to unnecessary dependency installations or conflicts.
Verified SafeView Analysis
omniplan_cues_hackathon
by ao561
A hyper-personalized group chat assistant using real-time contextual data from multiple MCP servers to facilitate group planning.
A hyper-personalized group chat assistant using real-time contextual data from multiple MCP servers to facilitate group planning.
Setup Requirements
- ⚠️Requires Anthropic API Key (Paid)
- ⚠️Requires Google Maps API Key (Paid, requires specific APIs enabled: Directions, Geocoding, Maps JavaScript)
- ⚠️Requires Weather API Key
Verified SafeView Analysis
datastore-mcp
by hashkrish
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Google Cloud Datastore, enabling data management and querying capabilities.
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Google Cloud Datastore, enabling data management and querying capabilities.
Setup Requirements
- ⚠️Requires Python 3.10+ or Docker Engine 20.10+ with Docker Compose v2.0+.
- ⚠️Google Cloud Platform project with Datastore enabled and service account credentials are required for production use.
- ⚠️Manual startup of the Google Cloud Datastore emulator (`gcloud beta emulators datastore start`) is required for local Python development if not using Docker Compose.