Discover Awesome MCP Servers

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

All26,604
vHal MCP Server

vHal MCP Server

Enables Android Automotive developers to explore and implement Vehicle Hardware Abstraction Layer (vHAL) properties with intelligent tools for property analysis, source code lookup, implementation guidance, and automated code generation for automotive systems like climate control and seat management.

MCP Test Server

MCP Test Server

A simple server for testing Model Context Protocol (MCP) that serves CSV and image resources, allowing developers to test MCP implementations with sample data via SSE transport.

TerminusAI

TerminusAI

Execute terminal commands locally or remotely via SSH with session persistence and environment variable support. Manage terminal sessions that maintain state for up to 20 minutes, enabling efficient command execution workflows. Connect using stdio or SSE for flexible integration with AI models and a

test-mcp-server

test-mcp-server

uji pengembangan server MCP dengan TypeScript

Apps Script MCP

Apps Script MCP

Enables users to create, manage, and execute Google Apps Script projects through natural language. It provides comprehensive tools for code editing, function execution, deployment management, and monitoring script processes.

Weather MCP Server

Weather MCP Server

Server informasi cuaca yang dibangun menggunakan Model Context Protocol (MCP) untuk menyediakan data cuaca dan perkiraan cuaca secara *real-time*.

Youtube138 MCP Server

Youtube138 MCP Server

Provides access to the Youtube138 API for searching videos, retrieving channel information, viewing comments, getting video details, and exploring trending content on YouTube.

SQL MCP Server

SQL MCP Server

A Model Context Protocol server that provides a standardized interface for interacting with SQL databases through the MCP protocol.

Slack Lists MCP Server

Slack Lists MCP Server

Enables AI assistants to interact with Slack Lists through comprehensive tools for creating, retrieving, filtering, and managing list items. Supports bulk operations, data export, subtask creation, and all Slack List field types with robust error handling and production-ready implementation.

FiveM Documentation MCP Server

FiveM Documentation MCP Server

Provides documentation lookup and search capabilities for FiveM development, including GTA V native functions, QBCore events, and ox_lib exports. Enables developers to query documentation and generate resource templates through natural language.

Playwright MCP Server

Playwright MCP Server

This server provides browser automation capabilities using Playwright, allowing LLMs to interact with web pages through structured accessibility snapshots. It enables tasks like web navigation, form filling, and data extraction without the need for screenshots or vision-tuned models.

Overseerr MCP Server

Overseerr MCP Server

Memungkinkan interaksi dengan Overseerr API untuk mengelola permintaan film dan acara TV, memungkinkan pengguna untuk memeriksa status server dan memfilter permintaan berdasarkan berbagai kriteria.

Jina.ai Reader

Jina.ai Reader

Mengintegrasikan Reader API dari Jina.ai dengan LLM (Large Language Models) untuk ekstraksi konten web yang efisien dan terstruktur, dioptimalkan untuk dokumentasi dan analisis konten web.

MCP MySQL App

MCP MySQL App

Server Protokol Konteks Model (MCP) yang memungkinkan asisten AI berinteraksi dengan database MySQL dengan menjalankan kueri SQL dan memeriksa konektivitas database.

StarRocks MCP Server

StarRocks MCP Server

An implementation of the Model Context Protocol that provides AI clients with intelligent diagnosis and analysis capabilities for StarRocks databases. It enables users to execute SQL queries, monitor storage health, and analyze performance issues through natural language interfaces.

wos MCP Server

wos MCP Server

mcp-server

mcp-server

Manage Uniswap and Aerodrome liquidity positions with leverage, automated rebalancing, and yield optimization on Base and Unichain.

Remote MCP Server on Cloudflare

Remote MCP Server on Cloudflare

A Model Context Protocol server that runs on Cloudflare Workers with OAuth login, allowing tools like the MCP Inspector and Claude Desktop to connect and use defined tools remotely.

mcp-servers

mcp-servers

Here are some possible translations, depending on the context: * **Server MCP untuk Sistem:** (This is a direct translation and likely the most accurate if "MCP" is an abbreviation or specific term.) * **Server MCP untuk Sistem:** (This is a direct translation and likely the most accurate if "MCP" is an abbreviation or specific term.) * **Server MCP untuk Sistem:** (This is a direct translation and likely the most accurate if "MCP" is an abbreviation or specific term.) Without more context about what "MCP" refers to, it's difficult to provide a more nuanced translation. If "MCP" stands for something, please provide that information for a more accurate translation.

TypeScript MCP Server Boilerplate

TypeScript MCP Server Boilerplate

A boilerplate project for quickly developing Model Context Protocol servers using TypeScript, featuring example tools (calculator, greetings) and resources with Zod schema validation.

Slack

Slack

Interact with Slack Workspaces over the Slack API. Supports stdio and Streamable HTTP transport. Extended from Anthropic's archived server

Bybit AI Trader

Bybit AI Trader

AI trading assistant for Bybit cryptocurrency exchange that analyzes markets in real-time, identifies trading opportunities, and executes trades with user confirmation through Cursor IDE integration.

Dooray MCP Server

Dooray MCP Server

Enables integration with Dooray API for comprehensive project management including task operations, comment management, tag organization, search functionality, and user management. Supports task creation, modification, status updates, assignee management, and collaborative features through natural language interactions.

EVE Online ESI MCP Server

EVE Online ESI MCP Server

This is an MCP (Model Context Protocol) server for the EVE Online ESI API that supports both local (stdio) and remote (OAuth-enabled) connections.

MCP Starter Project

MCP Starter Project

Okay, here's a guide on how to set up an MCP (Mod Coder Pack) server and client. Keep in mind that MCP is primarily used for mod development, not for playing the game itself. This process is for developers who want to work with the Minecraft source code. **Important Considerations Before You Start:** * **MCP is outdated:** MCP hasn't been actively maintained for many years. It's largely been superseded by more modern tools like Forge MDK (Mod Development Kit) and Fabric. If you're starting a new modding project, I *strongly* recommend using Forge or Fabric instead. They are much easier to use, better supported, and have larger communities. * **Java Development Kit (JDK):** You *must* have the Java Development Kit (JDK) installed. Make sure you have a compatible version for the Minecraft version you're targeting. Download it from Oracle or a distribution like Adoptium (Temurin). * **Minecraft Version:** MCP is tied to specific Minecraft versions. You need to download the correct MCP version for the Minecraft version you want to mod. * **Understanding the Process:** Setting up MCP involves downloading the MCP package, configuring it, deobfuscating the Minecraft code, and setting up your development environment. It's not a simple "install and run" process. **Steps (Assuming you still want to use MCP):** **1. Download MCP:** * Find the MCP version that corresponds to the Minecraft version you want to mod. You can often find these on modding forums or archives. Be very careful about the source you download from, as some older MCP downloads might contain malware. A reputable source is essential. * The MCP package will usually be a ZIP or TAR archive. **2. Extract MCP:** * Extract the contents of the MCP archive to a directory on your computer. A good location would be something like `C:\mcp` (on Windows) or `/opt/mcp` (on Linux). Avoid spaces in the path. **3. Configure MCP:** * **`mcp.cfg`:** This is the main configuration file. It's usually located in the MCP directory. Open it with a text editor. * **`MinecraftVersion`:** Make sure this is set to the correct Minecraft version. * **`MCPDeobfuscate`:** Set this to `true` to deobfuscate the Minecraft code. * **`UseCached`:** Set this to `false` for the first run. * **`StartClient` and `StartServer`:** Set these to `false` initially. * **Paths:** Check the paths to make sure they are correct for your system. * **`build.properties`:** This file might also need some configuration, especially if you're using a custom setup. **4. Deobfuscate Minecraft:** * Open a command prompt or terminal. * Navigate to the MCP directory using the `cd` command (e.g., `cd C:\mcp`). * Run the `decompile.bat` (on Windows) or `decompile.sh` (on Linux) script. This will download the Minecraft JAR files, deobfuscate the code, and generate source code. * **Important:** This process can take a *long* time (several minutes to hours), depending on your computer and internet connection. It will download a large amount of data. * **Errors:** If you encounter errors, carefully read the output. Common problems include incorrect Java version, incorrect Minecraft version in the configuration, or network issues. **5. Set Up Your Development Environment (IDE):** * **Eclipse or IntelliJ IDEA:** These are the most common IDEs for Java development. * **Import the MCP Project:** * **Eclipse:** In Eclipse, go to "File" -> "Import" -> "Existing Projects into Workspace". Browse to the `eclipse` directory inside the MCP directory and select the project. * **IntelliJ IDEA:** In IntelliJ IDEA, go to "File" -> "Open" and select the `build.gradle` file in the MCP directory. IntelliJ IDEA will automatically configure the project. * **Configure the Run Configuration:** You'll need to create run configurations to start the Minecraft client and server from within your IDE. The exact steps depend on your IDE. You'll typically need to specify the main class to run (e.g., `net.minecraft.client.Minecraft` for the client, `net.minecraft.server.MinecraftServer` for the server). You'll also need to set the working directory to the MCP directory. **6. Running the Client and Server:** * Once you've configured your IDE, you should be able to run the Minecraft client and server from within the IDE. This will allow you to debug your code and test your mods. **MCP Client and Server (Within the Context of Mod Development):** * **Client:** The "MCP client" refers to the deobfuscated and source-code-accessible version of the Minecraft client. You'll modify this code to add your mod's features. * **Server:** The "MCP server" is the deobfuscated and source-code-accessible version of the Minecraft server. You'll modify this code to add server-side features to your mod. **Troubleshooting:** * **Errors During Decompilation:** These are common. Double-check your Java version, Minecraft version in the configuration, and internet connection. Read the error messages carefully. * **IDE Errors:** Make sure your IDE is configured correctly to use the JDK and that the project is imported correctly. * **Outdated MCP:** Remember that MCP is outdated. If you're having trouble, consider switching to Forge or Fabric. **Indonesian Translation (Summary):** Berikut adalah panduan cara menyiapkan server dan klien MCP (Mod Coder Pack). Perlu diingat bahwa MCP terutama digunakan untuk pengembangan mod, bukan untuk bermain game itu sendiri. Proses ini ditujukan untuk pengembang yang ingin bekerja dengan kode sumber Minecraft. **Pertimbangan Penting Sebelum Memulai:** * **MCP sudah usang:** MCP sudah lama tidak aktif dikelola. Sebagian besar telah digantikan oleh alat yang lebih modern seperti Forge MDK (Mod Development Kit) dan Fabric. Jika Anda memulai proyek modding baru, saya *sangat* menyarankan untuk menggunakan Forge atau Fabric sebagai gantinya. Mereka jauh lebih mudah digunakan, didukung dengan lebih baik, dan memiliki komunitas yang lebih besar. * **Java Development Kit (JDK):** Anda *harus* memiliki Java Development Kit (JDK) yang terinstal. Pastikan Anda memiliki versi yang kompatibel untuk versi Minecraft yang Anda targetkan. Unduh dari Oracle atau distribusi seperti Adoptium (Temurin). * **Versi Minecraft:** MCP terikat pada versi Minecraft tertentu. Anda perlu mengunduh versi MCP yang benar untuk versi Minecraft yang ingin Anda mod. * **Memahami Proses:** Menyiapkan MCP melibatkan pengunduhan paket MCP, mengonfigurasinya, mendekode kode Minecraft, dan menyiapkan lingkungan pengembangan Anda. Ini bukan proses "instal dan jalankan" yang sederhana. **Langkah-langkah (Dengan asumsi Anda masih ingin menggunakan MCP):** 1. **Unduh MCP:** Temukan versi MCP yang sesuai dengan versi Minecraft yang ingin Anda mod. Anda sering dapat menemukan ini di forum modding atau arsip. Berhati-hatilah tentang sumber yang Anda unduh, karena beberapa unduhan MCP lama mungkin berisi malware. Sumber yang memiliki reputasi baik sangat penting. Paket MCP biasanya berupa arsip ZIP atau TAR. 2. **Ekstrak MCP:** Ekstrak isi arsip MCP ke direktori di komputer Anda. Lokasi yang baik adalah seperti `C:\mcp` (di Windows) atau `/opt/mcp` (di Linux). Hindari spasi di jalur. 3. **Konfigurasi MCP:** * **`mcp.cfg`:** Ini adalah file konfigurasi utama. Biasanya terletak di direktori MCP. Buka dengan editor teks. * **`MinecraftVersion`:** Pastikan ini diatur ke versi Minecraft yang benar. * **`MCPDeobfuscate`:** Atur ini ke `true` untuk mendekode kode Minecraft. * **`UseCached`:** Atur ini ke `false` untuk menjalankan pertama kali. * **`StartClient` dan `StartServer`:** Atur ini ke `false` pada awalnya. * **Jalur:** Periksa jalur untuk memastikan jalurnya benar untuk sistem Anda. * **`build.properties`:** File ini mungkin juga memerlukan beberapa konfigurasi, terutama jika Anda menggunakan pengaturan khusus. 4. **Dekode Minecraft:** Buka command prompt atau terminal. Navigasi ke direktori MCP menggunakan perintah `cd` (misalnya, `cd C:\mcp`). Jalankan skrip `decompile.bat` (di Windows) atau `decompile.sh` (di Linux). Ini akan mengunduh file JAR Minecraft, mendekode kode, dan menghasilkan kode sumber. *Penting:* Proses ini dapat memakan waktu *lama* (beberapa menit hingga jam), tergantung pada komputer dan koneksi internet Anda. Ini akan mengunduh sejumlah besar data. *Kesalahan:* Jika Anda menemukan kesalahan, baca dengan cermat outputnya. Masalah umum termasuk versi Java yang salah, versi Minecraft yang salah dalam konfigurasi, atau masalah jaringan. 5. **Siapkan Lingkungan Pengembangan Anda (IDE):** Eclipse atau IntelliJ IDEA adalah IDE yang paling umum untuk pengembangan Java. Impor Proyek MCP: * **Eclipse:** Di Eclipse, buka "File" -> "Import" -> "Existing Projects into Workspace". Telusuri ke direktori `eclipse` di dalam direktori MCP dan pilih proyek. * **IntelliJ IDEA:** Di IntelliJ IDEA, buka "File" -> "Open" dan pilih file `build.gradle` di direktori MCP. IntelliJ IDEA akan secara otomatis mengonfigurasi proyek. 6. **Konfigurasikan Konfigurasi Jalankan:** Anda perlu membuat konfigurasi jalankan untuk memulai klien dan server Minecraft dari dalam IDE Anda. Langkah-langkah yang tepat tergantung pada IDE Anda. Anda biasanya perlu menentukan kelas utama untuk dijalankan (misalnya, `net.minecraft.client.Minecraft` untuk klien, `net.minecraft.server.MinecraftServer` untuk server). Anda juga perlu mengatur direktori kerja ke direktori MCP. 7. **Menjalankan Klien dan Server:** Setelah Anda mengonfigurasi IDE Anda, Anda seharusnya dapat menjalankan klien dan server Minecraft dari dalam IDE. Ini akan memungkinkan Anda untuk men-debug kode Anda dan menguji mod Anda. **Klien dan Server MCP (Dalam Konteks Pengembangan Mod):** * **Klien:** "Klien MCP" mengacu pada versi klien Minecraft yang didekode dan dapat diakses kode sumbernya. Anda akan memodifikasi kode ini untuk menambahkan fitur mod Anda. * **Server:** "Server MCP" adalah versi server Minecraft yang didekode dan dapat diakses kode sumbernya. Anda akan memodifikasi kode ini untuk menambahkan fitur sisi server ke mod Anda. **Pemecahan Masalah:** * **Kesalahan Selama Dekompilasi:** Ini adalah hal yang umum. Periksa kembali versi Java Anda, versi Minecraft dalam konfigurasi, dan koneksi internet. Baca pesan kesalahan dengan cermat. * **Kesalahan IDE:** Pastikan IDE Anda dikonfigurasi dengan benar untuk menggunakan JDK dan proyek diimpor dengan benar. * **MCP yang Kedaluwarsa:** Ingatlah bahwa MCP sudah kedaluwarsa. Jika Anda mengalami masalah, pertimbangkan untuk beralih ke Forge atau Fabric. I hope this helps! Good luck with your modding endeavors. Remember that using Forge or Fabric will likely be a much smoother experience.

Mureka MCP Server

Mureka MCP Server

Enables interaction with Mureka's AI music generation APIs to create lyrics, songs, and background music through MCP clients like Claude Desktop and OpenAI Agents.

Claude MCP Data Engineer Server

Claude MCP Data Engineer Server

Provides specialized tools for data engineering tasks like SQL formatting, dbt model generation, and Snowflake table creation. It enables users to analyze CSV data, validate pipeline configurations, and summarize ETL lineage through natural language.

calendar-mcp-server

calendar-mcp-server

MCP server to get google calendar

Dataverse MCP Server

Dataverse MCP Server

Enables comprehensive schema and solution management for Microsoft Dataverse, including operations for tables, columns, relationships, and security roles via the Dataverse Web API. It also supports PowerPages configuration, automated WebAPI call generation, and schema visualization through Mermaid ERD diagrams.

Sakari MCP Server

Sakari MCP Server

A Multi-Agent Conversation Protocol server that enables interaction with the Sakari.io API, auto-generated using AG2's MCP builder for simplified natural language access to Sakari's messaging services.