Discover Awesome MCP Servers

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

All26,375
MCP Reminders

MCP Reminders

A simple system that allows Claude to leave and manage notes for itself across sessions, functioning like an 'Alexa, remind me...' for AI assistants.

mcp-server-spreadsheet

mcp-server-spreadsheet

Data-first MCP server for reading and writing spreadsheets (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine.

Confluence MCP Server

Confluence MCP Server

A server that integrates Confluence with Claude Desktop and other AI assistants, enabling natural language interactions with your Confluence documentation.

MCP Server Hub

MCP Server Hub

Servidor MCP centralizado hospedado no Vercel

PokéBattle AI Strategist

PokéBattle AI Strategist

An intelligent Pokémon battle strategy assistant that provides strategic recommendations, type effectiveness analysis, and competitive insights through conversational AI powered by Algolia search.

Pulseq MCP Expert Server

Pulseq MCP Expert Server

An AI-powered server that helps users understand Pulseq code and MRI physics principles through natural language interactions.

Specter MCP

Specter MCP

Enables AI agents to build, test, debug, and interact with Kotlin Multiplatform Mobile (Android/iOS) applications through automated build pipelines, UI automation, crash analysis, and app state inspection.

maiat-protocol

maiat-protocol

Trust infrastructure for the agent economy.

Redmine MCP Server

Redmine MCP Server

Enables AI assistants to interact with Redmine project management systems, providing comprehensive access to issues, projects, time tracking, users, and wiki pages through natural language commands.

Mixpanel MCP Server

Mixpanel MCP Server

An MCP server that provides access to the Mixpanel REST API, enabling AI agents to query events, funnels, retention data, and user profiles. It allows users to perform complex analytics tasks and export raw event data through natural language prompts.

FhirMCP

FhirMCP

Enables LLMs to securely interact with FHIR healthcare servers and HL7 terminology services. Provides comprehensive healthcare data operations with built-in PHI protection, audit logging, and SMART on FHIR authentication.

MCP Server - Twitter NoAuth

MCP Server - Twitter NoAuth

Server MCP tanpa kepala yang menyediakan akses API Twitter tanpa memerlukan pengaturan kredensial lokal, memungkinkan operasi inti Twitter seperti mencari tweet, mendapatkan tweet pengguna, memposting tweet, dan membalas tweet.

Mcp Server

Mcp Server

Circuitry MCP Server

Circuitry MCP Server

Connects AI coding agents to Circuitry's visual workflow platform, enabling them to create and sync code nodes from project files, understand user-drawn flowcharts and diagrams, generate visual flowcharts, and create data visualizations like spreadsheets and charts.

TickTick MCP Server

TickTick MCP Server

A Model Context Protocol server that integrates with TickTick task management service, allowing AI assistants to list, create, update, and complete tasks with proper timezone handling.

MCP Time Server

MCP Time Server

A hosted MCP server providing current time, date, and timezone conversion tools specifically designed for Claude Code remote sessions. It enables users to fetch localized time data and convert times between IANA timezones through a centralized API.

SEO Analytics MCP

SEO Analytics MCP

An MCP server that integrates Google Search Console and Google Analytics 4 to provide unified SEO and web traffic analysis. It allows users to fetch search performance data, merge page metrics, and generate automated trend reports or actionable insights through tool calls.

mcp-plexus

mcp-plexus

mcp-plexus

MCP Multiagent Bridge

MCP Multiagent Bridge

Enables secure coordination between multiple LLM agents through authenticated messaging, status updates, and conversation management. Features automatic secret redaction, rate limiting, and audit trails for safe multi-agent collaboration in development environments.

Google Drive MCP Server

Google Drive MCP Server

Enables Claude to manage Google Drive files and folders through natural language commands. Supports creating folders, moving/renaming files, retrieving file metadata, and listing folder contents with secure OAuth authentication.

DM20 Protocol

DM20 Protocol

A comprehensive MCP server for managing AI-assisted Dungeons & Dragons campaigns, featuring tools for character sheets, combat tracking, and world-building. It enables players and DMs to interact with 5e game mechanics and query personal PDF rulebooks using RAG capabilities.

mcp-subconscios

mcp-subconscios

Run conjoint experiments and causal research through AI powered behavioral simulations

MCP Servers

MCP Servers

Alcove

Alcove

MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos.

Seedream/Seedance MCP Server

Seedream/Seedance MCP Server

Integrates Volcengine's Ark API to provide image and video generation and editing capabilities. It supports both local stdio and remote HTTP transport modes for flexible deployment and use.

Synthetic Web Search MCP Server

Synthetic Web Search MCP Server

Exposes the Synthetic API as an MCP tool to enable web searching within Claude and other compatible applications. It provides formatted search results including titles, URLs, and text snippets for enhanced model context.

Local Mcp Server Tutorial

Local Mcp Server Tutorial

Tentu, berikut adalah tutorial untuk membuat server MCP lokal (stdio): **Tutorial Membuat Server MCP Lokal (stdio)** Tutorial ini akan memandu Anda melalui proses pembuatan server MCP (Minecraft Coder Pack) lokal yang menggunakan stdio (standard input/output) untuk komunikasi. Ini berguna untuk pengembangan mod dan pengujian tanpa perlu menjalankan server Minecraft penuh. **Prasyarat:** * **Java Development Kit (JDK):** Pastikan Anda telah menginstal JDK (versi 8 atau lebih tinggi). Anda dapat mengunduhnya dari situs web Oracle atau menggunakan distribusi OpenJDK. * **Minecraft Coder Pack (MCP):** Unduh MCP versi yang sesuai dengan versi Minecraft yang ingin Anda modifikasi. Anda dapat menemukannya di berbagai forum dan situs web modding Minecraft. * **Lingkungan Pengembangan Terpadu (IDE):** IDE seperti IntelliJ IDEA atau Eclipse sangat direkomendasikan untuk pengembangan Java. **Langkah 1: Konfigurasi MCP** 1. **Ekstrak MCP:** Ekstrak arsip MCP ke direktori pilihan Anda. 2. **Konfigurasi `conf/mcp.cfg`:** Buka file `conf/mcp.cfg` di editor teks. * Pastikan properti `ClientVersion` dan `ServerVersion` sesuai dengan versi Minecraft yang ingin Anda modifikasi. * Ubah properti `UseStdio` menjadi `True`. Ini akan mengaktifkan mode stdio. * Contoh: ``` ClientVersion = 1.16.5 ServerVersion = 1.16.5 UseStdio = True ``` 3. **Decompile Minecraft:** Jalankan perintah `decompile.bat` (di Windows) atau `decompile.sh` (di Linux/macOS) untuk mendekompilasi kode Minecraft. Ini akan menghasilkan kode sumber yang dapat Anda modifikasi. **Langkah 2: Membuat Proyek Java** 1. **Buat Proyek Baru:** Buat proyek Java baru di IDE Anda. 2. **Impor Kode Sumber MCP:** Impor kode sumber yang didekompilasi dari direktori `mcp/src/java` ke dalam proyek Anda. 3. **Konfigurasi Build Path:** Tambahkan pustaka (libraries) yang diperlukan ke build path proyek Anda. Pustaka ini biasanya terletak di direktori `mcp/lib`. **Langkah 3: Membuat Kelas Server Stdio** Buat kelas Java baru yang akan bertindak sebagai server stdio. Kelas ini akan membaca input dari stdin dan menulis output ke stdout. ```java import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class StdioServer { public static void main(String[] args) { try (BufferedReader reader = new BufferedReader(new InputStreamReader(System.in))) { String line; while ((line = reader.readLine()) != null) { // Proses input dari stdin System.out.println("Server menerima: " + line); // Kirim respons ke stdout System.out.println("Server mengirim: OK"); } } catch (IOException e) { e.printStackTrace(); } } } ``` **Penjelasan Kode:** * **`BufferedReader`:** Digunakan untuk membaca input dari `System.in` (stdin). * **`while` loop:** Membaca baris demi baris dari stdin sampai tidak ada lagi input. * **`System.out.println`:** Digunakan untuk menulis output ke `System.out` (stdout). **Langkah 4: Menguji Server Stdio** 1. **Kompilasi Kode:** Kompilasi kelas `StdioServer` Anda. 2. **Jalankan Server:** Jalankan kelas `StdioServer` dari terminal atau IDE Anda. 3. **Kirim Input:** Ketikkan sesuatu di terminal dan tekan Enter. Anda akan melihat server mencetak input yang diterima dan mengirim respons "OK". **Langkah 5: Mengintegrasikan dengan Minecraft (Opsional)** Untuk mengintegrasikan server stdio dengan Minecraft, Anda perlu memodifikasi kode Minecraft untuk berkomunikasi dengan server stdio. Ini melibatkan: 1. **Memodifikasi Kode Minecraft:** Tambahkan kode ke kelas Minecraft yang relevan untuk mengirim data ke server stdio dan menerima respons. 2. **Menggunakan Proses:** Gunakan kelas `Process` di Java untuk menjalankan server stdio sebagai proses terpisah. 3. **Komunikasi:** Gunakan `InputStream` dan `OutputStream` dari proses untuk berkomunikasi dengan server stdio. **Contoh (Konsep):** ```java // Di dalam kelas Minecraft yang relevan Process serverProcess = new ProcessBuilder("java", "-cp", "path/ke/proyek", "StdioServer").start(); OutputStream outputStream = serverProcess.getOutputStream(); InputStream inputStream = serverProcess.getInputStream(); // Kirim data ke server outputStream.write("Data dari Minecraft".getBytes()); outputStream.flush(); // Baca respons dari server BufferedReader reader = new BufferedReader(new InputStreamReader(inputStream)); String response = reader.readLine(); System.out.println("Server merespons: " + response); ``` **Catatan:** * Ini adalah contoh yang sangat sederhana. Integrasi yang sebenarnya akan lebih kompleks dan bergantung pada apa yang ingin Anda capai. * Pastikan untuk menangani pengecualian dengan benar dan menutup stream setelah selesai digunakan. **Kesimpulan:** Tutorial ini memberikan dasar untuk membuat server MCP lokal menggunakan stdio. Anda dapat menggunakan ini untuk mengembangkan mod dan menguji kode Anda tanpa perlu menjalankan server Minecraft penuh. Ingatlah bahwa integrasi dengan Minecraft memerlukan pemahaman yang lebih dalam tentang kode Minecraft dan API modding. Semoga tutorial ini bermanfaat! Jika Anda memiliki pertanyaan lebih lanjut, jangan ragu untuk bertanya.

minecraft-mcp

minecraft-mcp

Oke, berikut terjemahan dari "Using Mineflayer to create an MCP server to Minecraft" ke dalam Bahasa Indonesia: **Menggunakan Mineflayer untuk membuat server MCP ke Minecraft.** Atau, bisa juga sedikit lebih diperjelas: **Menggunakan Mineflayer untuk membuat server MCP (Minecraft Coder Pack) untuk Minecraft.** Perbedaan utamanya adalah penambahan "(Minecraft Coder Pack)" untuk memperjelas apa itu MCP, jika audiens mungkin tidak familiar dengan istilah tersebut.

MCP Server for langfuse

MCP Server for langfuse

Implementasi server MCP yang mengintegrasikan asisten AI dengan ruang kerja Langfuse, memungkinkan model untuk menanyakan metrik LLM berdasarkan rentang waktu.

VMware Fusion MCP Server

VMware Fusion MCP Server

A Model Context Protocol server that allows managing VMware Fusion virtual machines through natural language, enabling users to list VMs, retrieve VM information, and perform power operations via the Fusion REST API.