As vibe-coded projects grow larger, they often evolve into large codebases with increasingly complex architectures that require better tooling for understanding, debugging, and maintenance. These same challenges also exist in existing large codebases and complex systems. This repository focuses on tools that support real-world software development workflows in such environments. The goal is to highlight tools that help developers and AI coding agents understand, debug, maintain, and extend software systems effectively.
Modern AI coding agents are becoming powerful at generating new code, but real software development rarely starts from scratch. Most development happens inside large codebases and complex systems, and increasingly also within vibe-coded projects as they grow and evolve.
Developers working in these environments often need to understand the codebase, reason about system behavior, debug issues, and safely introduce changes. Because of this, effective AI tooling must support the same workflows developers already rely on.
This repository focuses on how coding agents and MCP-based tools can assist developers in these real-world scenarios. The curated tools help support workflows such as debugging, codebase understanding, documentation, maintenance, testing, and security.
The goal is to highlight tools that enable agent-assisted development for vibe-coded systems and large, long-lived software systems.
Tools in this repository are organized by common development workflows. Many of these tools can be combined to support complete development workflows, and the descriptions under each category briefly explain how they can be used together in practical scenarios.
Tools that help investigate failures, analyze logs, trace issues, and understand runtime behavior.
- Sentry (MCP) – Real-time error tracking and performance monitoring
- OpenTelemetry (MCP) – Observability and telemetry data collection for MCP
- Inspector – Debugging and observability tool for MCP servers
- DuckDuckGo MCP Server – MCP search integration for private workflows
- Grafana (MCP) – Analytics and visualization platform for MCP observability data
- AgentOps – Monitor, trace, and debug AI agent executions with observability tools
- Debugg.AI – AI-powered debugging and testing platform for analyzing application failures
- Memalot MCP – Finds memory leaks in Python programs via MCP
- Multiplayer MCP – Analyze full-stack session recordings to reproduce and debug bugs
- Last9 MCP – Bring logs, metrics, and traces from production into the local debugging environment
- Netdata MCP – Discovery, exploration, reporting and root cause analysis using observability data
- Raygun – Interact with your crash reporting and real-user monitoring data on your Raygun account
- proxymock – An MCP server that automatically generates tests and mocks by recording a live app
- ReportPortal – Explore and analyze automated test results from ReportPortal using your favourite LLM
- lldb-mcp — MCP server that enables AI‑driven debugging using the LLDB debugger.
- SqlAugur MCP — Provides AST-based SQL query validation and analysis to help review and understand SQL Server queries during development and debugging workflows.
- mermaid-grammer-inspector-mcp — Tool for validating Mermaid diagram syntax and checking grammar.
- embedded-debugger-mcp — Provides debugging capabilities for embedded systems, supporting ARM Cortex-M and RISC-V devices via probe-rs.
- esp-mcp — Provides ESP-IDF–based tooling to manage and troubleshoot build and development workflows for ESP32 series chips.
- langfuse-mcp (avivsinai) — Provides debugging tools for querying LLM application traces, analyzing exceptions, and inspecting sessions.
Tools that help developers and AI agents analyze large repositories and understand complex systems.
- Sourcegraph Cody MCP – AI-powered code search and codebase understanding tool
- Continue MCP – Open-source AI coding assistant that understands large codebases
- Nx MCP – Exposes Nx project graph and architecture insights to AI tools
- JetBrains MCP – Work on your code with JetBrains IDEs such as IntelliJ IDEA and PhpStorm
- Jellyfish MCP – Gives AI agents context about engineering workflows and team allocations
- Rember – Create spaced repetition flashcards in Rember to remember anything you learn in your chats
- Memalot – Finds memory leaks in Python programs
- ProdE – Your 24/7 production engineer that preserves context across multiple codebases
- code-assistant – MCP coding assistant for exploring and editing code repositories with AI assistance.
- code-context-provider-mcp – Extracts directory structures and code symbols using Tree-sitter for AI code analysis.
- consult7 – Tool for analyzing large codebases and document collections using high-context AI models.
- cplusplus-mcp – Semantic C++ code analysis using libclang AST parsing for better code navigation and understanding.
- Files MCP – Enables AI agents to search, locate, and modify code symbols across large codebases.
- Git MCP – Provides AI assistants access to local Git repositories for version control operations.
- GitHub MCP Server – Provides comprehensive Git repository management including commit history, branches, and repository operations.
- GitHub Actions MCP – Enables interaction with GitHub Actions workflows and CI/CD pipelines.
- GitHub Enterprise MCP – Provides MCP integration with GitHub Enterprise environments.
- GitHub GraphQL MCP – Enables advanced GitHub data queries using GraphQL API.
- Figma Context MCP – Provides direct access to Figma design file data for development workflows.
- Figma MCP Server – High-performance MCP server for reading and exporting Figma design files.
- Figma to Flutter MCP – Converts Figma design tokens into Flutter UI code.
- GitHub Projects MCP — Manage GitHub Projects with full GraphQL API access including project items, fields, and milestones.
- GitHub Repos Manager MCP Server — GitHub automation and repository management platform with token-based authentication and extensive API integration.
- Java Decompiler MCP — Decompile Java bytecode from class files or JAR archives into readable source code using the CFR decompiler.
- Language Server — Provides semantic code navigation tools such as definitions, references, rename, and diagnostics.
- lsp-mcp — Connects to Language Server Protocol to provide hover information, code actions, and completions.
- lean-lsp-mcp — Interact with the Lean theorem prover through Language Server Protocol tools.
- vscode-ai-model-detector — Detect active AI models inside VS Code Copilot sessions to improve development workflows.
- Code-to-Tree MCP — Converts source code from multiple languages into Abstract Syntax Trees (AST) to help analyze and understand code structure.
- Cicada MCP — Provides module search and function tracking for Elixir projects to help explore and understand large codebases.
- CodeGraphContext — Index local code into a graph database to help AI assistants understand the codebase through graphical visualizations.
- RepoMapper — Generates a dynamic repository map including function prototypes and relevant file information (similar to Aider.chat functionality).
- FileScopeMCP — Analyzes the codebase based on dependency relationships and assigns importance scores to files.
- callout — Performs architecture reviews using nine expert viewpoints (CTO, Security, DevOps, etc.).
- CodeLogic — Provides code dependency analytics and architectural risk analysis.
- javalens-mcp — Offers 56 semantic Java analysis tools (Eclipse JDT) for compiler-accurate navigation and refactoring.
- sharplens-mcp — Provides 58 semantic C#/.NET analysis tools (Roslyn) for code intelligence.
- repocrunch — Generates deterministic JSON output with GitHub repository intelligence: tech stack, architecture, and health metrics.
- react-analyzer-mcp — Analyzes React code locally and generates project documentation/llm.txt.
- Chisel — Enables efficient code inspection in large codebases by sharing optimized unified diffs instead of full files, allowing targeted file reading and analysis.
- smart-tree — AI-native directory visualization tool that presents project structures in a compact format using semantic analysis.
- large-file-mcp — Provides a server for efficiently exploring large files with smart chunking, navigation, and regex-based search capabilities.
- GhidraMCP | GhidrAssistMCP — Integrates Ghidra with AI assistants to inspect binaries, explore decompiled code, and understand program structure.
- ida-pro-mcp | ida-headless-mcp — Provides automation interfaces for analyzing compiled programs and inspecting program logic using IDA Pro.
- binary_ninja_mcp — MCP bridge for automating Binary Ninja analysis to explore compiled software components.
- r2mcp — Integrates with the Radare2 disassembler to analyze binary files and inspect program structure.
- jadx-ai-mcp — Integration with the JADX decompiler to inspect the source structure of compiled Android applications.
- git-context-mcp — Analyzes local Git repositories to generate a structured code map and identify risk hotspots.
- mcp-git-ingest — Reads and analyzes GitHub repositories to provide full context for AI agents.
- github-graphql-mcp-server — Provides access to GitHub’s GraphQL API for complex repository queries.
Tools that help generate, maintain, or improve project documentation.
- Xiyan MCP Server – AI-assisted data processing and database access (also used in AI/Tooling MCP & Data/Database MCP)
- DevDocs MCP – Access and query developer documentation directly from MCP clients
- Context7 MCP – Provides structured documentation context for AI agents
- Microsoft Learn Docs MCP – Structured access to Microsoft documentation for code generation and Q&A
- Notifly MCP – Provides trusted documentation and SDK examples for integrations
- PaddleOCR – An MCP server that brings enterprise-grade OCR and document parsing capabilities to AI applications
- Probe.dev – Comprehensive media analysis and validation powered by Probe.dev. Hosted MCP server with FFprobe, MediaInfo, and Probe Report analysis capabilities
- PrestaShop.com – Manage your PrestaShop store with AI Assistant by using the official PrestaShop MCP server
- ADR Analysis – AI-powered Architectural Decision Records analysis
- Apple Docs – Provides natural language access to Apple Developer documentation, frameworks, and APIs.
- Docs MCP – Provides documentation access to local and remote files including llms.txt resources.
- DocuMCP – Document management server supporting multiple formats and document operations.
- Docy MCP – Real-time access to technical documentation sources for accurate AI coding assistance.
- DocBase MCP – Official MCP server for managing posts and collaboration in DocBase documentation platform.
- HackMD MCP Server — Integration with HackMD collaborative markdown editor for creating, reading, and updating documentation using MCP.
- HTML to Markdown MCP — Fetch web pages and convert HTML content into clean, readable Markdown for documentation workflows.
- html2md MCP Server — Converts HTML pages into optimized Markdown with support for authenticated browsing and JavaScript rendering.
- Markdown2doc — Convert documents between multiple formats using Pandoc.
- Markdownify — Convert files such as HTML, PDF, PPTX, and transcripts into Markdown format.
- Markitdown — Convert documents and files into Markdown format.
- MCP Documentation Server — Local‑first document management and semantic search with embeddings and caching.
- Md2doc — Convert Markdown documents into DOCX format.
- Pandoc MCP — Convert documents between multiple formats including Markdown, PDF, HTML, DOCX.
- PDF reader MCP — Read and search text content inside local PDF files.
- PDF Tools MCP — Toolkit for manipulating PDFs including merge, split, and optimization.
- Spring Initializr — Generate Spring Boot projects with custom dependencies.
- Starwind UI — Commands and documentation access for Starwind UI components.
- Open Library MCP — Provides MCP integration that allows coding agents and developers to search and retrieve book information from the Open Library database for documentation and knowledge reference.
- Context Awesome MCP — Provides MCP tools to search across thousands of curated development resources and learning materials, helping coding agents and developers access useful documentation and references.
- Arch Linux MCP — Provides MCP tools to search the Arch Wiki and retrieve information about Arch Linux packages and documentation for development and system reference.
- mermaid-mcp-server — Automatically converts local projects and GitHub repositories into Mermaid diagrams.
- mermaid-mcp — AI-based tool that generates 22+ diagram types (flowcharts, state machines, etc.).
- plsreadme — Transforms Markdown and text content into clean, shareable web links.
- gibs-mcp — Provides structured documentation and article-level citations for regulatory frameworks such as AI governance and compliance standards.
Tools that help capture screenshots, generate visuals, and analyze images or videos for AI agents and MCP workflows.
- ScreenshotMCP – Full-page and element screenshot capture for MCP workflows and AI agents.
- ScreenshotOne – Render high-quality website screenshots for MCP servers and AI agent automation workflows.
- VisionAgent MCP – MCP server that enables AI agents to analyze and reason over images, videos, and documents.
- WaveSpeed – Image and video generation engine for AI agents and MCP-based automation workflows.
- VideoDB Director – AI-powered video workflow tool for MCP agents, supporting video editing, search, and highlight generation.
- AntV Chart MCP – MCP server for generating and interacting with charts using AntV visualization tools
- BrowserLoop – Capture full-page and element screenshots of websites using Playwright.
- Code Screenshot Generator – Generates professional syntax-highlighted screenshots of source code with themes and git diff visualization.
- ECharts MCP – Dynamic chart and visualization generation using Apache ECharts through MCP.
- DaVinci Resolve MCP – Provides AI-driven automation and workflows for video editing and media management in DaVinci Resolve.
- Fal MCP – Generate images, videos, and audio using AI models through MCP.
- JavaFX MCP — Enables AI assistants to create visual drawings and graphical content using a JavaFX canvas environment.
- LottieFiles — Search and retrieve Lottie animation assets for applications and design projects.
- MasterGo — Connects AI models with MasterGo design files and retrieves design DSL data.
- mcp-screenshot-website-fast — Capture optimized website screenshots for visual analysis.
- Screeny — macOS MCP server providing visual context through window screenshots.
- Vega-Lite — Generate visualizations from datasets using Vega-Lite format.
- Talk To Figma — Read and modify Figma designs programmatically.
- Talk To Figma via Claude — Create and modify Figma designs using natural language.
- Storybook — Interact with Storybook component libraries for UI testing.
- Virtual Location — Simulate locations using mapping and visual data integrations.
- SnapRender MCP — Provides MCP tools to capture website screenshots, helping coding agents and developers create visual previews and documentation during development workflows.
- AntV Chart MCP — Provides MCP integration for generating visual charts and graphs using the AntV data visualization library.
- Memviz MCP — Provides MCP tools for visual exploration of memory service databases, helping developers and coding agents understand stored memory structures.
- Manim MCP — Provides MCP integration with the Manim library to generate mathematical and educational animations for visualization and documentation purposes.
- excalidraw-architect-mcp — Tool for generating software architecture diagrams with auto-layout and 50+ technology mappings.
- Webpage Screenshot MCP — MCP server for capturing webpage screenshots during UI development or documentation review.
Tools designed to support long-lived projects and ongoing software maintenance.
- GitGuardian MCP – Detect secrets and security risks in repositories
- Codacy MCP – Automated code quality and security analysis for repositories
- LaunchDarkly MCP – Feature flag platform enabling safe deployments and iteration
- Octopus Deploy MCP – Manage and inspect deployments and release pipelines
- Routine – MCP server to interact with Routine: calendars, tasks, notes, etc.
- Roundtable – Unified integration layer that bridges multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through zero-configuration auto-discovery and enterprise-ready architecture
- DesktopCommander MCP – Allows AI to manage files, run terminal commands, and connect to remote servers.
- Fast Filesystem MCP – Advanced filesystem operations including fast reading, writing, and large file handling.
- Goal Story MCP — Goal tracking and visualization platform designed for monitoring personal and professional objectives.
- itemit MCP — Asset tracking and inventory monitoring platform used for managing equipment and organizational resources.
- kill-process-mcp — List and terminate OS processes through natural language commands.
- man-mcp-server — Search and access Linux manual pages directly through MCP tools.
- Local History — Access local history stored in VS Code or Cursor editors.
- WordPress MCP — Expose WordPress functionality to AI agents.
- WordPress MCP Adapter — Bridge WordPress plugin abilities to MCP protocol.
- Trello MCP Server — Manage Trello boards and tasks.
- Wekan — Manage boards and tasks via Wekan APIs.
- YouTrack — Interact with JetBrains YouTrack issue management systems.
- Smart Tree MCP — Provides MCP tools to visualize project directory structures, helping coding agents and developers navigate and maintain large codebases.
- Chisel MCP — Provides MCP tools that send unified code diffs to reduce token usage and support efficient maintenance of large codebases.
- Large File MCP — Provides MCP tools for processing large files with smart chunking and regex search to support code and data maintenance workflows.
- mcp-shell — Securely runs shell commands in isolated environments (e.g., Docker) with auditing support.
- mcp_safe_local_python_executor — Safe Python interpreter based on HF Smolagents’ LocalPythonExecutor.
- blind-auditor — Forces AI to self-correct messages while protecting against context leakage and prompt injection.
- code-guardian — AI-powered maintenance tools for analyzing codebase complexity, detecting hotspots, and generating automated refactoring plans.
- bundler_mcp — Utilities for inspecting Gemfile dependencies and package relationships in Ruby projects.
Tools that assist with automated testing, validation, and QA workflows.
- Playwright MCP – Browser automation and testing
- TestSprite – End-to-end test automation framework
- MCP Server Cloudflare – Cloudflare MCP server integration
- Code Interpreter – Execute and analyze code in secure environments
- LambdaTest MCP – Connect AI assistants with automated testing workflows
- Lippia MCP – Accelerates test automation using the Lippia testing framework
- Label Studio MCP – Open-source data labeling platform for ML and AI workflows
- Console Automation MCP – Terminal automation system supporting SSH sessions, testing, monitoring, and background jobs.
- JMeter MCP — Run performance and load testing using Apache JMeter through MCP-based tools.
- Great Expectations MCP (gx-mcp-server) — Exposes data validation and data quality testing capabilities through MCP tools.
- Locust — Run and analyze Locust performance testing workloads through MCP clients.
- Mandoline — Evaluate and improve AI assistant performance through testing and feedback loops.
- iOS MCP Code Quality — Provides MCP tools to execute Xcode tests and perform linting, helping coding agents and developers maintain code quality in iOS development workflows.
- fastmcp-sonarqube-metrics — Retrieves historical metrics, issues, and health status from SonarQube.
- kdb — AI-powered "time-travel" debugger with bidirectional execution replay.
- atest-mcp-server — Server for managing test suites and cases (Postman alternative).
- octomind-mcp — Enables AI agents to create and run end-to-end tests.
- currents-mcp — Allows AI agents to detect and fix Playwright test failures.
- xcomet-mcp-servers — Uses xCOMET models to evaluate translation quality by providing scoring and error detection capabilities.
Tools that help manage environments, deployments, and infrastructure operations.
- AWS Platform MCP – Manage AWS resources and services via MCP
- Kubernetes MCP – MCP server for Kubernetes cluster management
- Docker MCP – MCP integration for Docker container workflows
- Cloudflare MCP – MCP server for interacting with Cloudflare APIs and infrastructure
- Jenkins MCP – Manage builds, retrieve logs, and interact with CI/CD pipelines
- Netlify MCP – Build, deploy, and manage websites using Netlify platform
- NanoVMs MCP – Build and deploy unikernels to cloud environments
- Kernel MCP – Access cloud-based browsers through MCP
- Metoro MCP – Query and interact with Kubernetes environments
- Pulumi – Deploy and manage cloud infrastructure using Pulumi
- Render – The official Render MCP server: spin up new services, run queries against your databases, and debug rapidly with direct access to service metrics and logs
- OpsLevel – Official MCP Server for OpsLevel
- Red Hat Insights – Interact with Red Hat Insights - build images, manage vulnerabilities, or view targeted recommendations
- Redis – The Redis official MCP Server offers an interface to manage and search data in Redis
- Redis Cloud API – The Redis Cloud API MCP Server allows you to manage your Redis Cloud resources using natural language
- PostIdentity – Generate AI-powered social media posts from any AI assistant. Manage identities, create posts, track referrals, and browse marketplace templates
- Airflow – MCP Server that connects to Apache Airflow using official Python client
- AWS – Perform operations on AWS resources using an LLM
- AWS Athena – MCP server for AWS Athena to run SQL queries on Glue Catalog
- Azure DevOps – MCP server bridging AI assistants to Azure DevOps services
- AWS Cognito – Manage authentication and user management with AWS Cognito.
- AWS Resources Operations – Query and manage AWS resources using secure generated Python code.
- Bsc-mcp – MCP server that serves as the bridge between AI and BNB Chain, enabling AI agents to execute complex on-chain operations
- consul-mcp – A consul MCP server for service management, health check, and Key-Value Store
- deploy-mcp – Universal deployment tracker for AI assistants with live status badges and deployment monitoring
- Docker MCP Server (Advanced) – Extended Docker management with orchestration capabilities.
- DevOps-MCP – Dynamic Azure DevOps MCP server supporting work items, repositories, builds, pipelines, and multi-project management
- DevOps AI Toolkit – AI-powered development productivity platform enhancing software development workflows
- Devcontainer MCP – Generates and manages development containers directly from devcontainer configurations.
- DevOps MCP – Azure DevOps integration supporting work items, repositories, builds, and pipelines.
- Deploy MCP – Deployment tracking tool with status monitoring and deployment insights.
- EdgeOne Pages MCP – Deploy HTML pages and obtain publicly accessible URLs using EdgeOne Pages services.
- DataWorks MCP – Enables interaction with Alibaba Cloud DataWorks API for data platform operations.
- Fleet MCP – Device management and security monitoring platform with vulnerability tracking and policy management.
- Dagster MCP – MCP server that helps create and manage data pipelines using Dagster.
- Cronlytic MCP – Manage serverless cron jobs including creation, scheduling, and monitoring.
- ESP MCP – Integrates ESP-IDF development commands for building and flashing firmware to ESP devices.
- Fabric MCP – Integrates Fabric patterns with AI tools for automated task execution.
- Fabric Real-Time Intelligence MCP – MCP server for working with Microsoft Fabric event streams and data exploration tools.
- Drupal MCP – Integration for interacting with Drupal CMS using MCP.
- EdgeOne Pages MCP – Deploy static HTML pages to EdgeOne hosting and generate public URLs.
- Helm Chart CLI MCP — Enables AI assistants to interact with Helm package manager for Kubernetes including chart installation and repository management.
- k8s Multicluster MCP Server — Manage and interact with multiple Kubernetes clusters simultaneously using MCP tools.
- Kafka MCP Server — MCP integration for interacting with Apache Kafka clusters including topics, messages, and consumer management.
- Kafka Schema Registry MCP Server — Enterprise schema management for Kafka Schema Registry with advanced tooling and security features.
- Kubernetes — Manage Kubernetes clusters including pods, deployments, and services.
- Kubernetes and OpenShift — Manage Kubernetes and OpenShift resources with CRUD operations.
- KubeSphere — Integrates with KubeSphere APIs for cluster and user management.
- libvirt-mcp — Manage virtual machines using libvirt virtualization APIs.
- mcp-containerd — Manage container runtime operations through containerd.
- Kubeflow Spark History MCP Server — Analyze Spark job history and performance.
- MCP-Airflow-API — Manage Apache Airflow clusters and operations.
- MCP-Ambari-API — Manage Hadoop clusters through Apache Ambari API.
- MCP-OpenStack-Ops — Automate OpenStack infrastructure operations.
- MLflow MCP — Manage ML experiment tracking, artifacts, and model registry operations.
- Multicluster MCP Server — Gateway to interact with multiple Kubernetes clusters.
- nomad-mcp — Manage Nomad clusters and workloads through MCP.
- Pulumi MCP — Manage Pulumi infrastructure stacks.
- OpenStack MCP — MCP server for managing OpenStack cloud resources.
- Oracle Cloud Infrastructure MCP — Access and manage OCI cloud services.
- SSH — Manage and control remote SSH connections.
- SSH MCP Server — Execute remote SSH commands and automate server management.
- SSH MCP Server — Production-ready SSH automation server with monitoring.
- Terraform Cloud — Manage infrastructure via Terraform Cloud APIs.
- VMware Fusion — Manage VMware VMs through Fusion REST API.
- TrueNAS Core MCP — Interact with TrueNAS storage servers.
- UniFi Dream Machine — Access network telemetry from UniFi routers.
- Windows CLI — Secure Windows command-line interactions.
- Terminal-Control — Execute terminal commands and manage filesystem.
- TcpSocketMCP — Provide raw TCP socket connectivity.
- use_aws_mcp — General AWS API interaction tool.
- VolcEngine TOS — Interact with VolcEngine TOS object storage.
- Higress MCP Server Hosting — Host MCP servers using Envoy-based API gateway architecture.
- FastAPI to MCP Auto Generator — Automatically convert FastAPI endpoints into MCP tools.
- WildFly MCP — Interact with WildFly application servers to retrieve metrics and logs.
- Tyk API Management — Manage API lifecycle, tokens, analytics, and services through Tyk APIs.
- AWS SSO MCP — Provides MCP integration for listing AWS accounts and executing commands using temporary credentials through AWS SSO.
- Alibaba Cloud Ops MCP — Provides MCP tools to manage Alibaba Cloud resources such as ECS instances and monitoring services within infrastructure workflows.
- Rancher MCP — Provides MCP tools for managing multi-cluster Kubernetes environments and infrastructure platforms.
- 4EVERLAND Hosting MCP — Provides MCP tools to deploy code and applications to distributed storage and hosting networks.
- Jenkins MCP Server — Provides MCP integration for monitoring and managing CI/CD pipelines and build artifacts in Jenkins.
- TeamCity MCP — Provides MCP integration with JetBrains TeamCity to manage builds, pipelines, and automation workflows.
- mcpx — Open-source gateway to manage MCP servers at scale with access control and usage tracking.
- mcgravity — Proxy tool that composes multiple MCP servers into one unified endpoint with load balancing.
- pluggedin-mcp-proxy — Proxy server that combines multiple MCP servers into a single interface.
- mcp-gateway — Meta server that enables dynamic MCP server provisioning for agent environments.
- mcp-access-point — Turn any web service into an MCP server with minimal setup.
- open-mcp — Quickly convert web APIs into MCP servers for open-source ecosystems.
- mcp-ipfs — Upload and manipulate files on IPFS storage.
- aws-mcp-server (alexei-led) — Safely execute AWS CLI commands within a Docker environment.
- esxi-mcp-server — Simple REST API interface for managing VMware ESXi and vCenter.
- adls-mcp-server — Manage containers and files in Azure Data Lake Storage.
- azure-resource-graph-mcp-server — Query and analyze infrastructure using Azure Resource Graph.
- terraform-mcp-server (Official) — Integration with Terraform ecosystem for provider discovery and module analysis.
- azure-cli-mcp — Wrapper for Azure CLI to enable direct interaction with Azure.
- netskope-mcp — Access Netskope Private Access components and setup information.
- pythonanywhere-mcp-server — Implementation for the PythonAnywhere cloud platform.
- qiniu-mcp-server — Access Qiniu Cloud Storage and media processing services.
- mcp-nutanix — Go-based server to interface with Nutanix Prism Central resources.
- aws-pricing-mcp (trilogy-group) — Retrieve up-to-date EC2 pricing information.
- agent-deploy-dashboard-mcp — Unified deployment dashboard for Vercel, Render, Railway, and Fly.io.
- k8s-mcp-server (alexei-led) — Execute kubectl, helm, and ArgoCD commands safely in a Docker environment.
- mcp-cyclops — Manage Kubernetes resources via Cyclops abstraction.
- devops-mcp-webui — Bridge Kubernetes with an open web UI for non-technical teams.
- cert-manager-mcp-server — Management and troubleshooting for cert-manager.
- portainer-mcp — Interact with Portainer instances for container management and monitoring.
- kubectl-mcp-server (rohitg00) — Interact with Kubernetes clusters using natural language.
- mcp-k8s (silenceper) — Manage Deployments and Services using natural language without complex commands.
- lumino-mcp-server — SRE tool for Tekton pipeline debugging and predictive monitoring.
- mkp — Enable LLM-powered apps to interact with Kubernetes clusters.
- ocireg-mcp — Retrieve container image and tag information from OCI registries.
- kubefwd — Bulk port forwarding with service discovery and traffic monitoring.
- k8m / kom — 50+ built-in tools for multi-cluster Kubernetes management and operations.
- mcp-k8s-eye — Analyze Kubernetes management and cluster/application health.
- esp-rainmaker-mcp — Official server to manage and control ESP RainMaker devices.
- liveblocks-mcp-server — Create and modify rooms, threads, and comments in Liveblocks.
- nebulablock-mcp-server — Expose NebulaBlock API functionalities as tools.
- sitelauncher-mcp-server — Deploy instant HTTPS websites on Base chain using USDC.
- spaceship-mcp — Manage domains, DNS records, and marketplace listings.
- kafka-schema-reg-mcp — 48 tools for Kafka Schema Registry, including schema migration and multi-registry management.
- method-crm-mcp — 20 tools for integrating with Method CRM API, including tables, users, and events.
- registep-mcp — 67 tools for POS and sales analytics, including weather correlation and AI chat analysis.
- jenkins-mcp-server — Enterprise-grade Jenkins integration for managing jobs and monitoring builds.
- buildkite-mcp-server — Official tool to manage pipelines and monitor job queues.
- mcp-server-circleci — Enables AI agents to detect and fix CircleCI build failures.
- teamcity-mcp — Provides 87 tools for JetBrains TeamCity: build management, testing, and pipeline operations.
- mcp-server-atlassian-jira — Integration with Atlassian Jira Cloud for project tracking.
- mcp-server-atlassian-bitbucket — Interact with Bitbucket Cloud repositories and pull requests.
- gitkraken/gk-cli — Connects GitKraken APIs, Jira, GitHub, and GitLab with AI agents.
- persistproc — Start, stop, and read logs of long-running processes like web servers.
- ssh-mcp — Execute remote shell commands on Linux and Windows servers.
- modbus-mcp — Standardizes industrial Modbus communication data to simplify integration with automation systems.
- opcua-mcp — Provides connectivity with OPC UA–enabled industrial systems, enabling AI-driven interaction with automation infrastructure.
- filestash — Provides a secure interface to interact with remote storage systems such as SFTP, S3, FTP, SMB, NFS, and SharePoint.
- mcp-server-opendal — Integrates with Apache OpenDAL to provide unified access to multiple storage backends, simplifying cloud and distributed storage operations.
- fritzbox-mcp-server — Provides integration with AVM FRITZ!Box routers to manage network configuration and monitor connected devices.
- wemo-mcp-server — Enables local control of WeMo smart home devices, allowing management of device settings and automation workflows.
- trackmage-mcp-server — Provides infrastructure integration for managing logistics and shipment tracking workflows.
- ig-mcp-server (Inspektor Gadget) — MCP interface for inspecting and debugging container and Kubernetes workloads using eBPF-based tools.
- Clojars MCP — Provides tools to access dependency information and package data for libraries in the Clojure ecosystem.
- zitadel-mcp — Integrates with the Zitadel identity management platform to manage users, roles, and authentication systems.
- mcp-server-bitbucket — Server with 58 specialized tools for managing pipelines, branch restrictions, and webhooks on Bitbucket.
- mcp-server-azure-devops — Integrates with Azure DevOps to manage work items, pipelines, and repositories.
- tod — CI/CD pipeline editing and pull request review automation for OneDev.
- gitea-mcp — Interacts with Gitea instances to manage repositories.
- forgejo-mcp — Interacts with Forgejo instances for repository management.
- github-enterprise-mcp — Integrates with GitHub Enterprise API for large-scale enterprise repository management.
Tools that help identify vulnerabilities and improve secure development practices.
- Snyk Agent Scan – Automated vulnerability scanning for code and dependencies
- SonarQube MCP – Code quality and security analysis for MCP workflows
- MCP Security Hub – Centralized security insights for MCP-managed projects
- Cisco MCP Scanner – Security scanning and threat detection for MCP-integrated systems
- Semgrep MCP – Static code analysis and vulnerability scanning for repositories
- Mobb MCP – Identifies and remediates vulnerabilities in code
- IPLocate MCP – Lookup IP geolocation, detect proxies and VPNs
- IP2Location MCP – Retrieve geolocation information for an IP address
- SafeDep – Vet open source packages for security risks—such as vulnerabilities and malicious code—before they're used in your project, especially with AI-generated code suggestions
- SafeLine – Self-hosted WAF (Web Application Firewall) to protect your web apps from attacks and exploits
- CVE Intelligence – Provides vulnerability intelligence via multi-source CVE data, essential exploit discovery, and EPSS risk scoring through the MCP
- Bybit MCP – Integrates AI assistants with Bybit cryptocurrency exchange APIs, enabling automated trading, market data access, and account management
- crypto-feargreed-mcp – Provides real-time and historical Crypto Fear & Greed Index data
- crypto-indicators-mcp – Provides a range of cryptocurrency technical analysis indicators and strategies
- crypto-sentiment-mcp – Delivers cryptocurrency sentiment analysis to AI agents
- cryptopanic-mcp-server – Provides latest cryptocurrency news to AI agents, powered by CryptoPanic
- Domain Tools MCP – Domain analysis tools including WHOIS lookup, DNS records, and DNS health checks.
- FPE Demo MCP – Demonstrates format-preserving encryption workflows for secure data handling.
- Keycloak MCP Server — Identity and access management integration for managing users, roles, and authentication workflows.
- Keycloak MCP (Model Context Protocol) — Provides natural language interaction with Keycloak identity management systems.
- Keycloak MCP Server (Advanced) — Comprehensive Keycloak management including realms, clients, roles, and authentication providers.
- Hashing MCP Server — Cryptographic hashing tools supporting SHA256, MD5, and other algorithms for data integrity verification.
- Masquerade — Redacts sensitive data from documents before sharing.
- Maybe Don't AI Policy Engine — Policy validation for AI tool requests.
- MCPIgnore Filesystem — Filesystem MCP server that prevents access to sensitive data using .mcpignore.
- Nikto MCP — MCP server integration for web server security scanning.
- Pinner MCP — Pin GitHub Actions and container images to immutable hashes.
- Thales CDSP CAKM MCP Server — Integration with CipherTrust platform to securely manage database encryption keys.
- Thales CDSP CRDP MCP Server — Connects with CipherTrust data protection services for secure data operations.
- Thales CipherTrust Manager MCP Server — Manage cryptographic keys and security operations using CipherTrust Manager.
- vulnicheck — Scan Python dependencies for vulnerabilities using public security databases.
- ShieldAPI MCP — Provides MCP tools that help coding agents and developers identify potential security weaknesses in applications.
- Cybersec Watchdog MCP — Provides MCP tools to audit Linux servers using multiple security control checks.
- Agent BOM MCP — Provides MCP tools to analyze software supply chain dependencies used by AI agent environments.
- Air Blackbox MCP — Provides MCP tools to perform compliance checks for AI systems based on regulatory frameworks.
- bicscan-mcp — Provides analysis tools to evaluate blockchain addresses and domains for asset holdings and network activity insights.
- heurist-mesh-mcp-server — Integrates with AI agents to analyze smart contract infrastructure and provide security insights within decentralized finance ecosystems.
- gleif-mcp-server — Provides tools to access the Global Legal Entity Identifier (LEI) database for organization verification and entity identification.
- ZoomEye MCP — Enables querying network assets and internet infrastructure data for security and infrastructure analysis.
- gia-mcp-server — Provides compliance validation tools aligned with enterprise AI governance frameworks.
- agent-bom — Analyzes software dependencies and generates a Software Bill of Materials (SBOM).
- mcp-shodan — Queries internet-connected infrastructure data for security and infrastructure analysis.
- mcp-virustotal — Integrates with the VirusTotal API to scan and analyze files and URLs for threats.
- vuln-nist-mcp-server — Interface for retrieving software vulnerability information from the NIST vulnerability database.
- mcp-recon — Provides technical analysis tools for domains, certificates, and network infrastructure.
- secretctl — Secure secrets management system that injects credentials as protected environment variables.
- onepassword-mcp-server — MCP interface for securely retrieving credentials from 1Password vaults.
Tools that help query and manage backend databases during development and debugging.
- Supabase MCP – Supabase database and backend MCP integration
- MongoDB Chatbot (MCP) – Build AI chatbots that interact with MongoDB databases
- LlamaIndex (MCP) – Data framework for connecting LLMs with external data sources
- PostgreSQL MCP – Execute database queries and manage PostgreSQL through MCP tools
- Neo4j MCP – Interact with Neo4j graph database via Cypher queries
- Milvus MCP – Search and interact with data in Milvus vector database
- Neon MCP – Interact with the Neon serverless Postgres platform
- MotherDuck MCP – Query and analyze data using MotherDuck and DuckDB
- Memgraph MCP – Query graph data stored in Memgraph database
- Kuzu MCP – Inspect schema and execute queries on Kuzu graph database
- OceanBase MCP – Manage and interact with OceanBase database
- KWDB MCP – Perform DDL and data operations on KWDB database
- Pinecone – Pinecone's developer MCP Server assists developers in searching documentation and managing data within their development environment
- Pinecone Assistant – Retrieves context from your Pinecone Assistant knowledge base
- Qdrant – Implement semantic memory layer on top of the Qdrant vector search engine
- Rill Data – Interact with Rill Data to query and analyze your data
- Prisma – Create and manage Prisma Postgres databases
- Airtable – Read and write access to Airtable databases with schema inspection
- ArangoDB – MCP server providing database interaction capabilities
- ArangoDB Graph – Async-first Python architecture for ArangoDB graphs and analytics
- BigQuery – Enables LLMs to inspect database schemas and execute queries
- Databricks MCP – Allows LLMs to run SQL queries, list and get details of job executions in a Databricks account
- CockroachDB – MCP server enabling AI agents and LLMs to manage, monitor, and query CockroachDB using natural language
- Databricks Genie MCP – Connects to Databricks Genie, enabling natural language queries, SQL execution, and interactions with Databricks agents
- Databricks Smart SQL MCP – Perform smart and efficient SQL queries using Databricks Unity Catalog metadata
- DBHub MCP – Universal database MCP server connecting to MySQL, MariaDB, PostgreSQL, and SQL Server
- DataWorks MCP – Allows AI to interact with Alibaba Cloud DataWorks Open API
- CockroachDB MCP – Full-featured MCP implementation built with FastAPI and CockroachDB; supports schema bootstrapping, JSONB storage, LLM-ready CLI, and optional /debug endpoints
- DevDb – IDE-based MCP server allowing direct connection to multiple relational databases for querying and management.
- Druid MCP – MCP server for Apache Druid clusters providing data analytics tools and cluster management features.
- DynamoDB Toolbox MCP – Natural language interaction layer for DynamoDB using defined schemas and access patterns.
- Elasticsearch MCP – Enables AI assistants to interact with Elasticsearch clusters for search and analytics.
- D365FO MCP – Connects to Microsoft Dynamics 365 Finance & Operations APIs for data access and management.
- Firebase MCP – Enables interaction with Firebase Authentication, Firestore, and Storage services.
- Contentful MCP – Manage and update content stored in Contentful CMS spaces.
- Elasticsearch MCP – MCP integration enabling AI assistants to interact with Elasticsearch clusters.
- InfluxDB MCP Server — Enables querying and managing time-series data stored in InfluxDB databases.
- JDBC MCP Server — Universal database connectivity supporting MySQL, PostgreSQL, SQLite, SQL Server, Oracle, and other JDBC-compatible databases.
- MariaDB — MCP server integration for MariaDB databases.
- MCP-Database-Server — Unified interface for SQL Server, SQLite, and PostgreSQL.
- lucene-mcp-server — Document indexing and search using Apache Lucene.
- MongoDB MCP Server — Integration server for MongoDB.
- MongoDB & Mongoose MCP — MongoDB server with schema validation and Mongoose support.
- MongoDB Lens — Advanced MCP server for MongoDB database exploration.
- MSSQL MCP Server — Microsoft SQL Server integration with query execution.
- MSSQL MCP (Python) — Python-based MCP server for secure MSSQL access.
- MySQL MCP Server — NodeJS-based MCP server for MySQL.
- MySQL MCP Server (Python) — Python implementation for MySQL databases.
- PostgreSQL MCP Server — Database schema inspection and query execution.
- Redis MCP Server — Manage Redis caching and key-value operations.
- Snowflake — Official MCP server supporting SQL execution, object management, and RBAC controls.
- Snowflake — LLM integration with Snowflake databases for querying and managing data.
- Snowflake Cortex MCP Server — Access Snowflake Cortex AI capabilities.
- Solr MCP — Perform search queries on Apache Solr servers.
- Teradata — Run analytics tasks and queries on Teradata databases.
- TigerGraph — Graph database integration for AI agents.
- Vertica — Database integration with schema inspection and access control.
- Trino — High-performance distributed query execution.
- XiYan — Natural language to SQL MCP server.
- Typesense — Provides AI access to Typesense search collections for fast data queries.
- Unity Catalog — Manage and execute Unity Catalog functions through MCP.
- SmartDB MCP — Provides MCP tools to connect and interact with multiple databases through a unified interface.
- Microsoft Dataverse MCP — Provides MCP tools for performing entity CRUD operations and executing workflows within Dataverse environments.
- Method CRM MCP — Provides MCP tools to manage CRM data including tables, users, and events.
- Google Sheets MCP — Provides MCP integration to automate data operations and workflows with Google Sheets.
- anyquery — Query multiple databases and applications such as PostgreSQL and MySQL using a unified SQL interface.
- omop_mcp — Maps clinical terminology to OMOP standard concepts to standardize healthcare data.
- alkemi-mcp — Enables natural language queries on Snowflake, BigQuery, and Databricks data products.
- databricks-genie-MCP — Connects to Databricks Genie API for running SQL queries and answering natural language questions.
- qlik-mcp — Extracts data from Qlik Cloud API applications, sheets, and visualizations.
- keboola-mcp-server — Provides access to Keboola Connection platform storage APIs for data extraction.
- kaggle-mcp — Provides tools to download and analyze datasets from the Kaggle platform.
- kaggle-mcp-server — MCP server implementation for browsing Kaggle competitions, leaderboards, models, and kernels.
- debtstack-python — Provides tools to access financial datasets related to corporate debt structures, bond markets, leverage ratios, and covenant analysis.
- financialdatanet/mcp-server — MCP server for retrieving stock market data, company financial statements, and institutional trading datasets.
- japan-corporate-mcp — Interface for searching Japanese corporate datasets such as gBizINFO and EDINET, including company financials, patents, and subsidies.
- starknet-mcp-server — Integration for the Starknet blockchain, supporting tokens, smart contracts, and StarknetID resolution.
Tools that help track, analyze, and optimize development and infrastructure costs.
- AWS Billing & Cost Management MCP – Manage AWS billing, cost insights, and resources via MCP
- Momento MCP – High-performance caching to improve performance and reduce infrastructure cost
- Optuna – Official MCP server enabling seamless orchestration of hyperparameter search and other optimization tasks with Optuna
- Ramp – Interact with Ramp's Developer API to run analysis on your spend and gain insights leveraging LLMs
- Cloud Cost MCP — Provides MCP tools to compare real-time pricing across major cloud providers such as AWS, Azure, GCP, and OCI to support infrastructure cost planning.
- OCI Pricing MCP — Provides MCP tools to access and analyze Oracle Cloud Infrastructure pricing data for infrastructure planning and cost evaluation.
- llmkit — Provides tools for tracking AI API usage costs and managing budgets.
Tools that help connect AI models, agents, and developer tooling for faster workflows.
- MCP Memory Service – Persistent memory service for MCP-based AI agents
- MCP Local RAG – Local Retrieval-Augmented Generation (RAG) system for MCP workflows
- Hugging Face MCP – Access Hugging Face models, datasets, and tools programmatically
- Kiln MCP – Open-source platform for building production-ready AI systems with RAG and agents
- Needle MCP – Production-ready RAG system for retrieving information from documents
- Moorcheh MCP – Embedding, vector store, and AI answer services integration
- kluster.ai MCP – Provides AI services and guardrails like hallucination detection
- Plus AI – MCP server for automatically generating professional PowerPoint and Google Slides presentations using the Plus AI presentation API
- PAIML MCP Agent Toolkit – Professional project scaffolding toolkit with zero-configuration AI context generation, template generation for Rust/Deno/Python projects, and hybrid neuro-symbolic code analysis
- Patronus AI – Test, evaluate, and optimize AI agents and RAG apps
- Prode.ai (ProdE) – Your 24/7 production engineer that preserves context across multiple codebases
- Riza – Arbitrary code execution and tool-use platform for LLMs
- Quickchat AI – Launch your conversational Quickchat AI agent as an MCP to give AI apps real-time access to its Knowledge Base and conversational capabilities
- Ragie – Retrieve context from your Ragie (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more
- 1mcpserver – MCP of MCPs. Automatically discover, configure, and add MCP servers on your local machine
- 1Panel – MCP server implementation that provides 1Panel interaction
- A2A – Bridges MCP with Agent-to-Agent protocol for AI assistant interaction
- Ableton Live – MCP server to control Ableton Live
- Actor Critic Thinking – Actor-critic thinking for performance evaluation
- Agentic Framework – Multi-agent collaboration framework enabling agents to work together on complex tasks
- AI Tasks – Let the AI manage complex plans with integrated task management tools
- Chroma MCP – Vector database server for semantic document search and metadata filtering
- ChatMCP – Cross-platform GUI for interacting with MCP servers across multiple LLMs
- ChatSum MCP – Summarize and query chat messages using LLMs
- Context Processor MCP – Preprocess and structure context for AI consumption, search, and metadata extraction
- Ableton Live – Ableton integration allowing prompt-enabled music creation
- Context-portal MCP – Build project-specific memory graphs for RAG applications
- Archestra.AI – Enterprise MCP gateway, registry, orchestration, credential management, and agent management platform.
- AX-Platform – AI agent collaboration platform to coordinate tasks and share context across agents.
- CRASH MCP – Structured reasoning and iterative thinking framework designed for AI agents.
- CreateveAI Nexus – Enterprise integration layer connecting AI agents with enterprise systems and APIs.
- Dispatch Agent – Intelligent MCP server that coordinates sub-agents to perform advanced file and system operations.
- DeepSeek MCP – Integration server enabling AI assistants to interact with DeepSeek language models.
- DeepSeek Thinker MCP – Provides reasoning outputs from DeepSeek models for enhanced agent decision workflows.
- DeepSeek R1 MCP – MCP server connecting Claude Desktop to DeepSeek language models.
- Gemini Bridge – Lightweight MCP bridge enabling interaction with Google Gemini models via CLI.
- fastn.ai Unified API MCP – Unified API server connecting AI agents to thousands of tools and workflows.
- CV Forge – MCP server that analyzes job descriptions and generates matching CV content.
- Deep Research – Automated research exploration tool that generates structured reports from multiple sources.
- Depyler – Python-to-Rust transpiler designed for efficient and secure code transformation workflows.
- Dify MCP – MCP integration for running Dify AI workflows and automations.
- ggRMCP – Gateway that converts gRPC services into MCP-compatible tools.
- Eunomia MCP – Framework extension that connects Eunomia instruments with MCP servers.
- FoundationModels MCP – Integrates Apple FoundationModels for AI text generation workflows.
- Human-In-the-Loop MCP Server — Enables AI assistants to request user feedback and confirmations through interactive GUI dialogs.
- Human Use MCP — Connects AI workflows with real human input for real-time feedback and decision support.
- Hypertool MCP — Framework that allows AI assistants to dynamically switch between multiple toolsets from different MCP servers.
- Inner Monologue MCP — Structured reasoning tool that allows AI agents to perform internal reflection before generating responses.
- interactive-mcp — Adds interactive prompts and conversational workflows inside MCP-based AI pipelines.
- Magg: The MCP Aggregator — Meta MCP server for orchestration.
- MCP Bundles Hub — Discover and install MCP integrations.
- MCP Create — Dynamically create MCP servers.
- MCP Server Creator — Generate MCP server code automatically.
- MCP Server Generator — AI-assisted MCP server creation.
- MCP Proxy Server — Aggregate multiple MCP servers.
- MCP Installer — Install and configure MCP servers.
- MCP Compass — Suggest suitable MCP servers.
- MCP Context Provider — Persistent tool context across sessions.
- MCP Toolz — Context management and orchestration.
- mcp-mcp — Meta discovery service for MCP servers.
- mcp-proxy — Connect to MCP servers running on SSE transport or expose stdio servers as SSE endpoints.
- mcp-proxy — Lightweight proxy that manages OAuth 2.0 / PKCE authentication and token handling for MCP clients.
- MCPfinder — Discovery platform for exploring, installing, and managing MCP servers and AI capabilities.
- MCPJungle — Self-hosted MCP registry and gateway for enterprise AI agent ecosystems.
- Nacos MCP Router — Router and proxy server that discovers, installs, and connects multiple MCP servers.
- NCP (Natural Context Provider) — Dynamic tool discovery and context provider system for AI agents.
- Anubis MCP — High-performance MCP implementation in Elixir for scalable MCP applications.
- ModelFetch — Runtime-agnostic SDK for creating and deploying MCP servers in JS/TS.
- EasyMCP — Lightweight framework for building MCP servers in TypeScript.
- FastMCP — Simple and efficient TypeScript framework for rapid MCP server development.
- Foobara MCP Connector — Expose Ruby-based Foobara commands as MCP tools for AI agents.
- Foxy Contexts — Golang library for building MCP servers and managing structured contexts.
- MCP Declarative Java SDK — Annotation-based Java SDK for building MCP servers with minimal dependencies.
- MCP‑Framework — TypeScript framework with CLI tools for structured MCP project setup.
- MCP Plexus — Multi-tenant Python framework for scalable MCP server applications.
- mcp_sse (Elixir) — Server-Sent Events implementation for building MCP servers in Elixir.
- mxcp — Python framework for enterprise-grade MCP servers with YAML, SQL, and Python support.
- Next.js MCP Server Template — Starter project for MCP clients to connect via Next.js applications.
- Perl SDK — Build MCP servers and clients in Perl.
- Quarkus MCP Server SDK — Java SDK for MCP server development within Quarkus.
- R mcptools — R language toolkit for building MCP servers.
- SAP ABAP MCP Server SDK — SDK for MCP servers in SAP ABAP enterprise applications.
- Spring AI MCP — Spring Boot auto-configuration for MCP servers in Java.
- Template MCP — CLI tool to generate starter project structure for MCP servers.
- AgentR Universal MCP SDK — Python SDK for MCP servers with credential/config management.
- Vercel MCP Adapter — Adapter to run MCP servers in JS frameworks like Next.js, Nuxt, and Svelte.
- PHP MCP — Core PHP implementation of MCP for building MCP servers.
- codemirror-mcp — CodeMirror extension implementing MCP for resource mentions and prompt commands.
- llm-analysis-assistant — Streamlined MCP client supporting stdio, SSE, and HTTP streaming with logs and simulation for OpenAI/Ollama interfaces.
- MCP-Agent — Composable framework to build AI agents using MCP.
- Spring AI MCP Client — Spring Boot auto-configuration providing MCP client functionality for Java apps.
- MCP CLI Client — CLI host enabling LLMs to interact with external tools via MCP.
- OpenMCP Client — VSCode/Trae/Cursor plugin for MCP server debugging with SDK and docs support.
- PHP MCP Client — Core PHP implementation of MCP client.
- Runbear — No-code MCP client for team chat platforms including Slack, Teams, and Discord.
- Think MCP — Enhances AI agent reasoning with structured thinking tools designed for agent workflows.
- Think Node MCP — Node.js implementation of think-tools that improves reasoning and decision making for AI agents.
- Wanaku MCP Router — Routing engine enabling AI agents to connect with enterprise systems through MCP.
- Template MCP Server — CLI tool for creating MCP server projects with TypeScript and flexible architecture.
- Universal MCP Servers — Collection of MCP servers built using the Universal MCP SDK for AI agent integrations.
- Owlex MCP — Provides MCP infrastructure that enables parallel querying across multiple CLI agents to support coordinated agent workflows.
- Mengram MCP — Provides MCP-based semantic and episodic memory layers to support long-term memory capabilities for AI agents.
- Engram-rs MCP — Provides a Rust-based MCP memory engine with automatic decay mechanisms designed for AI agent memory management.
- Agent Utils MCP — Provides MCP utility tools including JSON validation, Base64 processing, and regex testing to support development workflows.
- blockrun-mcp — Access multiple AI models like GPT, Claude, Gemini and others using a pay-per-use infrastructure without managing API keys.
- 1mcp/agent — Unified Model Context Protocol server that aggregates multiple MCP servers into one interface.
- Aganium — Connect MCP servers to the agent network for identity discovery and service access.
- evc-spark-mcp — Catalog platform to search and discover AI agents, skills, and MCP connectors.
- mcp-orchestrator — Central hub that aggregates tools from multiple MCP servers with unified search capabilities.
- AgentHotspot — Marketplace platform to search, integrate, and manage MCP connectors.
- agentnet — Agent discovery network where AI agents can find and recommend services to each other.
- Agent47 — Unified job aggregation platform for AI agents across multiple ecosystems.
- neurolink — Platform that unifies multiple model providers with orchestration and guardrails.
- Pipedream MCP — Integration platform providing thousands of API connections and automation tools.
- node-code-sandbox-mcp — Execute JavaScript snippets in isolated Docker sandboxes.
- piston-mcp — Support code execution in multiple programming languages using the Piston engine.
- dagger/container-use — Allow agents to work in fresh containers and git branches, preventing conflicts in complex environments.
- mcp-run-python (Pydantic AI) — Run Python code in a secure sandbox to safely test system behavior.
- claude-concilium — Multi-agent framework for Claude Code with parallel code review and fallback chains.
- llm-council — Three-stage council based on Andrej Karpathy’s concept: parallel responses, anonymous ranking, and synthesis.
- label-studio-mcp-server — Provides an AI-friendly interface to manage and automate Label Studio projects and data labeling tasks.
- matter-controller-mcp — Provides an interface for AI agents to control Matter protocol–enabled smart devices.
- stack-chan — Interactive robot platform based on M5Stack with integrated AI-driven interactions and device control capabilities.
- clawpay-mcp — Provides an interface for autonomous systems to manage payment transactions and implement on-chain spending policies.
- payclaw-mcp — System for issuing virtual payment cards and managing automated payment workflows.
- lightning-enable-mcp — Integration for creating invoices and processing payments on the Bitcoin Lightning Network.
- agentpay-server — Payment gateway designed for autonomous systems, supporting pay-per-call billing and payment integrations.
- engram — Intelligent agent memory system that provides semantic recall and context-aware memory management, enabling agents to efficiently store and reuse long-term information.
- memora — Persistent agent memory platform offering structured memory management with knowledge graph visualization and cloud storage synchronization.
- contextstream — Universal persistent memory platform providing tools for semantic code search, impact analysis, and decision tracking.
- In-Memoria — Hybrid TypeScript and Rust–based memory system that enables coding assistants to maintain cumulative context memory and learn patterns over time.
- mengram — Structured agent memory layer supporting semantic, episodic, and procedural memory models with automated memory storage and recall.
Tools that help track application performance, logs, and system activity.
- PostHog MCP – MCP server for accessing PostHog analytics, feature flags, and error tracking through AI tools :contentReference[oaicite:0]{index=0}
- Axiom MCP – Query and analyze logs, traces, and observability data using MCP
- Langfuse MCP – Monitor and debug LLM applications with observability tools
- Datadog MCP – Observability and monitoring via Datadog MCP integration
- Logfire MCP – Access OpenTelemetry traces and metrics
- Mixpanel MCP – Query product analytics data via natural language
- Microsoft Clarity MCP – Retrieve behavioral analytics insights
- PagerDuty – Interact with your PagerDuty account, manage incidents, services, schedules, and more directly from your MCP-enabled client
- Powerdrill – MCP server providing smart AI data analysis and insights
- Parallel Task MCP – Initiate Deep Research and Batch Tasks
- ActivityPub MCP – Enables LLMs to interact with Fediverse via ActivityPub protocol
- AWS Cost Explorer – Optimize your AWS spend using an MCP server
- Downdetector MCP – Retrieves service status and outage information for real-time availability monitoring.
- FDIC BankFind MCP – Provides structured banking data from FDIC APIs for financial monitoring and analysis.
- Federal Reserve Economic Data MCP – Access to macroeconomic datasets from the FRED database.
- Descope MCP – Manage users and audit logs through Descope identity platform integration.
- FlightRadar24 MCP – Provides real-time aircraft tracking and flight information.
- Graylog MCP Server — Enables AI assistants to query and analyze logs stored in Graylog monitoring systems.
- Kibana MCP Server — Allows monitoring and log analysis through integration with Kibana dashboards. Loki — Query and analyze logs from Grafana Loki.
- Loki MCP Server — Python-based server for Loki logs.
- librenms-mcp — Integration with LibreNMS for network monitoring.
- Prometheus MCP Server — Query metrics and analyze monitoring data from Prometheus.
- Prometheus MCP (Golang) — Full Prometheus API integration.
- Prometheus MCP (TypeScript) — Query Prometheus monitoring metrics using natural language.
- Splunk — Query searches, alerts, and indexes in Splunk.
- Tempo — Query distributed traces from Grafana Tempo.
- Tideways — PHP performance monitoring insights.
- System Health — Real-time health monitoring for Linux servers.
- SystemSage — Cross-platform system monitoring and management.
- sslmon — Monitor domain registration and SSL certificate validity.
- TeslaMate MCP — Provides MCP tools to query Tesla vehicle telemetry data and analytics metrics for monitoring and analysis.
- WaveGuardClient — Physics-based anomaly detection system that uses GPU acceleration to detect infrastructure and system anomalies.
- renoun-mcp — Provides structural observability for AI conversations and system workflows, tracking loops and state transitions.
- box-mcp-server-remote — Official MCP integration for securely accessing, searching, and managing Box cloud storage content.
- mcp-gdrive — Integration for reading Google Drive files and editing Google Sheets through MCP.
- Datadog MCP (TANTIOPE) — Provides access to Datadog observability data for log search, APM trace filtering, and cross-correlation between logs and metrics.
- dynatrace-mcp — Connects with the Dynatrace observability platform to analyze anomalies, events, and distributed traces.
- VictoriaMetrics MCP — Integrates with VictoriaMetrics monitoring APIs to query metrics and analyze monitoring data.
- edgedelta-mcp-server — Provides tools for analyzing logs and events to understand system behavior and identify issues.
- zabbix-mcp-server — Integrates with the Zabbix monitoring system to access hosts, triggers, and infrastructure monitoring data.
- fortimonitor-mcp-server — Provides monitoring tools for infrastructure tracking, outage detection, and notification management.
- mcp-monitor — Exposes real-time system metrics such as CPU, memory, disk, and network usage for LLM agents.
Tools that provide persistent memory and knowledge storage capabilities for AI agents.
- Basic Memory – Local knowledge system that builds a semantic graph from markdown files for persistent AI memory.
- Cognee MCP – GraphRAG memory server with ingestion, processing, and search capabilities
- Context Portal – Project knowledge graph and memory database for AI assistants, designed for Retrieval Augmented Generation with structured project data.
- Extended Memory MCP – Persistent memory system for AI assistants with tagging, importance scoring, and long-term knowledge storage.
- Context Crystallizer – Converts large repositories into structured AI-friendly knowledge representations for improved retrieval.
- GitMCP — Generic remote MCP server that allows AI assistants to connect with any GitHub repository or documentation for contextual knowledge retrieval.
- Glean MCP Server — Provides enterprise knowledge search and conversational access using the Glean API.
- Google Vertex AI Search MCP — Enables AI assistants to retrieve information from private datasets using Google Vertex AI Search.
- Google Scholar MCP Server — Allows AI assistants to search and access academic research papers through Google Scholar.
- Google Scholar MCP (TypeScript) — MCP server that integrates Google Scholar search with AI assistants using TypeScript implementation.
- Local RAG — Lightweight document search with PDF, DOCX, Markdown.
- mcp-local-rag — Local RAG server with document embeddings and web search.
- Langflow-DOC-QA-SERVER — Document Q&A system with Langflow backend.
- LlamaCloud — Access managed vector indexes for AI retrieval.
- lucene-mcp-server — High-performance document indexing using Apache Lucene.
- Minima — Lightweight RAG system for local files.
- RAG Local MCP — Store and retrieve text passages locally using semantic search.
- RAG Web Browser MCP — Perform web search and scraping for RAG pipelines.
- py-mcp-qdrant-rag — Implement RAG pipelines using Qdrant vector DB.
- Pinecone MCP Server — Vector DB integration for semantic search and RAG workflows.
- Source to Knowledge Base — Convert source code repositories into searchable knowledge bases with AI-powered semantic search.
- Sourcerer — Semantic code search and navigation MCP for efficient code exploration.
- Vectara — RAG-as-a-service platform enabling AI agents to query trusted knowledge sources.
- Stitch AI — Knowledge management system with memory spaces and contextual retrieval.
- Zettelkasten — AI-powered knowledge management supporting structured notes and semantic linking.
- Wren Engine — Semantic engine for MCP clients providing structured knowledge retrieval.
- Project Context MCP — Provides MCP tools to access files in the .context directory so coding agents can retrieve structured project knowledge.
- OpenZIM MCP — Provides MCP tools to access ZIM archive datasets, enabling AI agents to retrieve offline knowledge collections.
- ragmap — Registry and routing layer to discover retrieval-enabled MCP servers using structured constraints.
- PersonalizationMCP — Aggregates personal data sources to enable contextual retrieval and personalization.
- claude-skills-mcp — Intelligent discovery system that allows models to search and use Claude agent skills.
- biothings-mcp — Interact with the BioThings API to retrieve data related to genes, genetic variants, and drugs.
- opengenes-mcp — Database interface for accessing gene datasets for aging and longevity research.
- synergy-age-mcp — Interface for accessing genetic interaction datasets from the SynergyAge database.
- encode-toolkit — Toolkit for searching and analyzing ENCODE genomic datasets.
- ChatSpatial — Server to support analysis workflows with spatial transcriptomics datasets.
- onekgpd-mcp — Provides real-time access to the 1000 Genomes Project dataset.
- ucsc-genome-mcp — Interact with the UCSC Genome Browser API to retrieve genome and chromosome data.
- gget-mcp — Toolkit for bioinformatics queries and genomics data analysis.
- dbt-mcp (Official) — Integrates with dbt Core/Cloud to access project metadata, model information, and semantic layer queries.
- dbt-docs-mcp — Provides dbt-core (OSS) users with model- and column-level lineage and documentation access.
- bonnard-cli — Agent-first semantic layer that simplifies data interaction.
- wren-engine — Specialized semantic engine for AI agents to assist with structured knowledge retrieval.
- keyneg-mcp — Enterprise-grade sentiment analysis and keyword extraction with 95+ labels.
- oyemi-mcp — Provides semantic word encoding and similarity analysis using a 145K+ word lexicon.
- zaturn — Connects multiple data sources (SQL, CSV, Parquet) and provides structured data context for AI agents to perform analysis and generate insights.
- finbrain-mcp — Integrates alternative financial datasets with LLM workflows to provide contextual financial insights and knowledge retrieval.
- shareseer-mcp-server — Server for retrieving SEC filings, corporate financial reports, and insider trading datasets in a structured format.
- CodeCortex — Transforms codebases into structured knowledge formats with symbol indexing and dependency graphs for optimized context retrieval.
- mcp-obsidian — Integrates with Obsidian vaults to provide read and write access to team documentation and internal knowledge notes.
- easy-obsidian-mcp — Provides structured access to Obsidian-based knowledge repositories, integrating internal documentation into AI workflows.
- openzim-mcp — Knowledge access server that enables searching and retrieving Wikipedia and other offline knowledge datasets.
- project-tessera — Local workspace memory system that stores documents and session logs in a vector-based index for efficient knowledge retrieval.
- us-legal-mcp — Server for searching legal databases and legislation documents to retrieve structured legal information.
- idapixl-web-research-mcp — Research automation tools that collect information from multiple sources and generate structured research summaries.
- NotebookLM MCP Secure — Secure integration with Google NotebookLM for retrieving structured information from documents and knowledge sources.
- Vectara MCP — Enables trusted knowledge search and retrieval workflows using Vectara’s retrieval-augmented generation APIs.
- CustomGPT MCP — Integrates with the CustomGPT knowledge platform to support document-based question answering and retrieval workflows.
- Nexus — AI-powered search server that uses Perplexity Sonar models to return search results with source citations.
- Octagon Deep Research — Enables deep research workflows for AI agents to generate structured reports on complex topics.
- Exa AI Search — Provides real-time web search capabilities for AI assistants using the Exa AI Search API.
- Google Researcher MCP — Comprehensive toolkit that collects research information from Google Search, web scraping, and academic sources such as arXiv, PubMed, and IEEE.
- ArXiv MCP (blazickjp) — MCP interface for searching and reading research papers from arXiv.
- PubMed MCP (andybrandt) — Provides tools to search and read medical and life sciences research papers from PubMed.
- PapersWithCode MCP — Enables searching machine learning research papers and associated code implementations through the PapersWithCode API.
- git-context-mcp — Supplies structured codebase knowledge and risk hotspot information for retrieval-augmented generation workflows.
- mcp-git-ingest — Provides repository context to AI agents for RAG-style code analysis and knowledge retrieval.
Tools that help simplify and automate utility tasks in development workflows.
- Calculator MCP – Enables LLMs to perform precise numerical calculations.
- eBook MCP – MCP server for accessing and generating eBook content
- Any Chat Completions – Connect to OpenAI compatible chat completion APIs such as OpenAI, Groq, Perplexity, and others.
- Commands MCP – Run system commands and scripts similar to a terminal environment.
- CSV Editor MCP – CSV processing tool supporting data manipulation, validation, and analysis for large datasets.
- Current Time UTC MCP – Provides accurate UTC time and timezone conversions.
- Cursor MCP Installer – Simplifies installation and configuration of MCP servers within the Cursor IDE.
- Enhance Prompt MCP – Improves prompt quality and clarity for AI assistant interactions.
- Everything Search MCP – Fast cross-platform file search capabilities for local systems.
- Excel MCP – Provides Excel spreadsheet operations including reading, writing, formatting, and chart creation.
- Excel to JSON MCP – Converts Excel and CSV data into structured JSON format for data processing workflows.
- Email MCP – Enables sending emails and managing attachments through multiple email providers.
- Email SMTP MCP – Lightweight SMTP server allowing AI agents to send emails with attachments.
- Frankfurter MCP – Currency exchange data access using the Frankfurter API.
- Coin API MCP – Provides cryptocurrency market data from CoinMarketCap including prices, rankings, and metrics.
- CoinMarketCap MCP – Full API integration for accessing cryptocurrency market data and exchange statistics.
- Computer Control MCP – Enables AI assistants to control mouse, keyboard, and perform OCR-based interactions on a computer.
- Computer Use MCP – Allows automated desktop interaction including screen capture, keyboard input, and mouse control.
- Remote macOS Computer Use – Provides remote macOS system control for AI agents.
- Discord MCP – Enables AI assistants to interact with Discord servers and channels through a bot.
- Discord MCP (Alternative) – Another implementation providing Discord integration with extended functionality.
- Discord MCP (Klavis) – MCP server enabling Discord API integration for AI assistants.
- Discourse MCP – Search and retrieve posts from Discourse forums.
- Ghost MCP – MCP server enabling interaction with Ghost CMS content.
- JSON MCP Server — Advanced JSON data processing server with support for JSONPath queries and structured operations.
- JSON MCP Filter — JSON schema generation and filtering tools optimized for extracting relevant structured data.
- JSON to Excel MCP — Converts JSON datasets into CSV or Excel compatible formats for data analysis.
- it-tools MCP — Provides a collection of developer utilities including encoding, decoding, and format conversion tools.
- Large File MCP — Efficient handling of large files with streaming and caching.
- mcp-grep — Pattern search and directory scanning.
- KYC-mcp-server — System diagnostics for operating systems.
- KiCad MCP — Integrates KiCad for electronics design workflows.
- Matlab-MCP-Tools — Execute MATLAB scripts via MCP.
- Random Number MCP — Generate random numbers and values using Python libraries.
- ScriptFlow MCP — Convert repetitive AI interactions into reusable automation scripts.
- QuickChart MCP — Generate charts dynamically using QuickChart APIs.
- Solver — Solve constraint satisfaction and optimization problems.
- Stockfish — Connect AI models to the Stockfish chess engine.
- Weather MCP Server — Retrieve real-time weather data.
- Travel Planner — Create travel itineraries using Google Maps data.
- Ticketmaster MCP Server — Search events, venues, and attractions.
- Wordle MCP — Retrieve Wordle puzzle solutions.
- Yahoo Finance — Access stock market data and analytics.
- PayMCP — Payment integration layer for exposing MCP tools as paid API endpoints.
- A2A-MCP Java Bridge — Annotate Java methods to expose MCP servers or A2A-discoverable actions.
- AiMCP — Collection of MCP clients and servers to discover and select MCP tools.
- Awesome Crypto MCP Servers by badkk — Curated list of crypto-focused MCP servers.
- Awesome MCP Servers by appcypher — Curated MCP server collection for reference.
- Awesome MCP Servers by punkpeye — Curated MCP server list with website and references.
- Awesome MCP Servers by wong2 — Curated MCP server collection including website references.
- Awesome Remote MCP Servers by JAW9C — Remote MCP servers with authentication support.
- Discord Server — Community Discord for MCP discussion and collaboration.
- Install This MCP — Guides and tools to reduce MCP installation friction.
- Klavis AI — Open Source MCP infra with hosted MCP servers and clients for Slack/Discord.
- MCP Badges — Tool to create badges highlighting MCP projects.
- MCPProxy — Local app for accessing multiple MCP servers with discovery and sandboxing.
- MCPRepository.com — Repository indexing MCP servers for easy discovery.
- mcp-cli — Command-line inspector for MCP tools and servers.
- mcp-dockmaster — UI for installing/managing MCP servers across platforms.
- mcp-get — CLI tool for installing and managing MCP servers.
- mcp-guardian — GUI + tools to manage MCP servers with proxy control.
- MCP Linker — Cross-platform GUI for one-click MCP server setup and management.
- mcp-manager — Web UI for installing/managing MCP servers for Claude Desktop.
- MCP Marketplace Web Plugin — Web plugin to browse/select MCP servers in AI apps.
- mcp.natoma.ai — Hosted MCP platform to discover, install, deploy MCP servers.
- mcp.run — Hosted registry and control plane for secure MCP server deployment.
- MCPHub — Website listing high-quality MCP servers with chatbot integration.
- MCP Router — Windows/macOS app simplifying MCP management, authentication, and logs.
- MCP Servers Hub — Curated MCP server list with website interface.
- MCPServers.com — Directory of MCP servers with setup guides and client support.
- MCP Servers Rating and User Reviews — Platform to rate MCP servers, write reviews, search MCP services.
- MCP Sky — Bluesky feed for MCP news and discussion.
- MCP X Community — Twitter community for MCP discussion.
- MCPHub (Desktop App) — Open Source macOS & Windows app for MCP server management.
- mcpm — Homebrew-like service for managing MCP servers across clients.
- MCPVerse — Portal for creating & hosting authenticated MCP servers.
- MCP Servers Search — MCP server providing query & discovery tools.
- Search MCP Server — Tool recommending MCP servers based on client queries.
- MCPWatch — Security scanner for MCP servers detecting vulnerabilities.
- mkinf — Open Source registry of hosted MCP servers to accelerate AI agent workflows.
- Open-Sourced MCP Servers Directory — Curated MCP server list for easy discovery.
- OpenTools — Open registry to find, install, and build with MCP servers.
- Programmatic MCP Prototype — Experimental agent prototype for tool composition and execution via MCP.
- PulseMCP — Community hub & newsletter for discovering MCP servers and news.
- r/mcp — Reddit community for MCP discussion.
- MCP.ing — MCP services search and community discovery.
- MCP Hunt — Platform for discovering trending MCP servers with community votes.
- Smithery — Registry of MCP servers for selecting tools for LLM agents.
- Toolbase — Desktop app managing MCP servers and tools.
- ToolHive — Utility for deployment and management of MCP servers via containerization.
- NetMind — Access AI services via APIs or MCP servers.
- Webrix MCP Gateway — Enterprise MCP gateway with SSO, RBAC, audit trails, token vaults for secure AI agent access.
- Tasks — Efficient task management tool supporting multiple file formats.
- Todos — Simple todo list manager designed for AI assistant workflows.
- Todoist — Manage personal and team tasks through Todoist APIs.
- TickTick — Integrates the TickTick task platform for productivity workflows.
- Things3 MCP — Task and project management integration for the Things3 productivity application.
- Workflowy — Interact with the Workflowy outline-based task and knowledge management platform.
- Ticket Generator MCP — Generate event tickets using Ticket Generator APIs.
- Starling Bank — Access banking account balances and transaction history through MCP tools.
- Xero MCP Server — Community MCP integration for Xero accounting operations such as invoicing and finance management.
- Xero MCP Server (Official) — Official Xero MCP server integration for financial and accounting workflows.
- YNAB — Analyze personal financial data through the YNAB budgeting platform.
- IO Aerospace MCP Server — Provides MCP tools for orbital conversions, time calculations, and mathematical utilities.
- IcoGenie MCP — Provides MCP tools that generate SVG icons from text descriptions for use in development and design workflows.
- DOMShell MCP — Provides MCP tools that allow browsing web structures using filesystem-style commands such as ls and cd.
- DotNet Template MCP — Provides MCP tools to generate project scaffolding templates for .NET applications.
- x402-discovery-mcp — Runtime discovery layer that helps agents route API calls based on capabilities.
- voxie-ai-directory-mcp — AI phone directory that connects to different services and personas.
- medical-mcp — Interface for querying drug databases and healthcare information resources.
- mcp-immostage — AI-driven virtual staging for real estate, 3D floor plan rendering, and property description generation.
- dingo — Provides rule-based and AI-assisted tools for evaluating data quality.
- math-mcp-learning-server — Interactive environment for educational math operations and workspace-based calculations.
- brightspace-mcp-server — Integrates with the D2L Brightspace learning platform to access courses, assignments, and academic information.
- wildfire-mcp-server — Provides access to global wildfire monitoring and environmental data analysis using NASA FIRMS and Google Earth Engine data.
- filesystem-context-mcp-server — Server for secure read-only filesystem exploration and search operations.
- md-to-pdf-mcp — Generates professional PDF files directly from Markdown documents.
- hledger-mcp — Provides an interface for interacting with double-entry accounting journals to read and manage financial transactions.
- ledger-mcp-server — MCP server integrating with Ledger-CLI to manage financial records and generate accounting reports.
- stadiamaps-mcp-server — Provides address lookup, routing, and static map generation using the Stadia Maps API.
- mcp-server-iplocate — Interface for retrieving IP address geolocation and network information.
- mcp-server-ipinfo — Integrates with the IPInfo API to access geolocation and network metadata.
- citedy-seo-agent — Offers tools for SEO content generation, competitor analysis, and online trend discovery.
- AEO CLI — Audits URLs to check AI crawler readiness (e.g., robots.txt, llms.txt) and provides a structured evaluation score.
- lara-mcp — Integrates with the Lara Translate API to provide context-aware translations and automatic language detection.
Tools that help AI agents search the web, crawl websites, and extract structured data from online sources.
- Search1API – Unified API for search, crawling, and sitemap discovery across websites.
- SearchUnify – MCP server that integrates SearchUnify knowledge discovery and enterprise search capabilities with AI tools.
- Tavily – AI search engine designed for agents to retrieve and extract high-quality web information.
- Tako – Natural language interface to access real-time financial, sports, weather, and public data with visualization.
- Bing Web Search API – Allows AI assistants to perform web searches using Microsoft Bing API.
- Baidu AI Search – Provides web search capabilities using Baidu Cloud AI Search services.
- Defuddle Fetch MCP – Fetch and convert web pages into structured markdown for easier data extraction.
- Fetch MCP – Flexible content fetching server supporting HTML, JSON, Markdown, and plaintext.
- DataCite MCP – Provides access to research datasets and scholarly publication metadata through DataCite APIs.
- DPLP MCP – Enables search across the DBLP computer science bibliography database.
- Entrez MCP – Provides access to biomedical databases including PubMed and gene information.
- Dataset Viewer MCP – Allows browsing and analysis of Hugging Face datasets with filtering and statistics features.
- Data Exploration MCP – Autonomous exploration tool for analyzing CSV datasets and generating insights.
- Data4Library MCP – Access public library data including book search and loan information.
- Discogs MCP – Connects to Discogs API for accessing music collection and marketplace data.
- Congress.gov MCP – Provides access to legislative data from the U.S. Congress API.
- Dappier MCP – Connects AI assistants to real-time web data including news, finance, and sports.
- Dune Analytics MCP – Access blockchain analytics data and queries from Dune Analytics.
- Google Custom Search MCP — Retrieves Google search results programmatically through the Google Custom Search API.
- Google Maps MCP Server — Accesses location information and places data using Google Maps and Places API.
- Job Searcher MCP Server — Retrieve and filter job listings based on keywords, time range, and remote work preferences.
- JobsWithGPT MCP Server — Job search engine MCP integration with access to large-scale job listings database.
- kwrds.ai — Keyword research and SERP data analysis.
- market-fiyati — Grocery price search and comparison.
- LunarCrush Remote MCP — Social metrics and crypto data analysis.
- mcp-read-website-fast — Extracts clean Markdown content from websites with caching and readability optimization.
- mcp-youtube-extract — Extract video information and transcripts from YouTube with intelligent fallback logic.
- scrapling-fetch — Extract text content from websites with automation protection support.
- Serper MCP — Perform Google search queries and retrieve structured search results.
- SearXNG MCP — Perform web searches through the SearXNG metasearch engine.
- SearXNG MCP — Retrieve search results and website content through SearXNG APIs.
- SearXNG Public MCP — Access public SearXNG instances with fallback search support.
- Web Search MCP — Provides full web search capabilities and page extraction for AI systems.
- Whois MCP — Performs WHOIS lookups for domains, IPs, and network identifiers.
- Wikipedia MCP — Search and retrieve Wikipedia articles using standardized MCP tools.
- Wikidata MCP — Access structured Wikidata knowledge through search and SPARQL queries.
- Wikidata SPARQL — Execute semantic queries against Wikidata knowledge graph endpoints.
- World Bank Data API — Retrieve global economic indicators and statistics from the World Bank platform.
- USA Spending MCP Server — Explore and analyze government spending datasets through MCP tools.
- USPTO — Access patent and trademark datasets from the USPTO open data API.
- Simple MCP Selenium — Provides MCP tools to control a web browser using natural language instructions through Selenium automation.
- Bilibili MCP JS — Provides MCP tools to search and retrieve content information from the Bilibili platform.
- agent-scraper-mcp — Provides AI agents with web scraping, content extraction, and link extraction capabilities.
- ashra-mcp — Extract structured JSON data from any website based on a prompt.
- comet-mcp — Connects with the Perplexity Comet browser to enable agentic web browsing and deep research.
- freshcontext-mcp — Provides real-time web intelligence, including a “freshness” timestamp for each result.
- apollo-io-mcp — Provides tools to search and enrich prospects from large B2B contact datasets for sales intelligence workflows.
- Idea Reality MCP — Scans platforms like GitHub, npm, and Product Hunt to provide ecosystem insights and validate new project ideas.
- BrowserAI-Dev — Provides research-focused browsing tools to gather structured research results and referenced information from web sources.
- Read Website Fast — Converts web pages into clean Markdown format for efficient content analysis by AI agents.
- MinerU MCP — Converts PDFs, images, and PPTX files into structured text output using OCR for AI processing.
- StripFeed — Extracts content from URLs and converts it into token-efficient Markdown format.
- reddit-research-mcp — Provides tools to analyze discussions and trends from Reddit communities using semantic search.
- reddit-mcp-buddy — Simple interface for browsing Reddit posts, performing searches, and analyzing community activity.
- macrocosmos-mcp — Provides access to real-time social content search and filtering across platforms such as X, Reddit, and YouTube.
- scrapebadger-mcp — API integration for accessing profiles, posts, and trend-related data from social platforms.
Tools that integrate with development environments to support coding workflows and project planning.
- Codex MCP Tool — Connects IDE environments with the Codex CLI to help coding agents analyze and edit code within development workflows.
- StacksFinder MCP — Recommends and evaluates technology stacks based on project requirements to support development planning.
- mcp-server-openai-bridge — Bridge that connects MCP environments with OpenAI models such as GPT-4 and GPT-4o.
- mcp-server-ollama-bridge — Bridge to run local LLM models through the Ollama environment.
- mcp-server-gemini-bridge — Bridge to access Google Gemini models through MCP.
- Grok-MCP — MCP server that integrates xAI Grok models with agent tools and file capabilities.
- browser-use-rs — Lightweight browser automation server written in Rust with zero dependencies.
- mcp-server-browserbase — Automates browser interactions (web navigation, data extraction) in the cloud.
- DOMShell — Maps Chrome’s Accessibility Tree to a virtual filesystem, allowing browsing using filesystem commands (ls, cd).
- gomcp — Ultra-fast headless browser server written in Go (Lightpanda).
- iwdp-mcp — Supports iOS Safari debugging via ios-webkit-debug-proxy and full WebKit Inspector Protocol.
- chrome-mcp-secure — Security-hardened Chrome automation with post-quantum encryption and memory scrubbing.
- pagemap — Compresses large HTML content so AI agents can understand full pages using fewer tokens.
- mcp-server-terminal — Works like Playwright for terminals; provides a Terminal State Tree representation for interacting with TUI/CLI applications.
- mcp-console-automation — Provides 40 AI-driven console automation tools including session management and background jobs.
- iterm-mcp — Gives access to iTerm, allowing AI agents to observe terminal activity and ask questions about the environment.
- persistproc — Controls long-running processes such as web servers, including start, stop, and log reading.
- augments-mcp-server — Provides real-time access to documentation for 90+ frameworks, including React and Next.js.
- rust-docs-mcp-server — Up-to-date Rust crates documentation with semantic search context.
- faf-mcp — Universal persistent project context (Project DNA) for tools like Cursor, VS Code, and Claude.
- RulesetMCP — Queries project-specific rule files to keep AI grounded in coding standards.
- agent-utils-mcp — Swiss-army-knife tool for JSON validation, regex testing, and Markdown conversion.
- stella-mcp — Toolset for reading, validating, and saving Stella system dynamics simulation models (.stmx files).
- networkx-mcp-server — Integrates NetworkX for graph analysis and visualization, including centrality algorithms and community detection tools.
- optuna-mcp — Official Optuna integration for orchestrating hyperparameter optimization workflows with AI agents.
- fermat-mcp — Unified server providing symbolic algebra (SymPy), numerical computing (NumPy), and data visualization (Matplotlib).
- jupyter-notebook-mcp — Enables AI assistants to directly interact with and control Jupyter Notebooks.
- MCPR — Allows AI agents to participate in interactive coding sessions for the R programming language.
- jupyter-mcp-server — Provides a Model Context Protocol server implementation for Jupyter environments.
- serial-mcp-server — Server for serial port communication, enabling direct data exchange and interaction with hardware devices.
- gnuradioMCP — Integrates with GNU Radio to allow AI agents to create and modify RF signal processing workflows and
.grcflowcharts. - homebrew-mcp — Automation interface for installing, managing, and troubleshooting macOS Homebrew packages.
- systemr-python — Provides tools for managing trading workflows, including risk evaluation, position sizing, and automated trading strategy support.
- metatrader-mcp-server — Interface for integrating with the MetaTrader 5 platform to manage trading automation workflows.
- ccxt-mcp-server — Integration for accessing real-time market data and managing trading operations across multiple cryptocurrency exchanges.
- godot-mcp-pro — Provides advanced development tools for the Godot game engine, including scene editing, runtime debugging, scripting, and shader management features.
- better-godot-mcp — Enables structured interaction with the Godot 4.x engine, allowing management of physics systems, navigation, signals, and input mapping workflows.
- mcp-unity — Interface for integrating with the Unity3D game engine to automate game development workflows and editor interactions.
- Unity-MCP — MCP integration for the Unity game engine, enabling AI agents to interact with the Unity editor and runtime environment.
- gis-mcp-server — Provides geospatial workflow tools including geocoding, routing, elevation, and spatial analysis. Supports formats such as Shapefile, GeoJSON, and GeoPackage.
- QGIS MCP — Integrates with QGIS Desktop to load GIS layers and manage projects through prompts.
- geoserver-mcp — Connects with the GeoServer REST API to manage geospatial datasets and map services.
- tiktok-ads-mcp-server — Integrates with the TikTok Ads API to manage marketing campaigns and analyze performance metrics.
- google-ads-mcp-server — Provides integration with the Google Ads platform for accessing and managing advertising campaign data.
- facebook-ads-mcp-server — Enables programmatic access to Facebook Ads data and automates campaign management workflows.
- Saga MCP — Project tracking system for AI agents supporting a Projects → Epics → Tasks hierarchy, task dependencies, and activity logging.
- PM Copilot — Generates prioritized product plans from support tickets and feature requests, helping with business metric–driven planning workflows.
- Deep Research MCP — MCP interface for executing detailed technical research tasks with web search, research workflows, and code interpreter integration.
- SemanticAPI — Provides discovery tools to search capabilities across 700+ APIs, find endpoints, and set up integrations using natural language.
- jira-mcp — A Go-based connector that helps agents interact with Jira for issue management, sprint planning, and workflow transitions.
- mcp-atlassian — Integrates with Atlassian platforms such as Confluence and Jira (Cloud/Server) to manage documentation, content creation, and issue workflows.
- mcp-jira-server — A feature-rich MCP server with 20+ specialized tools for Jira, including batch operations, attachment handling, and sprint management.
- bugherd-mcp — Provides integration with the BugHerd platform to track bugs, filter tasks, and access comments within development workflows.
- yandex-tracker-mcp — Integration for retrieving issues, queues, and user information from Yandex Tracker.
- weblate-mcp — Integrates with the Weblate translation management system to manage projects, translation workflows, and format transformations.
Tools that deal specifically with email, messaging, or communication platforms.
- Gmail MCP — A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support.
- Gmail MCP (Simple) — Simple MCP server for Gmail with basic operations via OAuth2.0.
- Gmail Headless MCP — Remote hostable MCP server for sending/receiving Gmail messages without local credentials.
- Gmail MCP (Google Email API) — Gmail service implementation providing full sending, receiving, and management via Gmail API.
- Instagram DM MCP — Send direct messages on Instagram through LLMs.
- iMCP — macOS app MCP server for iMessage, Reminders, and other Apple services.
- Intercom MCP — Retrieve and analyze customer support tickets from Intercom.
- HubSpot MCP — Manage CRM contacts and companies directly through Claude chat.
- LINE — Interact with LINE messaging platform.
- Mailchimp MCP — Read-only integration for Mailchimp APIs.
- MailNet — Unified Gmail and Outlook MCP server.
- Matrix — Interact with Matrix communication servers.
- mac-messages-mcp — Access iMessage conversations.
- mcp-notify — Push notifications via Telegram, DingTalk, WeChat.
- Resend MCP — Send transactional emails using Resend API.
- SendGrid MCP — Send and manage emails using SendGrid API.
- Slack MCP — MCP server for Slack with stdio and HTTP transport support.
- Telegram — Send and retrieve messages from Telegram.
- Telegram Client — Manage dialogs, drafts, and user messages via Telegram API.
- WhatsApp MCP Server — Send messages and manage chats on WhatsApp.
- Webex — Access Cisco Webex messaging capabilities.
- Zoom — Create and manage Zoom meetings.
- X (Twitter) — Post tweets and search Twitter data.
- X (Twitter) — Manage and publish Twitter posts via AI chat.
- WayStation MCP — Connect AI agents to productivity platforms such as Notion, Slack, and Airtable.
- mailchimp-mcp-server — Integrates with the Mailchimp Marketing API to manage campaigns, audiences, and marketing reports.
- insta-mcp — Provides tools to interact with Instagram accounts, including accessing posts, user profiles, and engagement insights.
- facebook-mcp-server — Integrates with Facebook Pages to manage posts, comments, and engagement data.
- twitter-mcp — Provides tools to access Twitter timelines, hashtags, and conversation streams.
- bluesky-social-mcp — MCP server for interacting with the Bluesky social network to access posts and activity streams.
- freshdesk-mcp — Connects with the Freshdesk support platform to automate ticket management, support workflows, and service operations.
Tools focused on image, video, or media processing and generation.
- Image Generation MCP — Image generation using Replicate Flux model.
- ImageSorcery MCP — Computer vision-based image recognition and editing for AI assistants.
- Intelligent Image Generator MCP — Turn casual prompts into professional-quality AI-generated images.
- JSON2Video MCP — Programmatically generate videos from JSON using the json2video API.
- Kokoro TTS — Convert text to speech and generate MP3 audio files.
- mcp-meme-sticky — Create memes and stickers for messaging platforms.
- Meme MCP — Generate memes using AI through Imgflip API.
- Pexels MCP — Search and retrieve royalty-free images from Pexels API.
- Placid MCP — Generate marketing images and videos using Placid templates.
- Transcribe — Convert audio/video into text transcripts.
- Video Editor — Add, edit, and search video content using Video Jungle APIs.
- Video Still Capture — Capture still frames from webcams or video sources.
- ZapCap — Generate captions and B-roll suggestions using AI.
- YouTube — Retrieve and manage YouTube content.
- YouTube DLP — Extract video metadata, subtitles, and comments.
- YouTube Video Summarizer — Summarize long YouTube videos automatically.
- Voice Status Report — Generate voice-based status reports using text-to-speech APIs.
- VoiceMode — Enable conversational voice interfaces using speech recognition and synthesis services.
- imagen3-mcp — Generate high-quality images using Google's Imagen API through MCP.
- openai-gpt-image-mcp — Image generation and editing server powered by OpenAI image models.
- studiomcphub — Creative AI toolkit with image generation, upscaling, background removal, and artwork tools.
- comfy-pilot — Control and run ComfyUI node-based image generation workflows from AI agents.
- MeiGen-AI-Design-MCP — AI design toolkit with a curated prompt library and image enhancement tools.
- agent-media — Access multiple video and image generation models for media creation workflows.
- mcp-alphabanana — Local image generation server using Google Gemini image models.
- aseprite-mcp — Use AI agents to create and edit pixel art through the Aseprite API.
- svgmaker-mcp — Generate and edit SVG graphics using natural language instructions.
- pageshot-api — Free API for capturing webpage screenshots, including dark mode and viewport options.
- pyxel-mcp — Integrates with the Pyxel retro game engine to inspect sprites, capture screenshots, and analyze game audio.
- ffmpeg-mcp — Executes FFmpeg commands to automate local video search, editing, and media processing workflows.
- video-edit-mcp — MCP server for advanced video editing operations such as trimming, merging, and adding overlays.
- atsurae — AI-powered video editing workflow supporting multi-layer compositing and FFmpeg-based rendering.
- exif-mcp — Provides tools to inspect image metadata (EXIF, GPS, XMP) and organize or search image collections.
- topaz-mcp — MCP integration using the Topaz Labs API for AI image enhancement such as denoising and sharpening.
- sonos-ts-mcp — TypeScript MCP server for controlling Sonos audio systems, device discovery, and event subscriptions.
- youtube-uploader-mcp — Automates YouTube video upload workflows directly from MCP clients.
- fitness-influencer-mcp — Provides tools for video editing automation and media publishing workflows.
- mcp-transcribe — Provides fast transcription for audio and video files, enabling AI agents to interact with voice content.
- voice-mcp — Supports real-time voice conversations with speech-to-text and text-to-speech capabilities using OpenAI and LiveKit integrations.
- kokoro-tts-mcp — Converts text into audio (MP3) using Kokoro text-to-speech models, with support for local processing and cloud storage uploads.
Tools focused on analyzing and understanding existing infrastructure environments, including cloud resources, clusters, and Infrastructure-as-Code systems.
- terraform-mcp-server — Official MCP server for Terraform that analyzes Infrastructure-as-Code modules, plans, and configurations.
- k8s-mcp-server — Enables secure analysis of Kubernetes clusters using kubectl and Helm within a Docker environment.
- portainer-mcp — Provides natural language access to monitor and manage running containers and infrastructure through Portainer.
- azure-resource-graph-mcp-server — Allows querying and exploring large-scale Azure infrastructure using Azure Resource Graph.
Tools that enable AI agents to integrate with existing APIs and external systems.
- openapi-mcp — Generates MCP tools directly from existing OpenAPI documentation, allowing agents to interact with APIs automatically.
- openapi-to-mcp — Converts APIs into MCP tools with support for OAuth2 authentication and secure integrations.
- netskope-mcp — Provides access to information about private access environments and security components managed by Netskope.
Tools that enable multiple AI agents to collaborate, delegate tasks, and coordinate workflows.
- outsource-mcp — Allows one AI agent to delegate specific tasks to other specialized AI models such as OpenAI or Gemini.
- agent-deploy-dashboard-mcp — Provides a dashboard to monitor agent deployments and logs across platforms such as Vercel, Render, and Fly.io.
Tools designed for Linux and server administration tasks.
- webmin-mcp-server — Integrates with Webmin to manage Linux server services, users, storage, and system configurations.
Tools that integrate with task management and project workflow platforms.
- kanboard-mcp — A Go-based server that converts natural language commands into Kanboard API actions.
- better-notion-mcp — Markdown-first Notion integration with tiered documentation, designed to reduce token usage by up to ~77%.
- mcp-orchestro — A Trello-like visual Kanban board for Claude Code with over 60 MCP tools for workflow management.
- claudia — AI-native task management system supporting hierarchical tasks, dependencies, and multi-agent coordination.
- huly-mcp — Integration for the Huly project management platform to query issues and update tasks.
Tools designed to improve everyday productivity by integrating with document systems, collaboration tools, and time tracking platforms.
- Google-Workspace-MCP-Server — Provides seamless interaction with Google Workspace services including Gmail, Google Drive, and Google Calendar.
- quip-mcp — Enables lifecycle management of Quip documents with features such as smart search and comment management.
- UnMarkdown — Converts Markdown content into professional formats suitable for platforms like Google Docs, Microsoft Word, and Slack.
- toggl-mcp — Integrates with Toggl Track to provide time tracking capabilities for project billing and productivity monitoring.
Tools that help manage scheduling, calendar events, and time-based workflows across different platforms.
- temporal-cortex/mcp — Middleware for scheduling and booking that integrates with Google Calendar, Outlook, and CalDAV, featuring two-phase commit booking and deterministic datetime resolution.
- reclaim-mcp-server — Integrates with Reclaim.ai and provides 40 tools for managing tasks, habits, and focus time.
- calendar-mcp — A specialized server for accessing and managing macOS Calendar events.
Tools focused on career management, job search automation, and personal relationship management.
- jobgpt-mcp-server — Provides 34 tools for job search workflows, including tailored resume generation and job application tracking.
- keepsake-mcp — Personal CRM system with 42 tools for managing contacts, tracking interactions, and organizing notes.
Tools for visualizing existing system logic, architecture, and workflows to improve understanding and documentation.
- plantuml_web — Provides PlantUML syntax validation and diagram generation to visualize complex system architectures and workflows.
- ai-vision-mcp — Multimodal AI vision server that supports UI/UX evaluation, visual regression testing, and interface understanding.
- screenpipe — Local-first system for capturing screen and audio data with semantic search and historical analysis capabilities.
Tools designed to streamline developer workflows and expose automation tools that AI agents can interact with.
- make-mcp-server — Converts Make (Integromat) automation scenarios into AI agent-callable tools.
- mcp-graphql-forge — Exposes curated GraphQL queries as modular MCP tools for structured data access.
- mcp-server-calculator — Provides numerical calculation utilities useful for analyzing math-heavy code and workflows.
Tools that support team collaboration, project coordination, and integration with documentation or knowledge base systems.
- huly-mcp — Integration with the Huly platform for project management, issue queries, and task updates.
- plane-mcp-server — Enables AI agents to manage projects and issues within the Plane project management platform.
- Yuque-MCP-Server — Integrates with Yuque to manage documentation and interact with knowledge bases.
- mcp-linear — Provides integration with the Linear project management system for managing issues and workflows.
See CONTRIBUTING.md for information about contributing to this repository.
See SECURITY.md for reporting security vulnerabilities.
This project is licensed under the Apache License, Version 2.0.