Discover Awesome MCP Servers

Extend your agent with 29,888 capabilities via MCP servers.

All29,888
Alpha Vantage MCP Server πŸ“ˆ

Alpha Vantage MCP Server πŸ“ˆ

Sebuah server MCP yang menyediakan integrasi data keuangan waktu nyata dengan API Alpha Vantage, memungkinkan akses ke data pasar saham, harga mata uang kripto, nilai tukar mata uang asing, dan indikator teknis.

YouTube transcript extractor for your LLM

YouTube transcript extractor for your LLM

Okay, here's a translation of "MCP server that downloads YouTube transcripts" into Indonesian: **Server MCP yang mengunduh transkrip YouTube** Here's a breakdown of the translation: * **MCP:** This is likely referring to a specific type of server or software. Without more context, it's best to leave it as "MCP". * **server:** *server* (the word is commonly used in Indonesian, especially in technical contexts) * **yang:** *that* (relative pronoun) * **mengunduh:** *to download* * **transkrip:** *transcript* * **YouTube:** *YouTube* (the name is commonly used in Indonesian) Therefore, the complete translation is: **Server MCP yang mengunduh transkrip YouTube**

Google Tasks MCP Server

Google Tasks MCP Server

Server Protokol Konteks Model yang menjembatani Claude dengan Google Tasks, memungkinkan pengguna untuk mengelola daftar tugas dan tugas secara langsung melalui antarmuka Claude.

Superset MCP Integration

Superset MCP Integration

MCP server enabling AI agents to programmatically connect to and control Apache Superset instances, allowing users to manage dashboards, charts, databases, datasets, and run SQL queries through natural language interactions.

Weather MCP Server

Weather MCP Server

Okay, here's an example of creating an MCP (Minecraft Coder Pack) server setup. Keep in mind that MCP itself doesn't create a *server* in the traditional sense. MCP is a tool for decompiling, deobfuscating, and re-compiling Minecraft's code, allowing you to *modify* the game. You'll still need a standard Minecraft server to *run* your modified code. This example outlines the general process. It's a simplified overview, and the exact steps can vary depending on the MCP version and Minecraft version you're targeting. **Always refer to the official MCP documentation for the most accurate and up-to-date instructions.** **1. Prerequisites:** * **Java Development Kit (JDK):** You need the correct JDK version for the Minecraft version you're targeting. Minecraft 1.16+ generally requires Java 8 or higher. Minecraft 1.17+ requires Java 17 or higher. Make sure you have the correct version installed and configured. * **Python:** MCP uses Python scripts. Make sure you have Python 3 installed. * **MCP (Minecraft Coder Pack):** Download the correct MCP version for the Minecraft version you want to modify. You can usually find MCP releases on GitHub or dedicated Minecraft modding forums. * **Minecraft Server Jar:** Download the official Minecraft server `.jar` file for the version you're targeting. You can get this from the Minecraft website after purchasing the game. **2. Setting up the MCP Environment:** 1. **Extract MCP:** Extract the downloaded MCP archive to a directory (e.g., `C:\mcp`). 2. **Place Server Jar:** Place the Minecraft server `.jar` file (e.g., `server.jar`) into the `jars` directory within your MCP directory (e.g., `C:\mcp\jars`). 3. **Configure `config.py`:** The `config.py` file in the MCP directory contains important configuration settings. You'll need to edit this file to specify the Minecraft version, server jar name, and other options. Open `config.py` in a text editor and modify the following (adjust values as needed): ```python # Example config.py settings (adjust to your versions) MINECRAFT_VERSION = "1.19.2" # Replace with your Minecraft version MCP_VERSION = "mcp_stable-61" # Replace with your MCP version SERVER = "server.jar" # The name of your server jar file ``` 4. **Decompile Minecraft:** Open a command prompt or terminal, navigate to your MCP directory (e.g., `cd C:\mcp`), and run the following command: ```bash python ./gradlew setupDecompWorkspace ``` This command will download necessary dependencies, decompile the Minecraft client and server code, and set up the development environment. This process can take a significant amount of time. **3. Setting up the Server Workspace (Important for Server-Side Mods):** 1. **Create a `src/main/java` directory:** Inside your MCP directory, navigate to the `src` directory. If it doesn't exist, create it. Inside `src`, create a `main` directory. Inside `main`, create a `java` directory. This is where you'll put your server-side mod code. The full path should be something like `C:\mcp\src\main\java`. 2. **Create Packages:** Create package directories within the `java` directory to organize your code (e.g., `com.example.mymod`). 3. **Write Your Mod Code:** Write your Java code for your server-side mod. This code will interact with the Minecraft server's API. **4. Recompiling and Reobfuscating (If Necessary):** * **Recompile:** After making changes to the code, you need to recompile it. From the MCP directory, run: ```bash python ./gradlew build ``` This will compile your code and create a new version of the server jar. * **Reobfuscate (Usually Not Needed for Development):** Reobfuscation is the process of making the code harder to read. It's usually not necessary during development. **5. Running the Modified Server:** 1. **Navigate to the `build/libs` directory:** After building, your modified server jar will be located in the `build/libs` directory within your MCP directory. 2. **Run the Server:** Open a command prompt or terminal in the `build/libs` directory and run the server using the following command: ```bash java -jar <your_modified_server_jar>.jar ``` Replace `<your_modified_server_jar>.jar` with the actual name of your modified server jar file. **Important Considerations:** * **MCP Versions:** Make sure you're using the correct MCP version for the Minecraft version you're targeting. Incompatible versions will cause errors. * **Minecraft Server EULA:** Be aware of the Minecraft Server End User License Agreement (EULA) when distributing modified server software. * **Modding API:** Consider using a modding API like Forge or Fabric. These APIs provide a more stable and well-defined interface for modding Minecraft, making it easier to create and maintain mods. MCP is often used in conjunction with these APIs. * **Error Handling:** The decompilation and recompilation process can be complex and may encounter errors. Carefully read the error messages and consult the MCP documentation or online forums for help. * **Deobfuscation:** MCP deobfuscates the Minecraft code, making it more readable. However, the code is still complex, and understanding it requires a good understanding of Java programming and the Minecraft game mechanics. **Indonesian Translation of Key Phrases:** * **Minecraft Coder Pack (MCP):** Paket Pengkode Minecraft (MCP) * **Java Development Kit (JDK):** Perangkat Pengembangan Java (JDK) * **Decompile:** Dekompilasi * **Recompile:** Kompilasi Ulang * **Deobfuscate:** Deobfuscasi * **Reobfuscate:** Reobfuscasi Ulang * **Server Jar File:** File Jar Server * **Mod:** Modifikasi * **Modding API:** API Modifikasi * **Configuration File:** File Konfigurasi * **Workspace:** Ruang Kerja * **Dependencies:** Dependensi This example provides a basic overview. For detailed instructions and troubleshooting, always refer to the official MCP documentation and community resources. Good luck!

Chargebee

Chargebee

pactly-mcp-server

pactly-mcp-server

MCP-SSE3

MCP-SSE3

created from MCP server demo

Amazon Ads Manager MCP Server

Amazon Ads Manager MCP Server

Untappd Model Context Protocol Server

Untappd Model Context Protocol Server

Server Protokol Konteks Model yang memungkinkan Claude untuk melakukan kueri ke API database bir Untappd untuk mencari bir dan mengambil informasi detail tentang bir.

Semantic Scholar API MCP server

Semantic Scholar API MCP server

Here are a few possible translations, depending on the specific nuance you want to convey: * **Server MCP untuk Semantic Scholar untuk mencari makalah** (This is a direct translation and is generally understandable.) * **Server MCP untuk Semantic Scholar, digunakan untuk pencarian makalah** (This emphasizes the purpose of the server.) * **Server MCP yang digunakan Semantic Scholar untuk mencari makalah** (This focuses on Semantic Scholar using the server.) * **Server MCP untuk pencarian makalah melalui Semantic Scholar** (This highlights that the paper search is done *through* Semantic Scholar.) **Which one is best depends on the context.** If you're just stating a fact, the first option is fine. If you're explaining the purpose or usage, the others might be better. **Important Note:** "MCP" is an abbreviation. If your audience is not familiar with what "MCP" stands for, you should spell it out the first time you use it, followed by the abbreviation in parentheses. For example: "Server Manajemen Kontrol Media (MCP) untuk Semantic Scholar..." (Media Control Management Server (MCP) for Semantic Scholar...) Without knowing what "MCP" stands for, it's difficult to provide the *most* accurate and helpful translation.

model-context-protocol-templates

model-context-protocol-templates

Kumpulan templat dan panduan MCP untuk pengembangan server Model Context Protocol (MCP) yang cepat.

Testing-of-FakePixelPe-Mcpe-Server

Testing-of-FakePixelPe-Mcpe-Server

I am Abinanda and I am Main Head of The project so I am Trying to make a Server like Hypixel in Mcpe With Private and Public+Paid Plugins

MCP Tool Template

MCP Tool Template

MCP Server Template using

MCP SSH Server

MCP SSH Server

Mirror of

MySQL MCP Server

MySQL MCP Server

πŸš€ MCP Server with Docker, Redis, and TimescaleDB

πŸš€ MCP Server with Docker, Redis, and TimescaleDB

MCP server with Docker, Redis, and TimescaleDB

Flux Image Generator

Flux Image Generator

Sebuah server MCP yang menghasilkan gambar berdasarkan perintah teks menggunakan model FLUX dari Black Forest Lab, memungkinkan dimensi gambar yang dapat disesuaikan, peningkatan kualitas perintah (upsampling), pengaturan keamanan, dan pembuatan gambar secara massal (batch generation).

Mavae Image Toolbox

Mavae Image Toolbox

MAVAE IMAGE TOOLBOX is a Model Context Protocol (MCP) server for interacting with image media tools. πŸš€ Image Generation | πŸš€ Image Editing | πŸš€ Collection Management | πŸš€ Model & Lora Management

Puppeteer-Extra MCP Server

Puppeteer-Extra MCP Server

Server Protokol Konteks Model yang menyediakan kemampuan otomatisasi peramban yang ditingkatkan menggunakan Puppeteer-Extra dengan Plugin Stealth, memungkinkan LLM untuk berinteraksi dengan halaman web dengan cara yang lebih meniru perilaku manusia dan menghindari deteksi sebagai otomatisasi.

mcp-slack

mcp-slack

mcp server for slack

SQLite MCP Server

SQLite MCP Server

Cermin dari

OpenSearch MCP Server

OpenSearch MCP Server

Implementasi server Protokol Konteks Model yang memungkinkan interaksi bahasa alami dengan klaster OpenSearch, memungkinkan pengguna untuk mencari dokumen, menganalisis indeks, dan mengelola klaster melalui perintah percakapan sederhana.

Browse your entire Notion workspace, not just one database

Browse your entire Notion workspace, not just one database

Server MCP berbasis TypeScript ini memungkinkan pengguna untuk mengelola sistem catatan sederhana melalui pembuatan dan peringkasan catatan teks menggunakan Model Context Protocol (MCP).

Nest Llm Aigent

Nest Llm Aigent

Stdio Mcp Server 转为 RestFulοΌŒθ½»ζΎιƒ¨η½²δΈŽ Web ζœεŠ‘ι›†ζˆ, mcp gateway

optimized-memory-mcp-server

optimized-memory-mcp-server

Cermin dari

Upstash MCP Server

Upstash MCP Server

Upstash Model Context Server

AiDD MCP Server

AiDD MCP Server

Mirror of

MCP Store

MCP Store

Okay, I understand. You want me to describe how to add a Model Context Protocol (MCP) server to your MCP client (Claude Cursor) in a very simple, two-click process. Unfortunately, a true "two-click" solution is highly unlikely. Adding an MCP server typically involves some configuration. However, I can describe the *ideal* scenario and then explain why it's probably not that simple in reality. **Ideal (Hypothetical) Two-Click Scenario:** 1. **Click 1: "Add MCP Server" Button:** Within the Claude Cursor interface, there would be a prominent button labeled "Add MCP Server" (or something similar). 2. **Click 2: "Auto-Discover & Connect" Button:** After clicking the first button, a small window pops up. This window has a single button labeled "Auto-Discover & Connect." Clicking this button would: * Automatically scan your local network (or a pre-defined list of addresses) for available MCP servers. * Identify a compatible server. * Establish a connection to that server using default settings. * Close the window and indicate a successful connection in the Claude Cursor interface. **Why This Is Unlikely (and What You'll Probably Need to Do):** The "Auto-Discover & Connect" approach is unlikely to work out of the box for these reasons: * **Security:** Automatically connecting to a server on your network without any confirmation is a security risk. You'd want to verify the server's identity. * **Configuration:** MCP servers often require specific configuration, such as API keys, authentication tokens, or specific endpoint URLs. Automatic discovery can't handle these. * **Network Setup:** Firewalls, network configurations, and server settings might prevent automatic discovery. * **Multiple Servers:** If multiple MCP servers are available, the client needs a way to choose which one to connect to. **What You'll *Probably* Need to Do (More Realistic Steps):** 1. **Locate the "Add MCP Server" (or similar) option in Claude Cursor's settings/preferences.** This might be under a "Connections," "Plugins," or "Advanced" section. 2. **Enter the MCP Server Details:** You'll likely need to manually enter the following information: * **Server Address (URL or IP Address):** The location of the MCP server. * **Port Number:** The port the server is listening on. * **API Key/Authentication Token (if required):** A security credential to access the server. * **Any other required parameters:** This depends on the specific MCP server implementation. 3. **Test the Connection:** There should be a "Test Connection" button to verify that Claude Cursor can communicate with the server. 4. **Save the Configuration:** Save the settings to persist the connection. **In Indonesian (Translation):** Oke, saya mengerti. Anda ingin saya menjelaskan cara menambahkan server Model Context Protocol (MCP) ke klien MCP Anda (Claude Cursor) dalam proses yang sangat sederhana, hanya dengan dua klik. Sayangnya, solusi "dua klik" yang sebenarnya sangat tidak mungkin. Menambahkan server MCP biasanya melibatkan beberapa konfigurasi. Namun, saya dapat menjelaskan skenario *ideal* dan kemudian menjelaskan mengapa itu mungkin tidak sesederhana itu dalam kenyataan. **Skenario Dua Klik Ideal (Hipotesis):** 1. **Klik 1: Tombol "Tambahkan Server MCP":** Di dalam antarmuka Claude Cursor, akan ada tombol yang menonjol berlabel "Tambahkan Server MCP" (atau sesuatu yang serupa). 2. **Klik 2: Tombol "Otomatis Temukan & Hubungkan":** Setelah mengklik tombol pertama, sebuah jendela kecil akan muncul. Jendela ini memiliki satu tombol berlabel "Otomatis Temukan & Hubungkan." Mengklik tombol ini akan: * Secara otomatis memindai jaringan lokal Anda (atau daftar alamat yang telah ditentukan sebelumnya) untuk server MCP yang tersedia. * Mengidentifikasi server yang kompatibel. * Membuat koneksi ke server tersebut menggunakan pengaturan default. * Menutup jendela dan menunjukkan koneksi yang berhasil di antarmuka Claude Cursor. **Mengapa Ini Tidak Mungkin (dan Apa yang Mungkin Perlu Anda Lakukan):** Pendekatan "Otomatis Temukan & Hubungkan" kemungkinan tidak akan berfungsi langsung karena alasan berikut: * **Keamanan:** Terhubung secara otomatis ke server di jaringan Anda tanpa konfirmasi apa pun adalah risiko keamanan. Anda pasti ingin memverifikasi identitas server. * **Konfigurasi:** Server MCP seringkali memerlukan konfigurasi khusus, seperti kunci API, token otentikasi, atau URL endpoint tertentu. Penemuan otomatis tidak dapat menangani ini. * **Pengaturan Jaringan:** Firewall, konfigurasi jaringan, dan pengaturan server mungkin mencegah penemuan otomatis. * **Beberapa Server:** Jika beberapa server MCP tersedia, klien memerlukan cara untuk memilih server mana yang akan dihubungkan. **Apa yang *Mungkin* Perlu Anda Lakukan (Langkah yang Lebih Realistis):** 1. **Temukan opsi "Tambahkan Server MCP" (atau serupa) di pengaturan/preferensi Claude Cursor.** Ini mungkin berada di bawah bagian "Koneksi," "Plugin," atau "Lanjutan." 2. **Masukkan Detail Server MCP:** Anda mungkin perlu memasukkan informasi berikut secara manual: * **Alamat Server (URL atau Alamat IP):** Lokasi server MCP. * **Nomor Port:** Port yang didengarkan server. * **Kunci API/Token Otentikasi (jika diperlukan):** Kredensial keamanan untuk mengakses server. * **Parameter lain yang diperlukan:** Ini tergantung pada implementasi server MCP tertentu. 3. **Uji Koneksi:** Seharusnya ada tombol "Uji Koneksi" untuk memverifikasi bahwa Claude Cursor dapat berkomunikasi dengan server. 4. **Simpan Konfigurasi:** Simpan pengaturan untuk mempertahankan koneksi. I hope this helps! Check the Claude Cursor documentation for specific instructions on adding MCP servers. Good luck!

APIMatic Validator MCP Server

APIMatic Validator MCP Server

APIMatic Validator MCP Server for validating OpenAPI specs via APIMatic's API with MCP