Discover Awesome MCP Servers

Extend your agent with 51,190 capabilities via MCP servers.

All51,190
NASA APOD MCP Server

NASA APOD MCP Server

Multi-Agent Conversation Protocol server for accessing NASA's Astronomy Picture of the Day (APOD) API, allowing users to retrieve space imagery and related information through natural language interactions.

macos-computer-use-mcp

macos-computer-use-mcp

Provides native macOS computer control tools including mouse and keyboard simulation, screenshot capture, and application management for MCP-compatible agents. It enables AI assistants to directly interact with the macOS operating system and installed apps through standard tool calls.

EdgeOne Pages MCP: Geo Location Service

EdgeOne Pages MCP: Geo Location Service

Sebuah server MCP yang memungkinkan model AI untuk mengakses informasi geolokasi pengguna melalui EdgeOne Pages Functions.

jikan

jikan

An MCP server wrapper for the Meiso Gambare API that allows users to log and track behavioral sessions such as meditation, focus, and exercise. It automates timestamp recording and duration calculations while providing tools for session management and activity statistics.

DBCode

DBCode

DBCode adalah ekstensi Visual Studio Code yang memungkinkan Anda untuk mengelola banyak database, termasuk PostgreSQL, MySQL, SQL Server, DuckDB, Redis, MongoDB, dan banyak lagi. DBCode menawarkan opsi untuk menjalankan server MCP, menyediakan akses ke database-database tersebut, skema mereka, dan kemampuan untuk menjalankan kueri.

Databutton

Databutton

Sebuah server MCP untuk melakukan perencanaan aplikasi awal dan menciptakan titik awal yang baik di Databutton – ia memulai aplikasi baru dan menghasilkan tugas-tugas MVP awal.

atlas-social-mcp

atlas-social-mcp

AI-powered social media posting across 14 platforms. Post to Twitter, Instagram, TikTok, Facebook, LinkedIn, YouTube and more with one command. AI adapts content per platform, schedules posts, and generates 30-day content calendars.

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.

cdisc-mcp

cdisc-mcp

Exposes CDISC standards data including SDTM, ADaM, CDASH, and Controlled Terminology as tools for AI assistants via the CDISC Library API. It enables users to search standards, retrieve domain variables, and access codelist definitions to facilitate clinical research data management.

Steady MCP

Steady MCP

Enables submitting team check-ins to Steady (app.steady.space) by automating the web form through login, team discovery, and check-in submission with previous/next/blockers fields.

GeoGebra MCP Server

GeoGebra MCP Server

Provides access to GeoGebra's mathematical computation, geometry construction, and visualization capabilities. Enables mathematical calculations, CAS operations, geometric constructions, and exporting results as PNG or PDF images.

Agile Team MCP Server

Agile Team MCP Server

Enables users to leverage a team of specialized AI agent personas like Business Analysts and Product Managers through a unified interface across multiple LLM providers. It streamlines agile development workflows by providing tools for model discovery, unified prompt delivery, and role-specific decision making.

project-shield

project-shield

Security scanner for MCP servers and AI-generated code. Detects leaked API keys, PII, prompt injection, and MCP misconfigs with A-F security grades.

Obsidian MCP Server

Obsidian MCP Server

Enables AI assistants to interact with local Obsidian vaults through direct filesystem access for reading, creating, and managing notes. It features high-performance SQLite indexing for fast searches, regex support, and tools for organizing tags and links without requiring additional plugins.

Second Opinion

Second Opinion

Menyediakan bantuan bertenaga AI untuk masalah pengkodean menggunakan Google Gemini AI, dikombinasikan dengan wawasan Perplexity dan referensi Stack Overflow, memfasilitasi analisis kontekstual dan pengarsipan respons otomatis untuk peningkatan pemecahan masalah.

Aider MCP Server

Aider MCP Server

Memungkinkan Claude Code untuk mengalihkan tugas pengkodean AI ke Aider, mengurangi biaya dan memungkinkan kontrol lebih besar atas model mana yang menangani tugas pengkodean tertentu.

MBBank MCP Server

MBBank MCP Server

MCP server that provides monitoring and analytics capabilities for MBBank accounts, allowing users to check balances, transaction history, card details, and savings information.

JustClone Coordination MCP Server

JustClone Coordination MCP Server

A production-grade coordination hub that enables AI agents and human teams to work as a single organism by sharing tasks, context, decisions, and persistent memory across projects. It features two-tier agentic memory with per-agent hot caches, inter-agent messaging, and multi-agent authorship tracking for seamless collaboration.

Browser Testing MCP Server

Browser Testing MCP Server

Enables automated browser testing of web applications using Playwright, supporting user interactions, form submissions, console monitoring, network request inspection, and visual verification through screenshots.

MCP FFmpeg Helper

MCP FFmpeg Helper

Server ringan yang mengekspos kemampuan pemrosesan video FFmpeg ke asisten AI melalui Model Context Protocol (MCP), mendukung operasi seperti konversi format video, ekstraksi audio, dan penambahan watermark.

Statespace

Statespace

Enables users to document data and connect it to AI agents by defining tools and instructions in markdown files. It supports building RAG and text-to-SQL applications that can be deployed as MCP servers, APIs, or CLIs.

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.

patent-mcp

patent-mcp

AI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.

Honeybadger MCP Server

Honeybadger MCP Server

Integrates Honeybadger error tracking with Cursor IDE, allowing developers to fetch, analyze, and troubleshoot application errors directly from their development environment.

EOSC Data Commons Search

EOSC Data Commons Search

Enables natural language search and discovery of open-access scientific datasets through the EOSC Data Commons OpenSearch service. Provides tools to search datasets and retrieve file metadata using LLM-assisted queries.

mcp-rss-aggregator

mcp-rss-aggregator

mcp-rss-aggregator

Reading_support

Reading_support

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.

Tennis Warehouse MCP Server

Tennis Warehouse MCP Server

Provides secure access to Tennis Warehouse product data, enabling users to search for tennis equipment (racquets, bags, shoes), check product availability, find deals, and browse categories through natural language queries while protecting internal API details.

calendar-mcp-server

calendar-mcp-server

MCP server to get google calendar