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)
wp-design-mcp
by Akungapaul
Manages WordPress custom CSS and color palette settings via an MCP server interface.
Manages WordPress custom CSS and color palette settings via an MCP server interface.
Setup Requirements
- â ī¸Requires a running WordPress instance reachable by the server.
- â ī¸Requires a WordPress Application Password for REST API authentication.
- â ī¸If WP-CLI features (e.g., color palette updates) are enabled, WP-CLI must be installed on the target WordPress server, and SSH access correctly configured (SSH host, user, key path) if remote execution is desired. This also introduces a critical command injection vulnerability if not used with extreme caution.
- â ī¸The 'update_color_palette' function, if enabled, is a severe command injection vulnerability if user-provided input is not rigorously sanitized, making it unsafe to expose to untrusted users.
Review RequiredView Analysis
mcp-server
by JemiloII
An MCP server providing AI-powered tools for the game Umamusume Pretty Derby, assisting Claude AI with champion meeting information, rating calculations, and stamina validation.
An MCP server providing AI-powered tools for the game Umamusume Pretty Derby, assisting Claude AI with champion meeting information, rating calculations, and stamina validation.
Setup Requirements
- â ī¸Requires Node.js >= 24.0.0 and pnpm for development and execution.
- â ī¸Requires GOOGLE_API_KEY and SPREADSHEET_ID environment variables for the Rating Calculator's auto-update feature to function correctly.
- â ī¸Connecting to Claude Web necessitates external HTTPS exposure setup (e.g., Cloudflare Tunnel, ngrok) with a valid SSL certificate on ports 80/443.
Review RequiredView Analysis
office-mcp-server
by jiahuidegit
This server enables AI agents to generate professional Word and Excel documents with various themes and embed Mermaid diagrams.
This server enables AI agents to generate professional Word and Excel documents with various themes and embed Mermaid diagrams.
Setup Requirements
- â ī¸Requires Node.js 18+ runtime environment.
- â ī¸Requires internet access for Mermaid diagram rendering via kroki.io.
- â ī¸Generated documents using custom fonts (e.g., 'æšæŖå°æ åŽįŽäŊ') may not render correctly without these fonts installed on the viewing system. The server itself does not bundle or embed these fonts.
- â ī¸The `OUTPUT_DIR` environment variable is recommended to restrict output paths, but is not enforced by the tools' internal logic. Ensure the calling AI environment or user input strictly controls the `outputPath` argument to prevent arbitrary file writes.
Review RequiredView Analysis
third_mcp_server_using_fastmcp
by sharmaratnesh
Provides a Model Context Protocol (MCP) server exposing tools for AI-assisted development workflows, designed for integration with clients like Cline.
Provides a Model Context Protocol (MCP) server exposing tools for AI-assisted development workflows, designed for integration with clients like Cline.
Setup Requirements
- â ī¸Requires Python 3.8 or higher
- â ī¸Relies on the `fastmcp` Python library
Verified SafeView Analysis
mcpserver_example
by CyprianFusi
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.
Provides an MCP (Mathematical Computation Protocol) server exposing a simple integer addition function as a tool.
Setup Requirements
- â ī¸Requires Python 3.13 or higher.
- â ī¸Depends on the 'mcp' framework.
- â ī¸Primarily designed for integration with 'claude_desktop_config.json', suggesting a specific ecosystem dependency.
Verified SafeView Analysis
thermo-mcp-server
by MahoneyContextProtocol
A minimal Model Context Protocol (MCP) server for managing and monitoring temperature data from external sources or scripts.
A minimal Model Context Protocol (MCP) server for managing and monitoring temperature data from external sources or scripts.
Setup Requirements
- â ī¸Requires Python 3 and its dependencies (FastMCP, etc.) installed via requirements.txt.
- â ī¸A virtual environment is recommended for dependency management.
- â ī¸Requires manual creation of the 'data' directory and an initial 'latest_temp.json' file before first run.
Verified SafeView Analysis
context-forge-mcp
by engelkes-finstreet
A Model Context Protocol (MCP) server for AI assistants to interact with finstreet/ui components by providing tools to fetch component stories, demo code, and installation guides, and manage tasks and subtasks.
A Model Context Protocol (MCP) server for AI assistants to interact with finstreet/ui components by providing tools to fetch component stories, demo code, and installation guides, and manage tasks and subtasks.
Setup Requirements
- â ī¸Requires Docker for the recommended setup.
- â ī¸A GitHub Token is required in the `.env` file for accessing component data from GitHub. The `CLAUDE.md` warns about a potential hardcoding of this token in `src/utils/api.ts`, which needs verification.
- â ī¸Requires a PostgreSQL database instance for persistence, configured via `DATABASE_URL` in `.env`.
Review RequiredView Analysis
git-mcp-server
by GHjiejie
This server provides a Model Context Protocol (MCP) interface for executing Git operations and generating AI-powered weekly reports using a local Ollama instance.
This server provides a Model Context Protocol (MCP) interface for executing Git operations and generating AI-powered weekly reports using a local Ollama instance.
Setup Requirements
- â ī¸Requires Ollama to be installed and running locally on http://localhost:11434.
- â ī¸Requires pulling a specific Ollama model (e.g., deepseek-r1:1.5b or deepseek-r1:7b).
- â ī¸Requires manual configuration in Claude Desktop's `claude_desktop_config.json` file.
Review RequiredView Analysis
divvi-mcp-server
by divvi-xyz
Enables AI assistants to automatically integrate the Divvi referral SDK into JavaScript/TypeScript blockchain applications.
Enables AI assistants to automatically integrate the Divvi referral SDK into JavaScript/TypeScript blockchain applications.
Setup Requirements
- â ī¸Requires Node.js 22+
- â ī¸Requires an MCP-compatible AI assistant (e.g., Claude Desktop, Cursor)
- â ī¸User must provide a 'consumerAddress' for Divvi dapp wallet.
Verified SafeView Analysis
decomp-me-mcp
by itsgrimetime
An MCP server that enables AI assistants to interact with the decomp.me API for video game decompilation projects.
An MCP server that enables AI assistants to interact with the decomp.me API for video game decompilation projects.
Setup Requirements
- â ī¸Requires Python 3.10 or higher.
- â ī¸Manual configuration of Claude Desktop's `claude_desktop_config.json` is necessary, pointing to the virtual environment's Python executable.
- â ī¸Interaction with the public decomp.me API might require a `CF_CLEARANCE` cookie via an environment variable, depending on Cloudflare settings.
Verified SafeView Analysis
-mcp
by syphrpunk
A Model Context Protocol server for executing any Open Source tool via `pkgx` within a sandboxed environment on macOS, or unsandboxed on Linux.
A Model Context Protocol server for executing any Open Source tool via `pkgx` within a sandboxed environment on macOS, or unsandboxed on Linux.
Setup Requirements
- â ī¸No robust sandboxing for Linux, leading to full file system read/write access for executed commands.
- â ī¸Requires Node.js 20+ and `ts-node` to be available in the execution environment, even if `pkgx` is capable of downloading other tools.
Review RequiredView Analysis
google-workspace-mcp-server
by nityeshaga
Provides an MCP server to enable AI agents (like Claude Code) to interact with Google Docs, Sheets, Drive, Gmail, and Calendar APIs for reading, creating, editing, and managing data.
Provides an MCP server to enable AI agents (like Claude Code) to interact with Google Docs, Sheets, Drive, Gmail, and Calendar APIs for reading, creating, editing, and managing data.
Setup Requirements
- â ī¸Requires a Google Cloud Project, with specific APIs (Docs, Sheets, Drive, Gmail, Calendar) enabled.
- â ī¸Requires manual configuration of an OAuth Consent Screen, which can be 'External' and require adding test users.
- â ī¸Requires obtaining a Google Refresh Token manually via the Google OAuth 2.0 Playground, which is a multi-step process.
- â ī¸Requires Node.js version 18 or higher.