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-gcalendar
by moodjx
Provides Google Calendar integration for AI assistants to manage events, check availability, and search calendars.
Provides Google Calendar integration for AI assistants to manage events, check availability, and search calendars.
Setup Requirements
- ⚠️Python 3.13+ required.
- ⚠️Requires `uv` package manager for installation and running.
- ⚠️Requires a Google Cloud Project with Calendar API enabled and OAuth2 credentials configured.
Verified SafeView Analysis
mcp-toolsets
by Maximophone
A modular Model Context Protocol (MCP) server that provides AI tools for filesystem operations, email, messaging, and productivity platforms (Notion, LinkedIn).
A modular Model Context Protocol (MCP) server that provides AI tools for filesystem operations, email, messaging, and productivity platforms (Notion, LinkedIn).
Setup Requirements
- ⚠️Requires manual configuration of the '.env' file for API keys/tokens for each enabled toolset (Gmail, Discord, Notion, LinkedIn), as the default 'MCP_API_KEY' is not secure for production.
- ⚠️Gmail integration setup involves creating a Google Cloud project, enabling the Gmail API, creating OAuth 2.0 Desktop app credentials, and downloading 'credentials.json' for the initial browser-based OAuth flow.
- ⚠️Discord integration requires creating a Discord bot, enabling 'Message Content Intent' and 'Server Members Intent' in the Discord Developer Portal, copying the bot token, and inviting the bot to servers with specific permissions.
- ⚠️LinkedIn integration uses an unofficial API which is prone to account restrictions. Authentication can be challenging, recommending browser cookie extraction (Brave, Chrome, Firefox, Edge) or manual 'li_at' and 'JSESSIONID' configuration over username/password due to 2FA/CAPTCHA risks.
- ⚠️Python dependencies must be installed via `pip install -r requirements.txt`.
Review RequiredView Analysis
jobsearch-mcp-server
by hanjianchun
This server provides AI-powered job search assistance by fetching job listings and matching them against a user's resume.
This server provides AI-powered job search assistance by fetching job listings and matching them against a user's resume.
Setup Requirements
- ⚠️Requires manual removal and secure configuration of hardcoded API key and session cookies (CRITICAL security fix).
- ⚠️Requires ChromeDriver executable to be manually downloaded and its path configured (currently hardcoded for Windows).
- ⚠️Requires a valid DeepSeek/OpenAI API key for LLM services.
Review RequiredView Analysis
github-trendings-mcp
by mainhanu
An MCP server enabling AI assistants to fetch, track, and analyze trending GitHub repositories with language filtering and structured insights for technology trend analysis.
An MCP server enabling AI assistants to fetch, track, and analyze trending GitHub repositories with language filtering and structured insights for technology trend analysis.
Setup Requirements
- ⚠️Requires global NPM installation (`npm install -g github-trending-mcp`).
- ⚠️Designed to integrate with AI assistants supporting Model Context Protocol (MCP), such as VS Code Copilot.
- ⚠️If behind a network proxy, requires `HTTPS_PROXY`/`HTTP_PROXY` environment variables or `--proxy` argument to be configured.
Verified SafeView Analysis
MyTaskly-mcp
by zaka265-star
Provides a Model Context Protocol (MCP) server for task and note management, optimized for mobile UIs and voice interaction.
Provides a Model Context Protocol (MCP) server for task and note management, optimized for mobile UIs and voice interaction.
Setup Requirements
- ⚠️Requires a separate MyTaskly FastAPI backend server to be running and accessible.
- ⚠️The `JWT_SECRET_KEY` environment variable on the MCP server must EXACTLY match the `SECRET_KEY` used by the FastAPI backend server.
- ⚠️Requires Python 3.10 or higher.
Verified SafeView Analysis
notes
by cardmagic
Search, browse, create, and delete Apple Notes with fuzzy matching, designed for integration with Claude Code.
Search, browse, create, and delete Apple Notes with fuzzy matching, designed for integration with Claude Code.
Setup Requirements
- ⚠️Requires macOS to function (reads Apple Notes database).
- ⚠️Requires manual 'Full Disk Access' for the terminal/IDE in System Settings to read Apple Notes data.
- ⚠️Optional: Install 'poppler' (`brew install poppler`) for PDF text extraction features.
Review RequiredView Analysis
Quizard-MCP-Server
by Quizzardd
This server functions as a Classroom Quiz Generator, leveraging AI to create, revise, and publish quizzes for educators by extracting content from learning materials and integrating with a backend classroom service.
This server functions as a Classroom Quiz Generator, leveraging AI to create, revise, and publish quizzes for educators by extracting content from learning materials and integrating with a backend classroom service.
Setup Requirements
- ⚠️Requires Google Cloud Project setup and service account credentials with Storage Object Viewer and OIDC token generation permissions.
- ⚠️A separate backend classroom service must be running and accessible at the specified BACKEND_BASE_URL.
- ⚠️Python dependencies (requests, google-cloud-storage, PyPDF2, python-dotenv, fastmcp, google-auth-oauthlib, google-auth) must be installed.
Verified SafeView Analysis
codemoder
by diodeinc
Acts as an MCP proxy to enable AI models to write and execute JavaScript code, allowing them to chain multiple tool calls in a single execution.
Acts as an MCP proxy to enable AI models to write and execute JavaScript code, allowing them to chain multiple tool calls in a single execution.
Setup Requirements
- ⚠️Requires a downstream MCP server to proxy.
- ⚠️Requires Rust toolchain to build.
- ⚠️Interaction requires understanding of the MCP protocol for client integration.
Verified SafeView Analysis
COMP4952_MCPWebAppServer
by BetterLordWilliam
A multi-component .NET web application integrating an AI model (gpt-4o-mini) for content processing, featuring distinct API and MVC client components, likely for a 'beverage' system.
A multi-component .NET web application integrating an AI model (gpt-4o-mini) for content processing, featuring distinct API and MVC client components, likely for a 'beverage' system.
Setup Requirements
- ⚠️Requires Azure AI access/authentication (e.g., API Key, Azure AD) for the specified AI endpoint (https://models.inference.ai.azure.com).
- ⚠️This is a multi-project .NET solution, requiring individual compilation/running of components or a solution-level build/run command.
- ⚠️The MCPWebControllerApi uses a local SQLite database ('beverages.sqlite') which may require initial setup or migration.
Verified SafeView Analysis
remembrances
by josegarridodigio
Provides long-term memory, knowledge base, and code indexing capabilities to AI agents using multiple memory layers and embedding models.
Provides long-term memory, knowledge base, and code indexing capabilities to AI agents using multiple memory layers and embedding models.
Setup Requirements
- ⚠️Requires Go 1.20+ installed.
- ⚠️Requires SurrealDB, either local or remote. An auto-start command feature is available but requires the 'surreal' executable or a running instance.
- ⚠️Local embedding models (GGUF, Ollama) require significant local resources (CPU/GPU, RAM) and specific setup (e.cpp compilation, GPU drivers, Docker for Ollama). GGUF models need to be manually downloaded.
- ⚠️Using the `start-remembrances.sh` wrapper script requires Docker to manage Ollama.
Review RequiredView Analysis
planka-mcp
by AcceleratedIndustries
Integrates AI clients with Planka kanban boards for task management and automation via a Model Context Protocol (MCP) server.
Integrates AI clients with Planka kanban boards for task management and automation via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires a running Planka instance to connect to.
- ⚠️Requires either `PLANKA_TOKEN` or `PLANKA_EMAIL` and `PLANKA_PASSWORD` environment variables for authentication.
- ⚠️Requires Rust toolchain (`cargo`) to build and run from source.
Verified SafeView Analysis
mcp-porkbun-domain-availability
by drdanielbender
Provides tools to check domain availability and pricing information via the Porkbun API v3.
Provides tools to check domain availability and pricing information via the Porkbun API v3.
Setup Requirements
- ⚠️Requires Node.js v18 or later.
- ⚠️Requires Porkbun API credentials (API Key and Secret API Key) which must be generated from the Porkbun account.
- ⚠️Porkbun API credentials must be configured as environment variables (PORKBUN_API_KEY, PORKBUN_SECRET_API_KEY) or in a .env file.