Discover Awesome MCP Servers
Extend your agent with 16,348 capabilities via MCP servers.
- All16,348
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
TypeScript MCP Server Boilerplate
A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example calculator and greeting tools, and resource management capabilities.
Vega-Lite MCP Server
Provides AI assistants with access to Vega-Lite documentation, visualization examples, and specification validation tools. Enables searching docs, retrieving examples by category, validating JSON specs, and accessing schema information for creating data visualizations.
Claude Kubernetes MCP Server
Kubernetes API 的模型上下文协议 (MCP) 服务器。
Meta-Dynamic MCP Server
Aggregates multiple remote Model Context Protocol endpoints and exposes them through a unified SSE interface, allowing an LLM client to interact with specialized servers without configuration changes.
MCP Headless Gmail Server
一个无头服务器,可以通过 API 调用读取和发送 Gmail 电子邮件,无需本地凭据或浏览器访问,专为在容器化环境中远程运行而设计。
Nessus MCP Server
MCP Audio Transcriber
A portable, Dockerized Python tool that implements Model Context Protocol for audio transcription using Whisper models, featuring both CLI and web UI interfaces for converting audio files to JSON transcriptions.
BrowserLoop
A Model Context Protocol (MCP) server for taking screenshots of web pages using Playwright, allowing AI agents to automatically capture and analyze screenshots for UI verification or other tasks.
Gemini MCP Server
A Python-based MCP server that enables integration of Gemini AI models with MCP-compatible applications like Cursor/Claude, allowing for interaction with Gemini APIs through the Model Context Protocol.
Bloodhound-MCP
血猎犬 API 的 MCP 服务器 (Xuè liè quǎn API de MCP fúwùqì)
API Registry MCP Server
Enables discovery, registration, and management of external API endpoints through natural language, supporting multiple authentication methods (public, API key, bearer token) with automatic endpoint testing and documentation parsing.
DomainGenius MCP Server
Example MCP Server
A simple demonstration MCP server that provides a basic 'say_hello' tool for greeting users by name, serving as a template for building MCP servers with TypeScript.
MCP Framework
一个 TypeScript 框架,用于构建模型上下文协议 (MCP) 服务器,并能自动发现和加载工具、资源和提示。
Model Context Provider (MCP) Server
通过提供智能的上下文管理、工具集成和多供应商AI模型协调,以促进与大型语言模型(LLMs)的增强互动,从而实现高效的AI驱动工作流程。
Customer Registration MCP Server
Enables creating and managing customer records via an external API with Bearer token authentication, supporting required fields (name, email, phone) and extensive optional data including addresses, UTM parameters, and tags.
Remote MCP Server (Authless)
Enables deployment of MCP servers on Cloudflare Workers without authentication requirements. Allows users to create custom tools accessible via remote MCP clients like Claude Desktop or Cloudflare AI Playground.
GABI MCP Server
An MCP server that exposes GABI functionality, allowing users to run queries against a target endpoint with proper authentication.
hyperspell-mcp
Hyperspell 让你将 AI 驱动的应用程序连接到任何数据——它是非结构化和半结构化数据的 Plaid。
Bing Flights MCP Server
Enables flight search and price comparison by scraping flight information from Bing Flights. Supports one-way and round-trip searches with customizable passenger counts, cabin classes, and booking details.
Webex Messaging MCP Server
Enables AI assistants to interact with Cisco Webex messaging through 52 comprehensive tools covering messages, rooms, teams, people management, webhooks, and enterprise features. Supports both personal and enterprise Webex environments with complete API coverage for messaging operations.
Calibre RAG MCP Server
Enables semantic search and contextual conversations with your Calibre ebook library using vector-based RAG technology. Supports project-based organization, multi-format book processing, and OCR capabilities for enhanced content extraction and retrieval.
MCP TypeScript Template
A TypeScript template for building remote Model Context Protocol (MCP) servers with modern tooling including Vite, Express, ESLint, Prettier, and Docker support. Includes an example echo tool to demonstrate MCP tool implementation patterns.
mcp
MCP 服务器 (MCP fúwùqì)
mcp-youtube-music-server
mcp-server-demo
Model Coupling Platform Server
A FastAPI-based JSON-RPC 2.0 server implementation that enables users to work with HDF5 files, submit Slurm jobs, retrieve CPU information, and visualize CSV data through standardized API endpoints.
开发 SSE 类型的 MCP 服务
好的,这是对 "claude mcp sse demo with server and client(cli、web)" 的中文翻译,并附带一些解释: **翻译:** 使用 Claude MCP 实现 SSE 演示,包含服务端和客户端(命令行界面、网页)。 **解释:** * **Claude:** 指 Anthropic 公司的 Claude AI 模型。 这里可能指的是使用 Claude 的 API 或相关技术。 * **MCP:** 可能是 "Message Communication Protocol" 的缩写,或者是一个特定的项目/库的名称。 如果没有更多上下文,很难确定具体含义。 它通常指消息通信协议,用于在服务端和客户端之间传递数据。 * **SSE:** Server-Sent Events,服务器推送事件。 这是一种单向的通信协议,服务器可以主动向客户端推送数据,而客户端不需要频繁地发起请求。 * **Demo:** 演示程序,用于展示某个技术或功能的用法。 * **Server:** 服务端,负责处理请求、生成数据并推送给客户端。 * **Client:** 客户端,接收并显示服务端推送的数据。 * **CLI:** Command-Line Interface,命令行界面。 用户通过命令行输入指令与程序交互。 * **Web:** 网页,指通过浏览器访问的客户端界面。 **总的来说,这句话描述了一个使用 Claude (可能涉及其 API 或相关技术) 实现的 SSE 演示程序。 这个程序包含一个服务端和一个客户端。 客户端有两种形式:一种是命令行界面 (CLI),另一种是网页 (Web)。 服务端通过 SSE 协议向客户端推送数据。** 为了更准确地翻译和理解,需要更多关于 "MCP" 的信息。 如果能提供更多上下文,我可以给出更精确的翻译和解释。
Roblox Studio MCP Assistant
Enables AI assistants to interact with Roblox Studio in real-time, allowing creation and manipulation of game objects through natural language commands via an HTTP-based plugin system.
Jupiter MCP Server
为 Claude AI 提供访问 Solana 上 Jupiter 交换 API 的模型上下文协议服务器