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(7756)
ifc-bonsai-mcp
by Show2Instruct
Connects AI language models with Blender's Bonsai add-on to read, create, and edit IFC models directly via high-level tool calls and RAG-powered knowledge.
Connects AI language models with Blender's Bonsai add-on to read, create, and edit IFC models directly via high-level tool calls and RAG-powered knowledge.
Setup Requirements
- ⚠️Requires specific Blender 4.4+ and Bonsai Add-on 0.8.2+ versions.
- ⚠️Requires Claude Desktop (or other MCP-compatible client) and manual configuration of its JSON settings, including potentially an absolute path to the Python executable.
- ⚠️An additional local embedding server (Sentence Transformers) must be run continuously in a separate process for the RAG knowledge base to function.
- ⚠️Initial setup involves installing `uv` package manager and potentially manual installation of Python packages into Blender's isolated Python environment.
Review RequiredView Analysis
granola-ai-mcp-server
by proofgeist
An experimental Model Context Protocol (MCP) server that integrates Granola.ai meeting intelligence with Claude Desktop, using Granola's local cache for read-only access to meeting data.
An experimental Model Context Protocol (MCP) server that integrates Granola.ai meeting intelligence with Claude Desktop, using Granola's local cache for read-only access to meeting data.
Setup Requirements
- ⚠️Requires macOS operating system, as Granola.ai and its cache file are macOS-specific.
- ⚠️Requires the Granola.ai desktop application to be installed and actively generating meeting data.
- ⚠️Requires manual configuration within the Claude Desktop application's JSON config file (`claude_desktop_config.json`).
- ⚠️Requires Python 3.12+ and the `uv` package manager (or `pip` with manual virtual environment setup).
Verified SafeView Analysis
memcord
by ukkit
Memcord is a privacy-first, self-hosted MCP server designed to organize chat history, summarize messages, and enable AI-powered search across past conversations, keeping all data secure and under user control.
Memcord is a privacy-first, self-hosted MCP server designed to organize chat history, summarize messages, and enable AI-powered search across past conversations, keeping all data secure and under user control.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Utilizes 'uv' (a modern Python package installer/dependency manager), diverging from traditional 'pip' workflows.
- ⚠️Manual configuration of 'claude_desktop_config.json' or `claude mcp add-json` command is necessary for integration with Claude Desktop/Code, requiring the user to specify the installation path.
- ⚠️The server's dependencies include future-dated versions of MCP SDK (1.22.0, released Nov 20, 2025) and MCP Protocol (2025-11-25, released Nov 25, 2025), which may not be readily available or stable at present.
Verified SafeView Analysis
GravityMCP
by GravityKit
Manage Gravity Forms data (forms, entries, feeds, fields) via Model Context Protocol, enabling programmatic interaction with WordPress forms.
Manage Gravity Forms data (forms, entries, feeds, fields) via Model Context Protocol, enabling programmatic interaction with WordPress forms.
Setup Requirements
- ⚠️Requires Node.js 18+ (though `scripts/check-env.js` recommends 20+).
- ⚠️Requires an active WordPress installation with Gravity Forms 2.5+.
- ⚠️Requires an HTTPS-enabled WordPress site if using Basic Authentication (OAuth 1.0a is a fallback for HTTP).
- ⚠️Requires Gravity Forms REST API Consumer Key and Secret, generated in WordPress settings.
- ⚠️For local development with self-signed SSL certificates, `MCP_ALLOW_SELF_SIGNED_CERTS=true` must be set in your `.env` file.
Verified SafeView Analysis
mcp-server-excel
by sbroenne
Automate Microsoft Excel operations using natural language through AI assistants, covering tasks like Power Query, DAX measures, VBA, PivotTables, charts, ranges, and formatting.
Automate Microsoft Excel operations using natural language through AI assistants, covering tasks like Power Query, DAX measures, VBA, PivotTables, charts, ranges, and formatting.
Setup Requirements
- ⚠️Requires Windows OS for COM interop.
- ⚠️Requires Microsoft Excel 2016 or later to be installed.
- ⚠️VBA operations require 'Trust access to the VBA project object model' to be manually enabled in Excel settings.
- ⚠️Requires exclusive access to Excel workbooks; all Excel instances must be closed before use.
Verified SafeView Analysis
apostrophe-cms-generator
by andrewmat32
An AI-powered code generator for Apostrophe CMS modules, operating as a local Model Context Protocol (MCP) server that can be integrated with Claude Code.
An AI-powered code generator for Apostrophe CMS modules, operating as a local Model Context Protocol (MCP) server that can be integrated with Claude Code.
Setup Requirements
- ⚠️Requires Node.js v18 or higher.
- ⚠️Requires Claude Code CLI (@anthropic-ai/claude-code) installed globally.
- ⚠️Requires an Anthropic API key configured via `claude configure` (this is a paid service, token usage applies).
- ⚠️Apostrophe CMS projects must be located in the parent directory of this tool and configured for ES Modules (`"type": "module"` in their `package.json`).
Verified SafeView Analysis
forgejo-mcp
by goern
Integrates Forgejo with Model Context Protocol (MCP) systems, enabling AI agents to execute commands and manage repositories via a chat interface.
Integrates Forgejo with Model Context Protocol (MCP) systems, enabling AI agents to execute commands and manage repositories via a chat interface.
Setup Requirements
- ⚠️Requires Golang (Go 1.24 or later recommended) and 'make' to build from source.
- ⚠️Requires a running Forgejo instance URL for connection.
- ⚠️Requires a Forgejo Personal Access Token for authentication.
- ⚠️Can operate in 'stdio' (standard I/O) or 'sse' (Server-Sent Events) transport modes, with 'stdio' being default for direct MCP client integration.
Verified SafeView Analysis
mcp-advisor
by olaservo
Provides comprehensive access to Model Context Protocol (MCP) specification and compliance evaluation for LLMs and humans.
Provides comprehensive access to Model Context Protocol (MCP) specification and compliance evaluation for LLMs and humans.
Setup Requirements
- ⚠️The server currently depends on the official `LLMS.txt` file which no longer matches the format expected by this server, potentially leading to errors or incomplete data.
- ⚠️Requires external network access to `modelcontextprotocol.io` and `raw.githubusercontent.com` to fetch specification documents and schemas. Network failures will cause fallback to expired cache or errors.
Verified SafeView Analysis
oh-no-mcp-server
by eamonnfaherty
Provides a Model Context Protocol (MCP) server for deep analysis of code performance, identifying bottlenecks, memory issues, algorithm complexity, and suggesting optimizations across code snippets, single files, or entire directories.
Provides a Model Context Protocol (MCP) server for deep analysis of code performance, identifying bottlenecks, memory issues, algorithm complexity, and suggesting optimizations across code snippets, single files, or entire directories.
Setup Requirements
- ⚠️Requires a compatible MCP client (e.g., Claude Desktop) to operate as intended, as it's an MCP server, not a standalone application.
- ⚠️Python 3.10 or newer is required to run the server.
Verified SafeView Analysis
greptimedb-mcp-server
by GreptimeTeam
Enables AI assistants to securely query and analyze GreptimeDB data, including time-series, logs, and metrics, using SQL, TQL, and RANGE queries, with pipeline management capabilities.
Enables AI assistants to securely query and analyze GreptimeDB data, including time-series, logs, and metrics, using SQL, TQL, and RANGE queries, with pipeline management capabilities.
Setup Requirements
- ⚠️Requires a running GreptimeDB instance.
- ⚠️Requires Python 3.11 or newer.
- ⚠️Recommended to configure a read-only database user for enhanced security.
Verified SafeView Analysis
arch-mcp
by nihalxkumar
An MCP server that bridges AI assistants with the Arch Linux ecosystem, providing intelligent, safe, and efficient access to the Arch Wiki, AUR, and official repositories for AI-assisted Arch Linux usage.
An MCP server that bridges AI assistants with the Arch Linux ecosystem, providing intelligent, safe, and efficient access to the Arch Wiki, AUR, and official repositories for AI-assisted Arch Linux usage.
Setup Requirements
- ⚠️Most core functionality requires the server to run on an Arch Linux system.
- ⚠️Write operations and some diagnostic tools require `sudo` access.
- ⚠️AUR installation tools require an AUR helper (paru or yay) to be installed on the host system.
- ⚠️Checking for updates (`check_updates_dry_run`) requires the `pacman-contrib` package.
Verified SafeView Analysis
chessagine-mcp
by jalpp
This MCP server provides advanced chess analysis, puzzle training, game review, and opening exploration by integrating Stockfish, Lichess, ChessDB, and custom positional theme evaluations, primarily for enhancing chess understanding and gameplay.
This MCP server provides advanced chess analysis, puzzle training, game review, and opening exploration by integrating Stockfish, Lichess, ChessDB, and custom positional theme evaluations, primarily for enhancing chess understanding and gameplay.
Setup Requirements
- ⚠️Requires Node.js 22+.
- ⚠️Optional Lichess API Key (sensitive) for fetching studies.
- ⚠️Optional Chessboard Magic PAT (sensitive) for accessing user repertoires and games.
- ⚠️Relies on an external Stockfish API endpoint (https://mcpstockfish.vercel.app/) for engine analysis, which is a third-party dependency.