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)
template-mcp-server
by mcpdotdirect
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.
Setup Requirements
- ⚠️The default scripts in `package.json` (e.g., `npm start`, `npm run dev`) are configured to use Bun as the JavaScript runtime, requiring Bun to be installed in the execution environment.
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Peer dependencies such as 'typescript', '@valibot/to-json-schema', and 'effect' need to be installed separately in the consuming project if not handled automatically by the package manager.
Verified SafeView Analysis
llms
by matteocervelli
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires API keys for LLM providers (e.g., Anthropic, OpenAI), which are paid services.
- ⚠️Uses `uv` for dependency management, which needs to be installed if not already present.
Verified SafeView Analysis
mcp-server-plugin
by jenkinsci
The MCP Server Plugin for Jenkins enables Jenkins to act as a Model Context Protocol server, providing context, tools, and capabilities to MCP clients like LLM-powered applications or IDEs.
The MCP Server Plugin for Jenkins enables Jenkins to act as a Model Context Protocol server, providing context, tools, and capabilities to MCP clients like LLM-powered applications or IDEs.
Setup Requirements
- ⚠️Requires Jenkins (version 2.479 or higher) to be pre-installed and running.
- ⚠️Requires Jenkins API Token and HTTP Basic Authentication for client access.
- ⚠️File parameters are not supported via MCP (require file uploads).
Verified SafeView Analysis
mcp-todoist
by greirson
Manage Todoist tasks, projects, labels, subtasks, and comments through natural language via an MCP server integration with Claude.
Manage Todoist tasks, projects, labels, subtasks, and comments through natural language via an MCP server integration with Claude.
Setup Requirements
- ⚠️Requires a Todoist API Token, which must be obtained from Todoist app settings.
- ⚠️Requires restarting Claude Desktop after adding or updating the MCP server configuration.
Verified SafeView Analysis
Nova-LLM-mCP-memory-system
by For-Sunny
Production-grade GPU-accelerated vector memory for AI applications, providing secure and high-performance vector search.
Production-grade GPU-accelerated vector memory for AI applications, providing secure and high-performance vector search.
Setup Requirements
- ⚠️Requires an NVIDIA GPU with CUDA support for optimal sub-2ms performance (CPU-only mode is slower).
- ⚠️A separate Python tether service (e.g., 'tether_faiss_complete.py' from the RESEARCH_TOOLS directory) must be running and accessible via TCP socket on a specified host and port (e.g., localhost:9997).
- ⚠️A secure 32-character hex 'TETHER_SECRET' must be generated and consistently configured as an environment variable for both the Node.js MCP server and the Python tether for authentication to succeed.
Verified SafeView Analysis
mcp-discord
by barryyip0625
An MCP server that enables AI assistants to interact with the Discord platform by providing tools for communication, channel management, and server information retrieval.
An MCP server that enables AI assistants to interact with the Discord platform by providing tools for communication, channel management, and server information retrieval.
Setup Requirements
- ⚠️Requires a Discord bot token from the Discord Developer Portal.
- ⚠️Specific privileged intents (Message Content, Server Members, Presence) must be enabled in the Discord Developer Portal for the bot application.
- ⚠️The Discord bot must be explicitly added to any target Discord servers it needs to interact with, and granted appropriate permissions (Administrator recommended, or specific custom permissions).
Verified SafeView Analysis
pb_mcp_server
by ssakone
Provides an MCP interface for AI assistants to interact with PocketBase databases for data management, authentication, and administrative tasks.
Provides an MCP interface for AI assistants to interact with PocketBase databases for data management, authentication, and administrative tasks.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Requires a running PocketBase instance accessible at the configured URL (default: http://127.0.0.1:8090).
- ⚠️Many administrative and user management operations require PocketBase admin credentials for full functionality.
Verified SafeView Analysis
mcp-outline
by Vortiago
A Model Context Protocol server for interacting with Outline document management, enabling AI assistants to search, read, create, edit, and manage documents, collections, and comments.
A Model Context Protocol server for interacting with Outline document management, enabling AI assistants to search, read, create, edit, and manage documents, collections, and comments.
Setup Requirements
- ⚠️Requires an Outline account and API Key (`OUTLINE_API_KEY`) from Outline's web UI.
- ⚠️Requires Python 3.10+ for non-Docker installations.
- ⚠️For self-hosted Outline instances, Docker is typically required to set up the Outline platform itself (including PostgreSQL, Redis, and Dex).
Verified SafeView Analysis
boilerplate-mcp-server
by aashari
Provides a TypeScript boilerplate for developing custom Model Context Protocol (MCP) servers, with an IP geolocation tool as an example.
Provides a TypeScript boilerplate for developing custom Model Context Protocol (MCP) servers, with an IP geolocation tool as an example.
Setup Requirements
- ⚠️Requires Node.js >=18.x for execution.
- ⚠️An 'IPAPI_API_TOKEN' environment variable is needed to access extended IP data features; basic IP lookup functionality works without it using the free tier.
- ⚠️The project's modern module resolution (NodeNext with ESM-only dependencies) might require specific environment setups or tooling configurations for local development and debugging outside of the provided npm scripts.
Verified SafeView Analysis
Provides up-to-date Python package manager documentation to AI agents, cross-referencing official docs for pip, conda, poetry, uv, pixi, and pdm.
Provides up-to-date Python package manager documentation to AI agents, cross-referencing official docs for pip, conda, poetry, uv, pixi, and pdm.
Setup Requirements
- ⚠️Requires Docker to be installed and running.
- ⚠️Requires adding configuration to your IDE's 'mcp.json'.
Verified SafeView Analysis
datawrapper-mcp
by palewire
A Model Context Protocol (MCP) server that enables AI assistants to create Datawrapper charts for data visualization.
A Model Context Protocol (MCP) server that enables AI assistants to create Datawrapper charts for data visualization.
Setup Requirements
- ⚠️Requires a Datawrapper API Access Token (paid service likely, check Datawrapper pricing).
- ⚠️Requires Python 3.10 or newer if not using Docker.
- ⚠️Docker is recommended for deployment and requires Docker daemon to be running.
Verified SafeView Analysis
mcp-tavily
by RamXX
Provides AI-powered web search, answer generation, and news search capabilities to LLMs via the Tavily API for research, fact-finding, and gathering detailed information.
Provides AI-powered web search, answer generation, and news search capabilities to LLMs via the Tavily API for research, fact-finding, and gathering detailed information.
Setup Requirements
- ⚠️Requires a Tavily API key (Tavily is a paid service).
- ⚠️Requires Python 3.11 or later.