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)
bookstack-mcp
by lborjigi
This server integrates BookStack documentation management with Cursor AI using the Model Context Protocol.
This server integrates BookStack documentation management with Cursor AI using the Model Context Protocol.
Setup Requirements
- ⚠️Requires a running BookStack instance with API access enabled.
- ⚠️Requires manual creation of a BookStack API Token (ID and Secret) with appropriate permissions.
- ⚠️Requires configuration of the BookStack URL (BS_URL) in the .env file, which may point to an internal IP address.
Verified SafeView Analysis
macbird
by richard-hajek
Provides AI assistants with direct access to Thunderbird email accounts for management and interaction.
Provides AI assistants with direct access to Thunderbird email accounts for management and interaction.
Setup Requirements
- ⚠️Requires `bun` runtime to be installed.
- ⚠️Thunderbird extension must be manually loaded as a 'temporary add-on' via developer tools, meaning it needs to be reloaded after each Thunderbird restart.
- ⚠️The client configuration requires an absolute path to the `server.ts` file.
Review RequiredView Analysis
mem0_mcp_private
by parthshr370
The Mem0 MCP server provides a Model Context Protocol (MCP) interface for LLM agents to perform long-term memory operations like adding, searching, updating, and deleting memories via the Mem0 API.
The Mem0 MCP server provides a Model Context Protocol (MCP) interface for LLM agents to perform long-term memory operations like adding, searching, updating, and deleting memories via the Mem0 API.
Setup Requirements
- ⚠️Requires a Mem0 API Key (`MEM0_API_KEY`), which is for a paid service.
- ⚠️Requires Python 3.10 or higher.
- ⚠️The default server configuration disables DNS rebinding protection, which might be a security concern in certain deployment environments.
Verified SafeView Analysis
memes-mcp
by oshoura
This MCP server enables users to find meme templates via text search and generate new meme images by overlaying custom text onto the templates, leveraging Google Gemini for meme annotation and Pinecone for vector search.
This MCP server enables users to find meme templates via text search and generate new meme images by overlaying custom text onto the templates, leveraging Google Gemini for meme annotation and Pinecone for vector search.
Setup Requirements
- ⚠️Requires Google Generative AI API Key (Paid) for the 'scraper/batch_annotate.py' script, which is necessary to populate meme metadata.
- ⚠️Requires Pinecone API Key, index, and namespace to be configured (Paid) for the meme search functionality.
- ⚠️Requires AWS S3 bucket, region, and credentials (Paid) for storing and serving meme images.
- ⚠️The scraper component ('scraper/scraper.py') depends on Selenium, meaning a Chrome browser and ChromeDriver (or compatible driver) must be installed and accessible on the machine where the scraper is executed.
Verified SafeView Analysis
pangea-mcp-server
by pangeacyber
Integrates various Pangea security services as tools for AI agents via the Model Context Protocol (MCP).
Integrates various Pangea security services as tools for AI agents via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Node.js v24.11.0 or greater.
- ⚠️Requires a Pangea account and API tokens configured with access to AI Guard, Domain Intel, Embargo, IP Intel, Redact, Secure Audit Log, URL Intel, and Vault services. The primary token must be stored in Pangea Vault.
- ⚠️Requires a Pangea Secure Audit Log configuration with a 'Standard Audit Log Config' schema.
- ⚠️If Pangea AuthN is enabled (--authn flag), additional Pangea AuthN client setup is required in the Pangea console.
Verified SafeView Analysis
homelab-mcp
by myraffy
Manage and monitor homelab infrastructure including Docker/Podman, Ollama AI, Pi-hole DNS, Unifi networks, Ansible inventory, and UPS systems through an MCP-compatible server.
Manage and monitor homelab infrastructure including Docker/Podman, Ollama AI, Pi-hole DNS, Unifi networks, Ansible inventory, and UPS systems through an MCP-compatible server.
Setup Requirements
- ⚠️Requires Ansible Inventory (`ansible_hosts.yml`) to be configured and mounted, OR individual environment variables for each service (Docker/Podman, Ollama, Pi-hole, Unifi, Ping, UPS).
- ⚠️Requires direct network access from the server to your homelab services (Docker/Podman API, Ollama API, Pi-hole API, Unifi Controller, NUT servers). In Docker, this often means `network_mode: host`.
- ⚠️API keys/passwords are required for many integrations (e.g., Pi-hole API, Unifi API, NUT authentication) and must be securely configured via environment variables or Ansible Vault.
- ⚠️Running the Ping MCP server in Docker containers requires granting the `NET_RAW` capability (`--cap-add=NET_RAW`).
Verified SafeView Analysis
aria-mcp-server
by meetsandeepan
The server acts as a Model Context Protocol (MCP) gateway to the ARIA Access API, enabling comprehensive management of healthcare data including patient demographics, appointments, billing, and radiation therapy.
The server acts as a Model Context Protocol (MCP) gateway to the ARIA Access API, enabling comprehensive management of healthcare data including patient demographics, appointments, billing, and radiation therapy.
Setup Requirements
- ⚠️Requires ARIA Access API credentials (base URL, client ID, client secret, username, password) to be configured via environment variables.
- ⚠️Requires Node.js version 18 or higher to run.
- ⚠️Relies on the `@modelcontextprotocol/sdk` for its server framework, implying interaction with an MCP client/orchestrator.
Verified SafeView Analysis
mcp_email
by SvenTern
A Streamable HTTP/SSE wrapper that provides MCP tools for comprehensive IMAP/SMTP email management, including account setup, email operations, folder management, and advanced sorting rules.
A Streamable HTTP/SSE wrapper that provides MCP tools for comprehensive IMAP/SMTP email management, including account setup, email operations, folder management, and advanced sorting rules.
Setup Requirements
- ⚠️Requires separate Node.js-based 'imap-mcp-server' to be installed and built, as this server acts as a Python wrapper around it.
- ⚠️Email providers like Gmail/Yandex require 'App Passwords' (not main passwords) and potentially 2FA to be enabled for IMAP/SMTP access.
- ⚠️Remote deployment is recommended via Docker and `docker-compose`, requiring Docker environment setup.
- ⚠️Requires persistent Docker volumes for AES-256 encrypted IMAP account credentials.
Verified SafeView Analysis
remote-mcp-server-authless
by iogi
Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.
Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Requires Node.js, npm, and Cloudflare Wrangler CLI for local development and deployment.
- ⚠️The server is intentionally deployed without authentication. This is suitable for a demo or local testing, but highly insecure for public production use without implementing additional security measures.
Verified SafeView Analysis
routes-mcp
by jbandu
This server provides intelligent route network analysis, optimization, and competitive intelligence for airline operations, serving as a canonical source of truth for planning and strategic insights.
This server provides intelligent route network analysis, optimization, and competitive intelligence for airline operations, serving as a canonical source of truth for planning and strategic insights.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0, PostgreSQL >= 14, and Neo4j >= 5.0 (Neo4j is optional but recommended for full functionality).
- ⚠️Requires Ollama to be running locally (if LLM_MODE is 'ollama') or an Anthropic Claude API key for AI-powered analysis.
- ⚠️Initial database setup involves multiple manual steps: creating the PostgreSQL database, running migrations (`npm run db:migrate`), and seeding sample data (`npm run db:seed`).
Verified SafeView Analysis
test-remote-server
by ani-me-sh
A personal expense tracking server providing tools to add, list, and summarize financial entries.
A personal expense tracking server providing tools to add, list, and summarize financial entries.
Setup Requirements
- ⚠️Requires Python 3.12 or newer.
- ⚠️Expense data stored in the database will be lost when the system restarts, as it uses a temporary directory for the SQLite database.
Verified SafeView Analysis
serper-mcp-server
by tbelfort
Fetches structured Google SERP (Search Engine Results Page) data from Serper.dev for SEO agents or any application requiring programmatic access to search results.
Fetches structured Google SERP (Search Engine Results Page) data from Serper.dev for SEO agents or any application requiring programmatic access to search results.
Setup Requirements
- ⚠️Requires a Serper.dev API Key (Serper.dev is a paid service).
- ⚠️Requires Python 3.12 or newer.
- ⚠️Only stdio transport is supported; HTTP transport is a stub and not functional.