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)
mcp-technical-analysis
by FajarArrizki
A comprehensive Model Context Protocol (MCP) server that bridges AI assistants with professional cryptocurrency market analysis capabilities, real-time market data, technical analysis, and Hyperliquid trading execution.
A comprehensive Model Context Protocol (MCP) server that bridges AI assistants with professional cryptocurrency market analysis capabilities, real-time market data, technical analysis, and Hyperliquid trading execution.
Setup Requirements
- ⚠️Requires secure management of `AGENT_WALLET_PRIVATE_KEY` and `MAIN_WALLET_ADDRESS` environment variables for live trading (real money).
- ⚠️Requires `MEM0_API_KEY` and `MEM0_USER_ID` environment variables for AI memory features (Mem0 is an external platform).
- ⚠️Geographic restrictions may apply for Binance and Hyperliquid access, potentially requiring VPN or specific DNS configurations.
- ⚠️Testnet trading is recommended for initial use as mainnet trading involves real funds and is irreversible.
Verified SafeView Analysis
obsidian-http-mcp
by NasAndNora
Facilitates AI agents, such as Claude Code, to manage Obsidian notes by providing an HTTP-native Model Context Protocol (MCP) server, bypassing stdio transport bugs.
Facilitates AI agents, such as Claude Code, to manage Obsidian notes by providing an HTTP-native Model Context Protocol (MCP) server, bypassing stdio transport bugs.
Setup Requirements
- ⚠️Requires Obsidian with the 'Local REST API' plugin enabled, with 'Non encrypted (HTTP) API' enabled and 'Binding Host' set to '0.0.0.0' for Docker/WSL2 scenarios.
- ⚠️For cross-platform usage (e.g., AI on WSL2, server on Windows), the server must be installed and run on the same system as Obsidian, and the AI client must connect to the server's specific IP address (e.g., Windows bridge IP) rather than localhost.
- ⚠️For any production deployment or exposure beyond a trusted local network, a reverse proxy with authentication, rate limiting, and HTTPS/TLS is CRITICAL, as these security features are not built into the server itself.
Verified SafeView Analysis
asana-mcp-railway
by MagicTurtle-s
This server acts as a Model Context Protocol (MCP) server for Asana, enabling AI agents (like Claude Code/Desktop) to manage tasks and projects in Asana through a comprehensive set of 42 tools.
This server acts as a Model Context Protocol (MCP) server for Asana, enabling AI agents (like Claude Code/Desktop) to manage tasks and projects in Asana through a comprehensive set of 42 tools.
Setup Requirements
- ⚠️Requires registration and configuration of an Asana OAuth App (Client ID, Client Secret, Redirect URI) in the Asana Developer Console.
- ⚠️Critical environment variables (ASANA_CLIENT_ID, ASANA_CLIENT_SECRET, ASANA_REDIRECT_URI) must be set before running.
- ⚠️For production deployments, integrating with a persistent storage solution like Redis is recommended for token management, as the default implementation uses in-memory storage (tokens are lost on server restart).
Verified SafeView Analysis
ai-collections
by sumitparakh
Provides a comprehensive collection of resources and proof-of-concept implementations for building and understanding Model Context Protocol (MCP) servers, integrating LLMs with external tools and data.
Provides a comprehensive collection of resources and proof-of-concept implementations for building and understanding Model Context Protocol (MCP) servers, integrating LLMs with external tools and data.
Setup Requirements
- ⚠️Requires API keys for various AI services (e.g., OpenAI, Anthropic, vector databases) which can incur significant costs depending on usage.
- ⚠️Requires specific language runtimes (Python 3.8+, Node.js 16+, Rust 1.70+) and their respective package managers.
Verified SafeView Analysis
tableau-mcp
by samiribrh
A Model Context Protocol (MCP) server enabling Claude Desktop to interact with Tableau Server, allowing natural language operations like uploading datasets, checking data sources, and converting Excel files to Tableau Hyper format.
A Model Context Protocol (MCP) server enabling Claude Desktop to interact with Tableau Server, allowing natural language operations like uploading datasets, checking data sources, and converting Excel files to Tableau Hyper format.
Setup Requirements
- ⚠️Requires Claude Desktop App for full integration.
- ⚠️Requires a local Ollama instance running with a supported model (e.g., 'llama3.1:8b') for AI capabilities.
- ⚠️Requires Tableau Server with a configured Personal Access Token (PAT).
Verified SafeView Analysis
mcp-instagram
by anand-kamble
Provides an MCP (Model Context Protocol) server for integrating with Instagram, enabling AI clients to interact with Instagram functionalities like viewing profiles, posts, stories, and performing engagement actions.
Provides an MCP (Model Context Protocol) server for integrating with Instagram, enabling AI clients to interact with Instagram functionalities like viewing profiles, posts, stories, and performing engagement actions.
Setup Requirements
- ⚠️Requires Node.js 18+ or 20+ to be installed.
- ⚠️Instagram account credentials (IG_USERNAME and IG_PASSWORD) must be provided via environment variables or explicitly in the MCP client configuration.
- ⚠️If Two-Factor Authentication (2FA) is enabled on the Instagram account, the `instagram_complete_2fa` tool must be used after initial login to complete the authentication flow.
- ⚠️Relies on an unofficial Instagram API, which carries inherent risks of account restrictions or API changes breaking functionality.
Verified SafeView Analysis
mcp_server_ts
by murigugitonga
A Node.js Model Context Protocol (MCP) server designed to expose defined tools, currently featuring a placeholder 'create-user' capability, for interaction with external models or clients.
A Node.js Model Context Protocol (MCP) server designed to expose defined tools, currently featuring a placeholder 'create-user' capability, for interaction with external models or clients.
Setup Requirements
- ⚠️Requires Node.js runtime (typically >=18 as indicated by dependencies' engine requirements).
- ⚠️Relies on TypeScript, requiring 'typescript' and 'ts-node' for direct execution ('npm run server:dev') or a prior build step ('npm run server:build').
- ⚠️Users need familiarity with the Model Context Protocol (MCP) to develop clients or effectively interact with the server's tools.
Verified SafeView Analysis
claude-insane-guide
by ThibautMelen
Orchestrates complex multi-dialog workflows using sequential chaining for adaptable linear processes. It is recommended for advanced Claude Code patterns, specifically for mastering the orchestration of intricate dialogues.
Orchestrates complex multi-dialog workflows using sequential chaining for adaptable linear processes. It is recommended for advanced Claude Code patterns, specifically for mastering the orchestration of intricate dialogues.
Setup Requirements
- ⚠️Requires `npm` and network access to fetch the `@modelcontextprotocol/sequential-thinking` package via `npx`.
- ⚠️As a Model Context Protocol (MCP) server, it will likely consume a significant portion of the context window (potentially 50k+ tokens at startup), impacting overall token efficiency and potentially increasing costs for prolonged usage, as per general MCP server characteristics discussed in the guide.
Verified SafeView Analysis
simple-agent
by anutechofficial
This project implements a Micro-Plugin (MCP) server that exposes tools for an AI agent, allowing it to collect structured user data via conversation.
This project implements a Micro-Plugin (MCP) server that exposes tools for an AI agent, allowing it to collect structured user data via conversation.
Setup Requirements
- ⚠️Requires `GITHUB_TOKEN` (or `OPENAI_API_KEY`) environment variable for the agent to function.
- ⚠️Requires `ts-node` to be installed (via npm) to run TypeScript files directly.
- ⚠️The MCP server (`server/index.ts`) and the AI agent (`agent/main.ts`) must be run separately (e.g., in different terminals) for the full system to operate.
Verified SafeView Analysis
reasonkit-web
by reasonkit
A high-performance Model Context Protocol (MCP) server for browser automation, web capture, and content extraction, enabling AI agents to interact with web browsers.
A high-performance Model Context Protocol (MCP) server for browser automation, web capture, and content extraction, enabling AI agents to interact with web browsers.
Setup Requirements
- ⚠️Requires installation of Chrome/Chromium for headless browser automation.
- ⚠️Requires `wasm-pack` for WebAssembly-related tests/builds (not strictly for server runtime).
- ⚠️Relies heavily on environment variables for sensitive (tokens) and operational configuration; missing variables can lead to errors or insecure defaults.
- ⚠️The primary HTTP server (defined in `src/main.rs`) is noted as a 'placeholder' and may not be fully functional, while the stdio-based MCP server (`src/bin/mcp_server.rs`) is complete.
Verified SafeView Analysis
opencode-config
by victor20252025
Orchestrates a multi-agent system to decompose, execute, and review complex software development tasks in parallel using Git worktrees.
Orchestrates a multi-agent system to decompose, execute, and review complex software development tasks in parallel using Git worktrees.
Setup Requirements
- ⚠️Requires Bun runtime for execution.
- ⚠️Requires Git CLI installed and available in PATH.
- ⚠️The `repo-explorer` tool requires external CLI tools: `tree`, `ripgrep` (rg), `ast-grep` (sg), and `fd-find` (fd) to be installed.
- ⚠️This is an OpenCode AI plugin, requiring the OpenCode AI platform or application to host and run it.
Review RequiredView Analysis
mcp-sdlc-tracker
by avinashsingh
Provides a Model Context Protocol (MCP) server for SQLite-based task and project tracking with full SDLC entity, wiki, and comments management.
Provides a Model Context Protocol (MCP) server for SQLite-based task and project tracking with full SDLC entity, wiki, and comments management.
Setup Requirements
- ⚠️Requires Node.js installed locally to run `tsx`.
- ⚠️Requires explicit initialization via the `initialize` MCP tool or `/api/initialize` endpoint, providing the current project directory path, before other tools can be used.
- ⚠️Requires file system write permissions in the specified project directory to create the SQLite database file (`.project_tracker.donottouch`) and update `.gitignore`.
- ⚠️The `get_knowledge_graph` tool depends on the `find` command, which is standard on Unix-like systems but might require specific setup on Windows.