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)
test-remote-mcp-server
by Rishabh899
This server acts as an expense tracker, allowing users to add, list, and summarize financial expenditures using a FastMCP API.
This server acts as an expense tracker, allowing users to add, list, and summarize financial expenditures using a FastMCP API.
Setup Requirements
- ⚠️Requires Python 3.11 or higher, as specified in `pyproject.toml`.
- ⚠️The SQLite database (`expenses.db`) is created in a temporary directory, meaning all expense data will be lost upon system reboot or cleanup of temporary files. This design makes the data non-persistent across sessions.
- ⚠️The `categories.json` file is expected in the same directory as `main.py` for custom categories. While defaults are provided if not found, custom category management requires this file placement.
Verified SafeView Analysis
mcp-unix-tools
by remysaissy
A local Model Context Protocol (MCP) server that exposes a collection of Unix tools to AI models for local development and automation tasks.
A local Model Context Protocol (MCP) server that exposes a collection of Unix tools to AI models for local development and automation tasks.
Setup Requirements
- ⚠️Rust toolchain (2024 edition or later) and Cargo required
- ⚠️Unix-like environment (Linux, macOS, or WSL on Windows) is mandatory
- ⚠️Provided source for `src/main.rs` is currently a 'Hello world.'; actual Unix tool implementations are not yet present in the snippet.
Verified SafeView Analysis
Expense-Tracker-MCP-Remote
by NikhilAdvani
Manages personal expenses by allowing users to add, list, summarize, edit, delete, and search expense entries.
Manages personal expenses by allowing users to add, list, summarize, edit, delete, and search expense entries.
Setup Requirements
- ⚠️Database stored in a temporary directory (`/tmp` or similar) and will not persist across system reboots or temporary directory cleanups, leading to potential data loss.
- ⚠️Requires Python 3.12+ due to project configuration.
Verified SafeView Analysis
mcp-atlassian-ts
by Bazilio-san
Automate and extend Atlassian JIRA and Confluence operations for AI agents using the Model Context Protocol (MCP).
Automate and extend Atlassian JIRA and Confluence operations for AI agents using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires valid Atlassian JIRA and/or Confluence URL and credentials (username/password or Personal Access Token) in the .env file.
- ⚠️Mandatory `MCP_SERVICE_MODE` environment variable must be set to 'jira' or 'confluence' for the server to start.
- ⚠️Default port 3000 might be in use; requires changing `SERVER_PORT` environment variable if conflict occurs.
Verified SafeView Analysis
atlassian-mcp
by yohanesmario
Automates interactions with Atlassian Jira and Confluence by providing a custom, unified MCP server with optimized token usage for tool definitions and robust Markdown to Atlassian Document Format (ADF) conversion.
Automates interactions with Atlassian Jira and Confluence by providing a custom, unified MCP server with optimized token usage for tool definitions and robust Markdown to Atlassian Document Format (ADF) conversion.
Setup Requirements
- ⚠️Requires ATLASSIAN_EMAIL, ATLASSIAN_API_TOKEN, and ATLASSIAN_DOMAIN environment variables to be set.
- ⚠️If using a .env file for credentials, it must have secure permissions (e.g., `chmod 600 .env`) or it will be silently skipped.
- ⚠️The ATLASSIAN_DOMAIN must be in the format `company.atlassian.net` (domain only, no protocol or path).
Verified SafeView Analysis
mcp-server
by berkayinam
Provides an HTTP interface for the Model Context Protocol, offering basic tools and compatibility with `mcp-use` and `MCP Inspector`.
Provides an HTTP interface for the Model Context Protocol, offering basic tools and compatibility with `mcp-use` and `MCP Inspector`.
Setup Requirements
- ⚠️Python dependencies (via pip)
Verified SafeView Analysis
mcp-data-buffer-client
by fastbs
HTTP client for storing and retrieving binary/JSON data via tokens from an MCP Data Buffer server.
HTTP client for storing and retrieving binary/JSON data via tokens from an MCP Data Buffer server.
Setup Requirements
- ⚠️Requires a running instance of the MCP Data Buffer server.
- ⚠️An API token is required for most operations, obtained via `buffer-cli token:create` or similar.
- ⚠️The `cleanup` method requires admin scope authentication.
Verified SafeView Analysis
chessboardmagic-mcp
by HollowLeaf1981
Access user's chess repertoires and games, and retrieve TCEC and correspondence chess statistics and games for analysis within AI assistants.
Access user's chess repertoires and games, and retrieve TCEC and correspondence chess statistics and games for analysis within AI assistants.
Setup Requirements
- ⚠️Requires a Chessboard Magic subscription.
- ⚠️Requires generating a Personal Access Token (PAT) from Chessboard Magic profile.
- ⚠️Requires Claude Pro and Claude Desktop installed for typical usage.
Verified SafeView Analysis
mcp-inmovilla
by laica-ayudavets
Enables LLMs to manage properties, clients, owners, and retrieve enumerations from the Inmovilla real estate platform by exposing an MCP-compliant API.
Enables LLMs to manage properties, clients, owners, and retrieve enumerations from the Inmovilla real estate platform by exposing an MCP-compliant API.
Setup Requirements
- ⚠️Requires an Inmovilla API Token (obtained from Inmovilla CRM, expires after 3 months of inactivity).
- ⚠️Requires an OpenAI API Key (a paid service, used by the provided Python testing client).
- ⚠️Requires a custom 'MCP_API_KEY' for authenticating against the MCP server itself.
- ⚠️Requires Node.js version 18.19.0 or higher.
Verified SafeView Analysis
montage-mcp-server
by hyperflow-wms
Generates astronomical image mosaic workflows using the Montage toolkit through an MCP server interface, primarily for integration with LLMs like Claude Desktop.
Generates astronomical image mosaic workflows using the Montage toolkit through an MCP server interface, primarily for integration with LLMs like Claude Desktop.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for execution and testing.
- ⚠️Requires access to the Docker socket (`/var/run/docker.sock`) for workflow execution.
- ⚠️Requires network access to the IPAC archive for downloading FITS files.
Review RequiredView Analysis
mcp-filesystem
by Digital-Defiance
Provides advanced filesystem operations for AI agents within strict security boundaries, including batch operations, directory watching, file search/indexing, and permission management.
Provides advanced filesystem operations for AI agents within strict security boundaries, including batch operations, directory watching, file search/indexing, and permission management.
Setup Requirements
- ⚠️Requires 'workspaceRoot' to be explicitly configured in a 'mcp-filesystem-config.json' file or via 'MCP_FILESYSTEM_WORKSPACE_ROOT' environment variable.
- ⚠️If running in Docker directly (not via docker-compose), manual ownership and permission adjustments (e.g., 'chown -R 1001:1001 workspace') for the mounted workspace directory might be necessary.
- ⚠️The default configuration sets 'requireConfirmation: true' for destructive operations, which may interrupt automated workflows and requires explicit handling or adjustment.
Verified SafeView Analysis
mcp-documentation-server
by xxfmin
A Python server for indexing documents and performing semantic search on them, often used for RAG applications.
A Python server for indexing documents and performing semantic search on them, often used for RAG applications.
Setup Requirements
- ⚠️Requires Python 3.14 or higher, which is a very recent version and may require environment setup.
- ⚠️Access to the default embedding model ('Qwen/Qwen3-Embedding-0.6B') or other HuggingFace models may require an `HF_TOKEN` environment variable, which could necessitate a HuggingFace account and potentially incur costs for larger models.
- ⚠️Relies on `fastmcp` for local development and running, which is a specific framework that users need to install.
- ⚠️Leverages LanceDB for vector storage, which might have system-level dependencies depending on the operating system.