Discover Awesome MCP Servers

Extend your agent with 26,843 capabilities via MCP servers.

All26,843
CEDAR MCP Server

CEDAR MCP Server

Enables interaction with the CEDAR (Center for Expanded Data Annotation and Retrieval) metadata repository to fetch templates and retrieve template instances. Supports querying structured metadata and biomedical data annotations through the CEDAR platform.

Mcp-Swagger-Server

Mcp-Swagger-Server

A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.

🧠 Telegram Bot MCP Server

🧠 Telegram Bot MCP Server

Tôi hiểu bạn muốn biết về bot Telegram cho máy chủ MCP (có thể là Minecraft Protocol hoặc một máy chủ Minecraft nói chung). Dưới đây là một số thông tin và cách tiếp cận bạn có thể tham khảo: **Ý nghĩa của "mcp server"** * **Minecraft Protocol (MCP):** Đây là giao thức mà client Minecraft sử dụng để giao tiếp với server. Bot Telegram có thể sử dụng giao thức này để lấy thông tin server, gửi lệnh, v.v. * **Minecraft Server:** Đây là khả năng phổ biến hơn. Bạn muốn một bot Telegram để quản lý hoặc theo dõi máy chủ Minecraft của mình. **Chức năng tiềm năng của bot Telegram cho máy chủ Minecraft:** * **Thông tin máy chủ:** * Hiển thị trạng thái máy chủ (online/offline). * Số lượng người chơi đang online. * Danh sách người chơi đang online. * Phiên bản Minecraft đang chạy. * MOTD (Message of the Day) của máy chủ. * **Quản lý máy chủ (yêu cầu quyền admin):** * Khởi động/dừng máy chủ. * Khởi động lại máy chủ. * Gửi lệnh tới máy chủ (ví dụ: `/say Hello world!`). * Cấm/bỏ cấm người chơi. * Thay đổi game mode của người chơi. * **Thông báo:** * Thông báo khi người chơi tham gia/rời khỏi máy chủ. * Thông báo khi máy chủ gặp sự cố. * Thông báo khi có bản cập nhật mới. * **Tương tác với người chơi:** * Cho phép người chơi yêu cầu thông tin về máy chủ qua Telegram. * Cho phép người chơi báo cáo vấn đề lên admin qua Telegram. **Cách tạo hoặc sử dụng bot Telegram cho máy chủ Minecraft:** 1. **Tìm bot có sẵn:** Có một số bot Telegram được xây dựng sẵn cho mục đích này. Hãy tìm kiếm trên Google hoặc các diễn đàn Minecraft với các từ khóa như "telegram minecraft bot", "minecraft server bot". Đọc kỹ đánh giá và hướng dẫn sử dụng trước khi dùng. 2. **Tự xây dựng bot:** Nếu bạn có kiến thức về lập trình (ví dụ: Python, Node.js), bạn có thể tự xây dựng bot Telegram của mình. Các bước cơ bản: * **Tạo bot Telegram:** Sử dụng BotFather trên Telegram để tạo bot và lấy token API. * **Chọn thư viện:** Chọn một thư viện Telegram bot cho ngôn ngữ lập trình bạn chọn (ví dụ: `python-telegram-bot` cho Python, `node-telegram-bot-api` cho Node.js). * **Kết nối với máy chủ Minecraft:** Sử dụng một thư viện để tương tác với máy chủ Minecraft (ví dụ: `mcstatus` cho Python, `minecraft-server-util` cho Node.js). Hoặc, bạn có thể sử dụng RCON (Remote Console) để gửi lệnh tới máy chủ. * **Viết code:** Viết code để xử lý các lệnh từ Telegram và tương tác với máy chủ Minecraft. * **Triển khai bot:** Triển khai bot lên một máy chủ (ví dụ: VPS, Heroku, AWS). **Ví dụ (Python):** Đây là một ví dụ đơn giản sử dụng `python-telegram-bot` và `mcstatus` để lấy thông tin máy chủ: ```python from telegram import Update from telegram.ext import ApplicationBuilder, CommandHandler, ContextTypes from mcstatus import JavaServer # Thay thế bằng token bot của bạn TELEGRAM_BOT_TOKEN = "YOUR_TELEGRAM_BOT_TOKEN" # Thay thế bằng địa chỉ và cổng máy chủ Minecraft của bạn MINECRAFT_SERVER_ADDRESS = "example.com:25565" async def server_status(update: Update, context: ContextTypes.DEFAULT_TYPE): try: server = JavaServer.lookup(MINECRAFT_SERVER_ADDRESS) status = await server.status() message = f"Máy chủ: {MINECRAFT_SERVER_ADDRESS}\n" message += f"Trạng thái: Online\n" message += f"Người chơi: {status.players.online}/{status.players.max}\n" await context.bot.send_message(chat_id=update.effective_chat.id, text=message) except Exception as e: await context.bot.send_message(chat_id=update.effective_chat.id, text=f"Lỗi: Không thể kết nối đến máy chủ. {e}") if __name__ == '__main__': application = ApplicationBuilder().token(TELEGRAM_BOT_TOKEN).build() server_status_handler = CommandHandler('status', server_status) application.add_handler(server_status_handler) application.run_polling() ``` **Lưu ý quan trọng:** * **Bảo mật:** Cẩn thận khi cung cấp quyền admin cho bot. Đảm bảo chỉ những người đáng tin cậy mới có thể sử dụng các lệnh quản lý máy chủ. * **Hiệu suất:** Tránh gửi quá nhiều yêu cầu đến máy chủ Minecraft, vì điều này có thể ảnh hưởng đến hiệu suất của máy chủ. * **API Minecraft:** Hãy theo dõi các thay đổi trong API Minecraft, vì chúng có thể ảnh hưởng đến cách bot của bạn hoạt động. Hy vọng điều này giúp bạn! Nếu bạn có bất kỳ câu hỏi cụ thể nào, hãy cho tôi biết.

PocketBase MCP Server

PocketBase MCP Server

Enables MCP-compatible applications to directly interact with PocketBase databases for collection management, record operations, schema generation, and data analysis.

CTFd MCP Server

CTFd MCP Server

Enables interaction with CTFd platforms for Capture The Flag competitions, allowing users to list challenges, read details, manage dynamic Docker containers, and submit flags through natural language.

Gemini Image MCP Server

Gemini Image MCP Server

Enables image generation and prompt enhancement within Claude.ai by leveraging Google Gemini models. It allows users to create visual content in various styles like photorealistic and 3D render directly through natural language.

MCP Keyword Search Server

MCP Keyword Search Server

Enables searching for keywords in files with support for case-sensitive/insensitive matching, returning line numbers, full line content, and match counts for all occurrences.

nuxt-cursor / vite-plugin-mcp

nuxt-cursor / vite-plugin-mcp

Máy chủ MCP giúp các mô hình hiểu rõ hơn về ứng dụng Vite/Nuxt của bạn.

MCP Cloud Services Server

MCP Cloud Services Server

Enables AI assistants to manage multi-cloud resources (AWS, Azure, GCP) including resource operations, cost analysis, monitoring metrics, and security compliance checks through natural language commands.

CSharpMCP

CSharpMCP

Một máy chủ mcp dựa trên Roslyn để thực thi động các đoạn mã C#

Astro Docs MCP Server

Astro Docs MCP Server

Một máy chủ MCP cung cấp cho các trợ lý AI quyền truy cập vào tài liệu Astro, cho phép họ tìm kiếm và tham khảo tài liệu Astro khi giúp người dùng thực hiện các tác vụ liên quan đến Astro.

MarecoX MCP Servers

MarecoX MCP Servers

Trace MCP

Trace MCP

Detects schema mismatches between data producers and consumers through static analysis, supporting extraction, comparison, code generation, and automated validation with watch mode for MCP tools, APIs, and service contracts.

MCP Qdrant Server with OpenAI Embeddings

MCP Qdrant Server with OpenAI Embeddings

Máy chủ này cung cấp khả năng tìm kiếm ngữ nghĩa bằng cách sử dụng cơ sở dữ liệu vector Qdrant và các embedding OpenAI, cho phép người dùng truy vấn các bộ sưu tập, liệt kê các bộ sưu tập hiện có và xem thông tin bộ sưu tập.

MCP Weather Server

MCP Weather Server

Provides real-time weather forecasts and active weather alerts for US locations using the National Weather Service API. It enables users to retrieve detailed local forecasts via coordinates and monitor state-specific weather warnings.

SD Elements MCP Server

SD Elements MCP Server

Enables interaction with SD Elements security development lifecycle platform through natural language, supporting project management, security countermeasures, repository scanning, threat modeling, and automated survey configuration.

FastAPI MCP Server

FastAPI MCP Server

Enables interaction with Supabase databases and n8n workflows through a JSON-RPC 2.0 MCP server. Provides database operations, vector search capabilities, and webhook-based workflow automation with secure API token authentication.

Azure DevOps Wiki MCP Server

Azure DevOps Wiki MCP Server

A Model Context Protocol server that enables AI agents to interact with Azure DevOps wikis, providing capabilities for content search, page management, and hierarchical structure navigation.

Archive Agent

Archive Agent

Archive Agent is an open-source semantic file tracker with OCR + AI search (RAG) and MCP capability.

Claude Code MCP Server

Claude Code MCP Server

Wraps Claude Code as a server using the Model Context Protocol (MCP), allowing teams to interact with Claude Code through a Slack bot interface.

Ayga MCP Client

Ayga MCP Client

Provides access to 21+ AI search parsers including Perplexity, ChatGPT, Claude, Gemini, Copilot, Grok, DeepSeek, and traditional search engines through the Redis API, enabling multi-source AI-powered search and information retrieval.

JIRA MCP Server

JIRA MCP Server

Enables AI systems to interact with JIRA through natural language, allowing users to retrieve issue details, create new tickets, search using JQL, and access project information.

PDF MCP Server

PDF MCP Server

Enables AI-powered querying of PDF documents using hybrid retrieval (BM25 + vector search) and retrieval-augmented generation, returning structured answers with source citations and confidence scores.

Nostr MCP Server

Nostr MCP Server

A Model Context Protocol server that enables AI models to interact with the Nostr network, allowing them to post notes and eventually send Lightning zaps to users.

mcp-server-muscxml

mcp-server-muscxml

Máy chủ MCP cho các tham chiếu MusicXML.

Desktop Commander MCP

Desktop Commander MCP

Một máy chủ cho phép ứng dụng Claude trên máy tính để bàn thực thi các lệnh terminal trên máy tính của bạn và chỉnh sửa tệp thông qua Giao thức Ngữ cảnh Mô hình (Model Context Protocol), với các tính năng như thực thi lệnh, quản lý tiến trình và các thao tác tệp nâng cao.

Pitstop

Pitstop

Provides access to Formula 1 data including driver and constructor championship standings with support for current and historical seasons. Enables users to query F1 championship information through natural language with plans for expanded race data and telemetry.

🧠 Vibe Check MCP

🧠 Vibe Check MCP

Gương của

Hookmark MCP Server

Hookmark MCP Server

Provides full access to Hookmark on macOS, enabling users to create and manage bidirectional links between files, URLs, emails, and notes. It supports searching bookmarks, connecting items, and retrieving links from active applications through natural language.

GPT-Image-1 MCP Server

GPT-Image-1 MCP Server

An MCP server that enables high-quality image generation using OpenAI's GPT-Image-1 model with support for style variations and HD quality. It automatically downloads and saves generated images to a local directory as PNG files while managing metadata and batch processing.