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)
dotnetMcpCli
by ericstj
A command-line interface for interacting with and managing Model Context Protocol (MCP) servers.
A command-line interface for interacting with and managing Model Context Protocol (MCP) servers.
Setup Requirements
- ⚠️Requires .NET 10.0 SDK or later to build and run.
- ⚠️Requires external Model Context Protocol (MCP) servers to interact with; the default configuration launches an MCP server via 'npx', implying 'npm' or 'Node.js' must be installed.
- ⚠️The client launches configured MCP servers as child processes, requiring the user to trust the specified server commands.
Verified SafeView Analysis
npm-mcp
by crogers2287
Manages Nginx Proxy Manager configurations and operations through MCP-compatible AI assistants.
Manages Nginx Proxy Manager configurations and operations through MCP-compatible AI assistants.
Setup Requirements
- ⚠️Requires Node.js 18+, npm, and jq to be installed.
- ⚠️Requires an existing and accessible Nginx Proxy Manager instance.
- ⚠️Requires setting `NPM_HOST`, `NPM_EMAIL`, and `NPM_PASSWORD` (and optionally `NPM_PORT`, `NPM_HTTPS`) environment variables for the NPM API connection.
Verified SafeView Analysis
amazon-bedrock-agentcore-mcp-gateway-cdk-stack
by build-failure
Deploys an Amazon Bedrock AgentCore MCP gateway with IAM/JWT authentication, supporting multiple integration targets like JIRA and Snowflake.
Deploys an Amazon Bedrock AgentCore MCP gateway with IAM/JWT authentication, supporting multiple integration targets like JIRA and Snowflake.
Setup Requirements
- ⚠️Requires manual creation and configuration of a 'config.json' file for gateway and integration settings.
- ⚠️Requires an AWS account with access to Amazon Bedrock, Cognito, IAM, S3, and Secrets Manager.
- ⚠️For AgentCore built-in integrations, a manual step is required to determine the 'agentCoreSchemasBucket' name by creating a JIRA integration in the AWS Bedrock console.
- ⚠️External service accounts and credentials (e.g., Snowflake, JIRA API keys) are required for respective integration targets.
Review RequiredView Analysis
MCPServer-1
by jubeju555
A minimal Model Context Protocol (MCP) server providing developer tools, primarily file operations, for AI assistants.
A minimal Model Context Protocol (MCP) server providing developer tools, primarily file operations, for AI assistants.
Review RequiredView Analysis
fccs-mcp-ag-server-macos
by ivossos
Oracle FCCS agentic server for financial consolidation, data management, and performance analytics with MCP and Web API support.
Oracle FCCS agentic server for financial consolidation, data management, and performance analytics with MCP and Web API support.
Setup Requirements
- ⚠️Requires an Oracle FCCS instance and credentials (or `FCCS_MOCK_MODE=true` for local development/testing).
- ⚠️Python 3.10 or higher is required.
- ⚠️PostgreSQL is recommended for production database persistence (SQLite is used for development by default, with a hardcoded default password in the config file if `DATABASE_URL` is not set).
- ⚠️Additional Python packages (e.g., `streamlit`, `plotly`, `pandas`, `reportlab`) are required for the dashboard and PDF generation scripts.
Verified SafeView Analysis
smartsuite_mcp_server
by Grupo-AFAL
The SmartSuite MCP Server provides a robust API client and caching layer for interacting with the SmartSuite API, designed for efficiency and token optimization with AI models.
The SmartSuite MCP Server provides a robust API client and caching layer for interacting with the SmartSuite API, designed for efficiency and token optimization with AI models.
Setup Requirements
- ⚠️Requires a SmartSuite Test Account with API access enabled (production credentials are strongly warned against).
- ⚠️Local file attachment requires AWS credentials (AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or SMARTSUITE_AWS_PROFILE) and an S3 bucket configured with server-side encryption, a lifecycle policy for cleanup, and CORS for SmartSuite to fetch files.
- ⚠️For local testing/development, environment variables for credentials are used, but integration tests specifically load from a local `.env` file instead of shell environment for isolation.
Review RequiredView Analysis
xo-mcp-server
by Videothek
This server integrates with Xen Orchestra to provide AI agents with tools for managing virtual machines, backup jobs, backup logs, and backup repositories.
This server integrates with Xen Orchestra to provide AI agents with tools for managing virtual machines, backup jobs, backup logs, and backup repositories.
Setup Requirements
- ⚠️Requires an active Xen Orchestra instance.
- ⚠️Requires Xen Orchestra API Token (`XO_API_TOKEN`).
- ⚠️Requires Xen Orchestra Base URL (`XO_BASE_URL`).
- ⚠️Designed to be run as a Docker container within the Docker MCP Gateway ecosystem.
Verified SafeView Analysis
ClaudeJarvis
by billy1234
A self-hosted Model Context Protocol (MCP) server enabling AI agents to manage personal tasks like todos, shopping lists, and reminders.
A self-hosted Model Context Protocol (MCP) server enabling AI agents to manage personal tasks like todos, shopping lists, and reminders.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for deployment.
- ⚠️Requires OpenSSL, mkcert, or certbot for SSL certificate generation.
- ⚠️Requires manual configuration of a `.env` file with database credentials and port settings.
- ⚠️Local development with custom domains or IPs requires manual `hosts` file entries.
Verified SafeView Analysis
mcp_server_weather_jayden
by jayden9530
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
Setup Requirements
- ⚠️Python 3.11+ required
Verified SafeView Analysis
innerVoice
by RichardDillman
Enables two-way communication between Claude instances and a user via Telegram, supporting real-time notifications, interactive questions, and remote control of Claude projects including spawning and managing processes.
Enables two-way communication between Claude instances and a user via Telegram, supporting real-time notifications, interactive questions, and remote control of Claude projects including spawning and managing processes.
Setup Requirements
- ⚠️Requires manual creation and configuration of a Telegram Bot via @BotFather, including obtaining and setting the bot token in the `.env` file.
- ⚠️Requires `pnpm` for dependency management; users without it need to install it globally (`npm install -g pnpm`) prior to setup.
- ⚠️Initial Claude MCP server setup requires manual configuration in Claude's settings file (`~/.config/claude-code/settings/mcp.json`) or via `claude mcp add` command with the absolute path to the `mcp-server.js` script.
- ⚠️For background operation, `pm2` is recommended and must be installed globally (`npm install -g pm2`).
Verified SafeView Analysis
test-remote-mcp-server
by CYBERTESLA
A simple microservice providing basic arithmetic and random number generation tools via the FastMCP protocol.
A simple microservice providing basic arithmetic and random number generation tools via the FastMCP protocol.
Setup Requirements
- ⚠️Requires Python 3.12 or higher
Verified SafeView Analysis
bosh-mcp-server
by malston
Provides BOSH Director operations to AI assistants for infrastructure diagnostics, inspection, and deployment management.
Provides BOSH Director operations to AI assistants for infrastructure diagnostics, inspection, and deployment management.
Setup Requirements
- ⚠️Requires Go 1.21+ for building from source.
- ⚠️Requires access to a BOSH Director and appropriate credentials (environment variables, ~/.bosh/config, or Ops Manager credentials).
- ⚠️Requires the `om` CLI tool to be installed and configured if Ops Manager authentication fallback is used.