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(9120)
fde_sql_mcp
by mmcdermott-ashleyne
Provides an MCP server for programmatically interacting with on-prem SQL Server instances using Windows authentication, offering tools to enumerate database objects.
Provides an MCP server for programmatically interacting with on-prem SQL Server instances using Windows authentication, offering tools to enumerate database objects.
Setup Requirements
- ⚠️Python 3.10+ required.
- ⚠️ODBC Driver 17 or 18 for SQL Server must be installed on the host.
- ⚠️The account running the server requires Windows authentication permissions to the target SQL Server instance.
- ⚠️SQL Server host address must be configured via 'fde_sql_mcp.config.json' or 'SQL_SERVER_HOST' environment variable.
Verified SafeView Analysis
gpt-mcp-server
by Lewis-R-L
An MCP server integrating with italki's API to provide language learning services, including teacher recommendations, language/country metadata, and personal calendar events, with an optional OAuth 2.0 authentication provider.
An MCP server integrating with italki's API to provide language learning services, including teacher recommendations, language/country metadata, and personal calendar events, with an optional OAuth 2.0 authentication provider.
Setup Requirements
- ⚠️Weak Password Hashing: The mock OAuth provider uses SHA256 for password hashing, which is insecure for production use.
- ⚠️Access Token Logging: When `LOG_REQUEST_RESPONSE=true`, the full Authorization header (including access tokens) is logged to console, posing a severe security risk.
- ⚠️Non-persistent Data in Serverless: The embedded NeDB database (`OAUTH_DB_PATH=/tmp/db` on Vercel) and in-memory MCP sessions are not persistent across serverless function invocations or server restarts, making the mock OAuth provider unsuitable for production.
Review RequiredView Analysis
mcp-gitpower-server
by HenFaibishProjects
This server acts as a Model Context Protocol (MCP) tool provider, allowing an agent to list GitHub repositories for a specified organization or user.
This server acts as a Model Context Protocol (MCP) tool provider, allowing an agent to list GitHub repositories for a specified organization or user.
Setup Requirements
- ⚠️Requires a GitHub Personal Access Token (GITHUB_TOKEN) with sufficient permissions (e.g., 'repo' scope for private repos, or public_repo for public ones).
- ⚠️Requires a GitHub organization or username (GITHUB_ORG) to be specified.
- ⚠️Requires Node.js (version 18 or higher is recommended based on dependencies).
Verified SafeView Analysis
eth-mcp-server
by jordanlixu
Provides Ethereum-related tooling like balance queries, token price lookup, and Uniswap swap simulation for AI agents via a Model Context Protocol (MCP) interface.
Provides Ethereum-related tooling like balance queries, token price lookup, and Uniswap swap simulation for AI agents via a Model Context Protocol (MCP) interface.
Setup Requirements
- ⚠️Requires numerous environment variables (`INFURA_URL`, `WALLET_ADDRESS`, `USDC`, `BTC`, `WETH`, `UNI`, `BETH`, `UNISWAP_V2_ROUTER`), which must be set to valid Sepolia testnet addresses or URLs.
- ⚠️The `rmcp` Rust SDK is pulled directly from a GitHub `main` branch, which might introduce stability concerns compared to a released version and requires `git` tooling.
- ⚠️Relies on an Ethereum RPC provider (e.g., Infura) which will incur costs based on usage.
Verified SafeView Analysis
my-mcp-server-251127
by SunmaiLee
Boilerplate for creating Model Context Protocol (MCP) servers with integrated AI capabilities (e.g., image generation, code review prompts) using TypeScript and Hugging Face.
Boilerplate for creating Model Context Protocol (MCP) servers with integrated AI capabilities (e.g., image generation, code review prompts) using TypeScript and Hugging Face.
Setup Requirements
- ⚠️Requires a Hugging Face API token (`hfToken`) for the image generation tool.
- ⚠️Requires `npm install` and `npm run build` (or `npx smithery build`) for setup and compilation from TypeScript to JavaScript.
- ⚠️Built using the Smithery framework, which expects a `createServer` function as the default export in `src/index.ts`.
Verified SafeView Analysis
vice-mcp-server
by tonyfruzza
Provides AI assistants with debugging and control capabilities for the VICE C64 emulator.
Provides AI assistants with debugging and control capabilities for the VICE C64 emulator.
Setup Requirements
- ⚠️Requires Python 3.7+.
- ⚠️Requires VICE C64 emulator running with the '-remotemonitor' flag enabled.
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop) for interaction.
Verified SafeView Analysis
mcp-server-client-demo
by prateekmulye
This project demonstrates the integration of custom Micro-Core Protocol (MCP) servers providing tools with a LangChain client.
This project demonstrates the integration of custom Micro-Core Protocol (MCP) servers providing tools with a LangChain client.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid)
- ⚠️Requires Python 3.13 or newer
Verified SafeView Analysis
stealth-anticheatx-mcp-server
by xpe-hub
Real-time anti-cheat server utilizing AI (GPT-4, MiniMax M2) to detect cheating patterns and suspicious activity in games.
Real-time anti-cheat server utilizing AI (GPT-4, MiniMax M2) to detect cheating patterns and suspicious activity in games.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0
- ⚠️Requires Discord Bot Token, Application ID, and Owner ID for core functionality.
- ⚠️OpenAI API Key required for GPT-4 features (paid service).
- ⚠️MiniMax API Key required for MiniMax M2 features (paid service).
Verified SafeView Analysis
Basic_Mcp_Server
by azzizulhakim810
A Model Context Protocol (MCP) server providing basic utilities like arithmetic, conversational prompts, and Google Calendar integration for AI agent consumption.
A Model Context Protocol (MCP) server providing basic utilities like arithmetic, conversational prompts, and Google Calendar integration for AI agent consumption.
Setup Requirements
- ⚠️Requires a Google API Key (needs Google Cloud project setup).
- ⚠️Requires a specific Google Calendar ID to access event data.
- ⚠️Requires `npm install` to set up dependencies and `npm run build` to compile TypeScript.
Verified SafeView Analysis
ai-reading-assistant
by chef72max
An AI-powered digital reading companion application that assists users with note-taking, highlighting, goal tracking, and provides AI-driven insights and summaries for various document types like PDFs and EPUBs.
An AI-powered digital reading companion application that assists users with note-taking, highlighting, goal tracking, and provides AI-driven insights and summaries for various document types like PDFs and EPUBs.
Setup Requirements
- ⚠️Requires Node.js 18+ to run the development server.
- ⚠️AI features are currently placeholders ('TODO: Replace with actual AI API call') and require custom implementation and potential API key integration (e.g., OpenAI, Gemini) for full functionality, which would incur external costs.
Verified SafeView Analysis
cloudscape-docs-mcp
by prem676
Provides a semantically enriched search experience over AWS Cloudscape Design System documentation, leveraging AI to understand and retrieve information effectively.
Provides a semantically enriched search experience over AWS Cloudscape Design System documentation, leveraging AI to understand and retrieve information effectively.
Setup Requirements
- ⚠️Requires Python 3.7 or later, 4GB RAM, and 200MB disk space.
- ⚠️The `SentenceTransformer` model ('Alibaba-NLP/gte-multilingual-base') is downloaded on the first run of the ingestion script, requiring internet access.
- ⚠️The installation and run commands in the provided README (e.g., `pip install -r https://raw.githubusercontent.com/...zip`, `python https://raw.githubusercontent.com/...zip`) appear to be malformed, pointing to a `.zip` file within a 'docs/components/badge' path rather than a `requirements.txt` or a Python script. This would prevent successful setup and execution.
- ⚠️The `trust_remote_code=True` setting for `SentenceTransformer` is a significant security concern for ML supply chain attacks.
Review RequiredView Analysis
test-mcp-server
by Ujwalmahajan777
This server acts as an expense tracker, allowing users to add, list, and summarize personal financial expenses using a local SQLite database.
This server acts as an expense tracker, allowing users to add, list, and summarize personal financial expenses using a local SQLite database.
Setup Requirements
- ⚠️Python 3.10+ required