Discover Awesome MCP Servers

Extend your agent with 15,216 capabilities via MCP servers.

All15,216
BrowserCat MCP Server

BrowserCat MCP Server

Sebuah server Protokol Konteks Model yang menyediakan kemampuan otomatisasi peramban menggunakan layanan peramban awan BrowserCat. Server ini memungkinkan LLM (Model Bahasa Besar) untuk berinteraksi dengan halaman web, mengambil tangkapan layar, dan menjalankan JavaScript di lingkungan peramban nyata tanpa perlu menginstal peramban secara lokal.

🕹️ Welcome to the Minesweeper MCP Server

🕹️ Welcome to the Minesweeper MCP Server

An MCP server for playing Minesweeper

MCP Template Node

MCP Template Node

Repositori templat untuk membuat server Model Context Protocol (MCP) di Node.js/TypeScript. Templat ini mendemonstrasikan cara membangun sistem manajemen catatan sederhana menggunakan protokol MCP, yang dapat digunakan dengan aplikasi yang didukung LLM.

Cline Notification Server

Cline Notification Server

Here are a few ways an MCP (likely referring to a Minecraft server) can send notifications via Telegram: **1. Using a Minecraft Plugin (Recommended):** * **EssentialsX (with a Telegram Extension):** EssentialsX is a very popular and versatile Minecraft server plugin. Some extensions or add-ons specifically integrate with Telegram. You'd install EssentialsX and then the Telegram extension. The extension would typically allow you to configure notifications for: * Server start/stop * Player join/leave * Player deaths * Server crashes * Custom messages triggered by commands or events * **Dedicated Telegram Plugins:** Search for plugins specifically designed for Telegram integration on platforms like SpigotMC or BukkitDev. These plugins are often more focused on Telegram functionality and might offer more advanced features. Examples might include: * `/tellraw` integration to send formatted messages to Telegram. * Telegram commands that players can use from within the game. * Advanced filtering of notifications. **How to use a plugin (General Steps):** 1. **Download the Plugin:** Get the `.jar` file for the plugin you choose. 2. **Install the Plugin:** Place the `.jar` file into the `plugins` folder of your Minecraft server directory. 3. **Restart the Server:** Restart your Minecraft server to load the plugin. 4. **Configure the Plugin:** Most plugins require configuration. This usually involves editing a configuration file (often `config.yml` or similar) within the plugin's folder in the `plugins` directory. You'll need to: * **Get a Telegram Bot Token:** Create a Telegram bot using BotFather (search for "BotFather" in Telegram). BotFather will give you a unique bot token. * **Get a Telegram Chat ID:** Find the chat ID of the Telegram chat you want to send notifications to. There are various ways to do this, often involving sending a message to the bot and then retrieving the chat ID from the bot's logs or using a specific command. * **Enter the Token and Chat ID:** Put the bot token and chat ID into the plugin's configuration file. 5. **Test the Plugin:** Use the plugin's commands or trigger events (like a player joining) to test if notifications are being sent correctly. **2. Using a Script and Server RCON (Less Common, More Technical):** * **RCON:** RCON (Remote Console) allows you to remotely execute commands on your Minecraft server. * **Script:** You would write a script (e.g., in Python, Bash, or Node.js) that: 1. Connects to your Minecraft server using RCON. 2. Monitors the server logs for specific events (e.g., "Player [username] joined the game"). 3. When an event occurs, the script sends a message to your Telegram bot using the Telegram Bot API. **Why this is less common:** * More complex to set up. * Requires programming knowledge. * Can be less reliable than a dedicated plugin. * Higher resource usage (the script is constantly running and monitoring logs). **3. Using a Webhook (Potentially, depending on the MCP):** * If your MCP (Minecraft Control Panel) has the ability to trigger webhooks on certain events, you could configure it to send a webhook to a service like IFTTT or Zapier. These services can then be configured to send a message to your Telegram bot. **Important Considerations:** * **Security:** Be very careful about storing your Telegram bot token and chat ID securely. Do not share them publicly. Consider using environment variables or encrypted configuration files. * **Rate Limiting:** The Telegram Bot API has rate limits. Avoid sending too many messages in a short period of time, or your bot may be temporarily blocked. * **Plugin Compatibility:** Make sure the plugin you choose is compatible with your Minecraft server version (e.g., Spigot, Paper, Fabric). * **Server Performance:** Some plugins can impact server performance. Choose plugins that are well-optimized. **Indonesian Translation of the above:** Berikut adalah beberapa cara agar MCP (kemungkinan mengacu pada server Minecraft) dapat mengirimkan notifikasi melalui Telegram: **1. Menggunakan Plugin Minecraft (Disarankan):** * **EssentialsX (dengan Ekstensi Telegram):** EssentialsX adalah plugin server Minecraft yang sangat populer dan serbaguna. Beberapa ekstensi atau add-on secara khusus terintegrasi dengan Telegram. Anda akan menginstal EssentialsX dan kemudian ekstensi Telegram. Ekstensi ini biasanya memungkinkan Anda untuk mengonfigurasi notifikasi untuk: * Server mulai/berhenti * Pemain bergabung/keluar * Kematian pemain * Server crash * Pesan khusus yang dipicu oleh perintah atau peristiwa * **Plugin Telegram Khusus:** Cari plugin yang dirancang khusus untuk integrasi Telegram di platform seperti SpigotMC atau BukkitDev. Plugin ini seringkali lebih fokus pada fungsionalitas Telegram dan mungkin menawarkan fitur yang lebih canggih. Contohnya mungkin termasuk: * Integrasi `/tellraw` untuk mengirim pesan yang diformat ke Telegram. * Perintah Telegram yang dapat digunakan pemain dari dalam game. * Penyaringan notifikasi tingkat lanjut. **Cara menggunakan plugin (Langkah Umum):** 1. **Unduh Plugin:** Dapatkan file `.jar` untuk plugin yang Anda pilih. 2. **Instal Plugin:** Tempatkan file `.jar` ke dalam folder `plugins` dari direktori server Minecraft Anda. 3. **Mulai Ulang Server:** Mulai ulang server Minecraft Anda untuk memuat plugin. 4. **Konfigurasi Plugin:** Sebagian besar plugin memerlukan konfigurasi. Ini biasanya melibatkan pengeditan file konfigurasi (seringkali `config.yml` atau serupa) di dalam folder plugin di direktori `plugins`. Anda perlu: * **Dapatkan Token Bot Telegram:** Buat bot Telegram menggunakan BotFather (cari "BotFather" di Telegram). BotFather akan memberi Anda token bot yang unik. * **Dapatkan ID Obrolan Telegram:** Temukan ID obrolan dari obrolan Telegram yang ingin Anda kirimi notifikasi. Ada berbagai cara untuk melakukan ini, seringkali melibatkan pengiriman pesan ke bot dan kemudian mengambil ID obrolan dari log bot atau menggunakan perintah tertentu. * **Masukkan Token dan ID Obrolan:** Masukkan token bot dan ID obrolan ke dalam file konfigurasi plugin. 5. **Uji Plugin:** Gunakan perintah plugin atau picu peristiwa (seperti pemain yang bergabung) untuk menguji apakah notifikasi dikirim dengan benar. **2. Menggunakan Skrip dan RCON Server (Kurang Umum, Lebih Teknis):** * **RCON:** RCON (Remote Console) memungkinkan Anda untuk mengeksekusi perintah dari jarak jauh di server Minecraft Anda. * **Skrip:** Anda akan menulis skrip (misalnya, dalam Python, Bash, atau Node.js) yang: 1. Terhubung ke server Minecraft Anda menggunakan RCON. 2. Memantau log server untuk peristiwa tertentu (misalnya, "Pemain [username] bergabung dengan game"). 3. Ketika suatu peristiwa terjadi, skrip mengirim pesan ke bot Telegram Anda menggunakan Telegram Bot API. **Mengapa ini kurang umum:** * Lebih rumit untuk diatur. * Membutuhkan pengetahuan pemrograman. * Bisa kurang andal daripada plugin khusus. * Penggunaan sumber daya yang lebih tinggi (skrip terus berjalan dan memantau log). **3. Menggunakan Webhook (Potensial, tergantung pada MCP):** * Jika MCP (Minecraft Control Panel) Anda memiliki kemampuan untuk memicu webhook pada peristiwa tertentu, Anda dapat mengonfigurasinya untuk mengirim webhook ke layanan seperti IFTTT atau Zapier. Layanan ini kemudian dapat dikonfigurasi untuk mengirim pesan ke bot Telegram Anda. **Pertimbangan Penting:** * **Keamanan:** Berhati-hatilah dalam menyimpan token bot Telegram dan ID obrolan Anda dengan aman. Jangan membagikannya secara publik. Pertimbangkan untuk menggunakan variabel lingkungan atau file konfigurasi terenkripsi. * **Pembatasan Tingkat:** Telegram Bot API memiliki batasan tingkat. Hindari mengirim terlalu banyak pesan dalam waktu singkat, atau bot Anda mungkin diblokir sementara. * **Kompatibilitas Plugin:** Pastikan plugin yang Anda pilih kompatibel dengan versi server Minecraft Anda (misalnya, Spigot, Paper, Fabric). * **Kinerja Server:** Beberapa plugin dapat memengaruhi kinerja server. Pilih plugin yang dioptimalkan dengan baik.

mcp-server-sql-analyzer

mcp-server-sql-analyzer

MCP server for SQL static analysis.

cal2prompt

cal2prompt

✨ Mengambil jadwal Anda (Google Kalender) dan menampilkannya sebagai satu prompt LLM, dengan mode server MCP opsional.

mcp-golang

mcp-golang

Write Model Context Protocol servers in few lines of go code. Docs at

📱 MCP Server for iOS Simulator

📱 MCP Server for iOS Simulator

Jembatan antara simulator iOS dan Protokol Konteks Model, memungkinkan kontrol terprogram simulator iOS melalui antarmuka komunikasi yang terstandardisasi.

MCP Calculate Server

MCP Calculate Server

Layanan komputasi matematika yang memungkinkan pengguna untuk melakukan perhitungan simbolik termasuk aritmatika dasar, aljabar, kalkulus, penyelesaian persamaan, dan operasi matriks melalui protokol MCP.

PDF Search for Zed

PDF Search for Zed

Ekstensi server MCP untuk Zed yang mengambil bagian-bagian relevan dari sebuah berkas PDF.

Mcp Repo2llm Server

Mcp Repo2llm Server

Sebuah server MCP yang mengubah repositori kode dari GitHub, GitLab, atau direktori lokal menjadi format yang ramah LLM, menjaga konteks dan struktur untuk pemrosesan AI yang lebih baik.

Ubuntu SSH Docker Container

Ubuntu SSH Docker Container

MCP-RSS-Crawler

MCP-RSS-Crawler

Sebuah server MCP yang mengambil umpan RSS dan membagikannya dengan LLM, memungkinkan asisten AI untuk mengakses dan menyajikan berita dan artikel terbaru dari umpan yang dikonfigurasi.

Upbit MCP Server

Upbit MCP Server

Berinteraksi dengan layanan bursa mata uang kripto Upbit untuk mengambil data pasar, mengelola akun, dan mengeksekusi perdagangan. Sederhanakan pengalaman perdagangan Anda dengan alat untuk manajemen pesanan, deposit, penarikan, dan analisis teknis.

MCP Web UI

MCP Web UI

MCP Web UI is a web-based user interface that serves as a Host within the Model Context Protocol (MCP) architecture. It provides a powerful and user-friendly interface for interacting with Large Language Models (LLMs) while managing context aggregation and coordination between clients and servers.

anki MCP server

anki MCP server

Anki MCP server

LSP MCP

LSP MCP

An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase.

Puppeteer MCP Server

Puppeteer MCP Server

Cermin dari

Ntfy MCP Server

Ntfy MCP Server

Server Protokol Konteks Model yang memungkinkan sistem AI untuk mengirimkan notifikasi waktu nyata ke ponsel, desktop, dan perangkat lain melalui layanan publish/subscribe ntfy.

mcp-servers

mcp-servers

typescript-mcp-roland

typescript-mcp-roland

A very simple MCP server to explain who Roland is.

MCP Create Server

MCP Create Server

Create a Python MCP server

Metaplex MCP Server

Metaplex MCP Server

Mirror of

Arcanna MCP Server

Arcanna MCP Server

AWS Service Reference MCP Server

AWS Service Reference MCP Server

An MCP Server for accessing the AWS Programatic Service Authorisation Reference

mcp-server-weather

mcp-server-weather

MCP Weather

MCP Weather

Server alat protokol konteks (MCP) Model cuaca untuk memungkinkan agen AI memiliki akses ke data cuaca waktu nyata.

MCP Testing

MCP Testing

Repository for testing MCP Server tools and functionality

nyaypalak-core

nyaypalak-core

MCP Server for Naypalak

Test d'intégration MCP Server GitHub

Test d'intégration MCP Server GitHub

Référentiel de test pour l'intégration MCP server GitHub