All MCPs
37,407 MCP servers found
MetasploitMCP
by GH05TCREW
MCP Server for Metasploit
colab-mcp
by googlecolab
An MCP server for interacting with Google Colab
mcp-gdrive
by isaacphi
Google Drive integration enabling file search, content read, and interactive Sheets editing with CSV/Markdown exports.
xmcp
by xdevplatform
MCP server for the X API
GhidrAssistMCP
by symgraph
An native MCP server extension for Ghidra
claw-orchestrator
by Enderfga
Run Claude Code, Codex, Gemini, Cursor Agent and custom coding CLIs as one unified runtime for claw-style agent systems. Runs standalone, with first-class OpenClaw plugin support.
Security-Detections-MCP
by MHaggis
MCP to help Defenders Detection Engineer Harder and Smarter
jmeter-mcp-server
by QAInsights
Run load testing using Apache JMeter via MCP-compliant tools.
mcp
by cloudflare
MCP server for the Cloudflare API
coincap-mcp
by QuantGeekDev
Real-time cryptocurrency data from CoinCap via a no-auth interface, enabling price queries and asset lists for Claude Desktop.
claude-talk-to-figma-mcp
by arinspunk
A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (Claude Code, Cursor, Antigravity, etc.) to read, analyze, and modify Figma designs
aitour26-WRK540-unlock-your-agents-potential-with-model-context-protocol
by microsoft
Secure agent connects external data with PostgreSQL vector search and RBAC, deployed via Foundry for scalable, observable AI.
n8n-claw
by freddy-schuetz
OpenClaw-inspired autonomous AI agent built entirely in n8n. Adaptive RAG-powered memory, Skills via MCP templates, Expert Agents with delegated sub-agents, proactive task management, media understanding - self-hosted with one setup script
OPNSenseMCP
by vespo92
MCP Server for OPNSense Firewall Management and API access
creatify-mcp
by TSavo
MCP Server that exposes Creatify AI API capabilities for AI video generation, including avatar videos, URL-to-video conversion, text-to-speech, and AI-powered editing tools.
mcp-sequentialthinking-tools
by spences10
Lightweight scratchpad for recording sequential reasoning steps with history, branching, revision metadata, and optional validation of tool plans.
mcp-for-argocd
by argoproj-labs
An implementation of Model Context Protocol (MCP) server for Argo CD.
openapi-mcp-generator
by harsha-iiiv
A tool that converts OpenAPI specifications to MCP server
Lynkr
by Fast-Editor
Streamline your workflow with Lynkr, a CLI tool that acts as an HTTP proxy for efficient code interactions using Claude Code CLI.
mcp
by laravel
Rapidly build MCP servers for your Laravel applications.
aimock
by CopilotKit
Mock everything your AI app talks to — LLM APIs, MCP, A2A, AG-UI, vector DBs, search. One package, one port, zero dependencies.
Unreal_mcp
by ChiR24
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine through the native C++ Automation Bridge plugin. Built with TypeScript and C++.
mcp-virustotal
by BurtTheCoder
A VirusTotal-driven MCP server that auto-fetches relationship data across URL, file, IP, and domain analyses for unified security insights.
claude-code-cli
by huangserva
这是 Claude Code 的 CLI 客户端主体(src/ 目录),即整个终端交互层的源码。具体包含: 1. CLI 入口与命令解析 — main.tsx(4684行)、entrypoints/(CLI 模式、SDK 模式、MCP 模式) 2. 终端 UI 渲染 — components/(144 个组件,用 React + Ink 渲染终端界面) 3. 工具系统 — tools/(43 个工具,Bash、文件读写编辑、Grep、Glob、Web 搜索等) 4. API 通信层 — services/api/(与 Anthropic 后端通信) 5. MCP 协议 6. 多 Agent/Team 协作 l 7. 认证与策略 8. 辅助服务 等