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)
RP_SL1_MCP
by rudipoppes
This MCP server integrates with Restorepoint API to enable natural language interaction for network management, serving as a foundation for custom chat interfaces and AI-powered network automation.
This MCP server integrates with Restorepoint API to enable natural language interaction for network management, serving as a foundation for custom chat interfaces and AI-powered network automation.
Setup Requirements
- ⚠️Requires Node.js 22+.
- ⚠️Restorepoint API token must be obtained and configured in `config.json` (or via environment variables as suggested in documentation, though not explicitly implemented for config loading).
- ⚠️Requires network connectivity to the specified Restorepoint server URL.
- ⚠️Restorepoint API uses `Authorization: Custom <token>` format, not `Bearer`.
Verified SafeView Analysis
remote-http-mcp-server
by Aprimo-Connect
An OAuth 2.1 proxy and Model Context Protocol (MCP) server enabling AI assistants to securely access enterprise APIs, bridging compatibility gaps with authorization systems.
An OAuth 2.1 proxy and Model Context Protocol (MCP) server enabling AI assistants to securely access enterprise APIs, bridging compatibility gaps with authorization systems.
Setup Requirements
- ⚠️Requires .NET 8.0 SDK or later.
- ⚠️Requires an existing Aprimo environment and corresponding client IDs/secrets for OAuth configuration.
- ⚠️Sensitive configuration values (client IDs/secrets, domain) must be manually configured in `appsettings.json` and managed securely in production.
Verified SafeView Analysis
strava_mcp
by erwanndebelloy
Acts as a simple HTTP proxy to intercept, modify, and forward requests, likely for processing Strava webhooks or similar events.
Acts as a simple HTTP proxy to intercept, modify, and forward requests, likely for processing Strava webhooks or similar events.
Setup Requirements
- ⚠️Requires Node.js installed
Verified SafeView Analysis
frappe-mcp-server
by Sena-Services
Provides an interface for AI assistants to interact with a Frappe Framework application via its REST API, focusing on document CRUD, schema handling, and programmatic customization of DocTypes and workflows.
Provides an interface for AI assistants to interact with a Frappe Framework application via its REST API, focusing on document CRUD, schema handling, and programmatic customization of DocTypes and workflows.
Setup Requirements
- ⚠️Requires Node.js 18 or higher to run.
- ⚠️Requires a running Frappe instance (version 15 or higher) for all operations.
- ⚠️Both FRAPPE_API_KEY and FRAPPE_API_SECRET environment variables are mandatory for authentication.
- ⚠️Specific tools (e.g., blueprint, doctype_operations, WhatsApp/Instagram messaging) rely on corresponding custom Frappe apps (e.g., 'sentra_core', 'senaerp_integrations') being installed and configured on the connected Frappe instance. If these apps are not present, those specific tools will fail.
Verified SafeView Analysis
alteon-mcp-server
by rdwr-seanr
Provides AI assistants with a Model Context Protocol (MCP) server to monitor, discover, validate, and retrieve real-time operational statistics from Radware Alteon Application Delivery Controllers via their REST API.
Provides AI assistants with a Model Context Protocol (MCP) server to monitor, discover, validate, and retrieve real-time operational statistics from Radware Alteon Application Delivery Controllers via their REST API.
Setup Requirements
- ⚠️Requires Node.js v18.0.0 or higher.
- ⚠️Requires an Alteon Application Delivery Controller device with its REST API enabled, and network connectivity (HTTPS) to it.
- ⚠️The hardcoded `rejectUnauthorized: false` setting for HTTPS connections disables critical SSL certificate validation, making it inherently insecure for production environments outside of a strictly isolated lab.
Review RequiredView Analysis
bookstack-mcp-server
by jeroenmaes
Provides an ASP.NET Core Model Context Protocol (MCP) server for managing and searching BookStack wiki content via its API.
Provides an ASP.NET Core Model Context Protocol (MCP) server for managing and searching BookStack wiki content via its API.
Setup Requirements
- ⚠️Requires .NET 10 SDK to run locally.
- ⚠️An operational BookStack instance with API access enabled is mandatory.
- ⚠️BookStack API Token ID and Token Secret must be created in BookStack and provided in the Authorization header for each client request.
- ⚠️The BookStack Base URL must be configured via appsettings.json or environment variables.
Verified SafeView Analysis
mcp-gmail-server
by VatsKan
Provides a Model Context Protocol (MCP) server to allow AI agents to read unread emails and create draft email replies in Gmail.
Provides a Model Context Protocol (MCP) server to allow AI agents to read unread emails and create draft email replies in Gmail.
Setup Requirements
- ⚠️Requires significant manual setup of a Google Cloud Project, enabling the Gmail API, and configuring OAuth 2.0 credentials (Desktop app type) to generate 'client_secret_oauth_gcp.json'.
- ⚠️The generated 'client_secret_oauth_gcp.json' and 'token.json' must be saved securely in the project root and are not to be committed to version control.
- ⚠️Designed for integration with Claude Desktop, requiring manual configuration of 'claude_desktop_config.json' with correct local paths.
Verified SafeView Analysis
kieai-mcp-server
by marswong
Provides a Model Context Protocol (MCP) server that wraps the KIE.AI Text-to-Image FLUX 2 Pro API for generating images from text prompts.
Provides a Model Context Protocol (MCP) server that wraps the KIE.AI Text-to-Image FLUX 2 Pro API for generating images from text prompts.
Setup Requirements
- ⚠️Requires `KIEAI_API_KEY` environment variable to function properly.
- ⚠️Requires Node.js version `^20.19.0 || >=22.12.0` as specified in `package.json`.
- ⚠️The `uWebSockets.js` dependency (used by `ultimate-express`) is a native Node.js add-on and might require compilation on certain systems, although `npm ci` typically handles this automatically.
Verified SafeView Analysis
mokei
by TairuFramework
TypeScript toolkit for building and orchestrating AI applications using the Model Context Protocol (MCP), providing server/client implementations, multi-context hosting, session management, agent loops, and integrations with various LLM providers (OpenAI, Anthropic, Ollama), including monitoring and CLI tools.
TypeScript toolkit for building and orchestrating AI applications using the Model Context Protocol (MCP), providing server/client implementations, multi-context hosting, session management, agent loops, and integrations with various LLM providers (OpenAI, Anthropic, Ollama), including monitoring and CLI tools.
Setup Requirements
- ⚠️Requires OpenAI API Key for OpenAI provider (paid service).
- ⚠️Requires Ollama server running locally for Ollama provider.
- ⚠️MCP server source code needs to be built into JavaScript files (e.g., `lib/serve.js`) before running `addContext`.
Review RequiredView Analysis
tdx-tickets-mcp
by tdx-benheard
Provides a Model Context Protocol (MCP) server allowing AI agents to interact with TeamDynamix tickets, reports, users, and groups through a structured API.
Provides a Model Context Protocol (MCP) server allowing AI agents to interact with TeamDynamix tickets, reports, users, and groups through a structured API.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Requires a Windows operating system for DPAPI password encryption/decryption.
- ⚠️Requires a TeamDynamix account with API access and configured application IDs.
- ⚠️Credentials must be configured interactively using `npm run setup` and stored in specific local paths (~/.config/tdx-mcp/).
- ⚠️Requires Claude Code to be launched from the project directory containing the `.mcp.json` configuration file for proper integration.
Verified SafeView Analysis
mcp_server_python
by sharonsky94
An MCP server for LM Studio to extend LLM capabilities with web search, page fetching, arbitrary Python code execution, and package installation.
An MCP server for LM Studio to extend LLM capabilities with web search, page fetching, arbitrary Python code execution, and package installation.
Setup Requirements
- ⚠️Requires a local LM Studio installation to function as an agent tool.
- ⚠️Requires manual configuration of the LM Studio mcp.json file with correct absolute paths.
Review RequiredView Analysis
ufm
by rem5357
A cross-platform MCP server for comprehensive and secure file management, enabling AI clients to interact with the local filesystem.
A cross-platform MCP server for comprehensive and secure file management, enabling AI clients to interact with the local filesystem.
Setup Requirements
- ⚠️P2P networking on Linux requires 'avahi-publish' and on Windows requires 'dns-sd' (Bonjour) for mDNS registration/browsing, which may not be installed by default.
- ⚠️The auto-update feature relies on a specific HTTP server ('http://goldshire:8080/ufm') which must be running and accessible for updates to function.
- ⚠️Building from source requires the Rust toolchain (Rustup, Cargo).