Browse Model Context Protocol (MCP) servers and integrations.
Model Context Protocol (MCP) servers are standardized interfaces that allow large language models and AI agents to securely interact with external systems, tools, and data stores. Instead of relying on bespoke integrations, an MCP server exposes defined tools, resources, and prompts over a unified protocol. This architecture enables AI coding assistants, desktop agents, and autonomous workflows to query databases, manipulate local files, execute terminal commands, and call external APIs with fine-grained control.
This directory catalogs 1186 active MCP servers structured across 20 functional domains. Developers can browse servers organized by target environment and capability, including Databases & Data Stores for querying relational and vector backends, Developer Tools & Code Intelligence for IDE enhancements, and DevOps, CI/CD & Version Control for deployment automation. Additional domains include Cloud & Infrastructure, Security & Compliance, Browser & Web Automation, AI Memory & Context, and Files, Documents & PDFs. Each category groups servers designed to grant models access to specific operational layers without requiring custom middleware.
Selecting the right MCP server depends on your client environment, transport protocol, and execution runtime. First, confirm compatibility with your AI client, such as Claude Desktop, Cursor, Windsurf, or custom agent runtimes built on the MCP SDK. Second, inspect the server transport type; most run locally over standard input/output (stdio), while others operate remotely via Server-Sent Events (SSE) or WebSockets. Finally, evaluate the required permission scopes and authentication mechanisms. Production workflows benefit from servers that enforce read-only modes or explicit confirmation prompts prior to executing destructive actions on your infrastructure.
| MCP server | What it connects to | Type | Repository |
|---|---|---|---|
| Qlik Cloud | Interact with Qlik Cloud applications and extract data from visualizations using the Qlik Cloud API. | Unknown | https://github.com/jwaxman19/qlik-mcp |
| WebRTC MCP Chat Server | A remote WebRTC chat server with secure temporary rooms and MCP support for background agents. | Unknown | https://github.com/brysgo/webrtc-mcp-chat |
| QuantConnect | A server for local interactions with the QuantConnect API. | Unknown | https://github.com/QuantConnect/mcp-server |
| Qdrant | Implement semantic memory layer on top of the Qdrant vector search engine | Open Source | https://github.com/qdrant/mcp-server-qdrant |
| PHP MCP Server for Laravel | A Laravel wrapper for the php-mcp/server library to expose Laravel applications as MCP servers. | Open Source | https://github.com/php-mcp/laravel |
| PermShell MCP | Execute shell commands with permission notifications. | Unknown | https://github.com/mcollina/perm-shell-mcp |
| PDF Tools | A server for manipulating PDF files, including merging, page extraction, and searching. | Unknown | https://github.com/hanweg/mcp-pdf-tools |
| Penpot MCP Server | Integrates AI language models with the Penpot design platform to automate design workflows. | Open Source | https://github.com/montevive/penpot-mcp |
| Python MSSQL MCP Server | A Python MCP server for Microsoft SQL Server, enabling schema inspection and SQL query execution. | Open Source | https://github.com/amornpan/py-mcp-mssql |
| Python Notebook MCP | Enables AI assistants to interact with local Jupyter notebooks (.ipynb). | Unknown | https://github.com/UsamaK98/python-notebook-mcp |
An MCP server is an application that implements the Model Context Protocol to expose data, tools, and prompts to AI assistants. It standardizes how models read external context and trigger actions in external systems.
Clients supporting MCP include Claude Desktop, Cursor, Windsurf, Continue, and various open-source autonomous agent frameworks that implement the Model Context Protocol client specifications.
The majority of MCP servers are open-source and free to run locally. However, some servers interface with third-party commercial APIs, cloud providers, or proprietary platforms that require paid subscriptions or API keys.
Developers can submit a server by providing its repository link, documentation, supported transport protocols (stdio or SSE), license type, and category classification through the FastPedia submission form.
Listings are ranked using objective criteria, including repository maintenance activity, implementation completeness, documentation quality, community usage signals, and protocol compliance.
MCP servers execute locally with the permissions of the host environment. Users should inspect server source code, verify required file system and network privileges, and configure client-side approval prompts before granting execution rights.