Discover Awesome MCP Servers

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

All26,318
CosmWasm MCP Server

CosmWasm MCP Server

Sebuah server Model Context Protocol (MCP) yang menyediakan alat untuk berinteraksi dengan kontrak pintar CosmWasm.

Harvest MCP Server

Harvest MCP Server

A Model Context Protocol server that integrates with the Harvest API v2, enabling time tracking management including listing, creating, updating, and deleting time entries, as well as managing projects, tasks, users and generating reports.

MCP Host RPC Bridge

MCP Host RPC Bridge

A server that bridges MCP tool calls to JSON-RPC function calls over socket connections, allowing external applications to expose functions as MCP tools.

FortunaMCP

FortunaMCP

FortunaMCP is an advanced MCP server dedicated to generating high-quality random values. It leverages the Fortuna C-extension, which is directly powered by Stormโ€”a robust, thread-safe C++ RNG engine optimized for high-speed, hardware-based entropy.

Civic Data MCP Server

Civic Data MCP Server

Provides access to 7 free government and open data APIs including NOAA weather, US Census demographics, NASA imagery, World Bank economics, Data.gov, and EU Open Data through 22 specialized tools, with most requiring no API keys.

mcp-diagram

mcp-diagram

There is no widely known or standard "MCP server" specifically for diagramming. It's possible you might be referring to something specific within a particular organization or context. However, if you're looking for server-based solutions for creating and collaborating on diagrams, here are some popular options, along with how they might relate to the "MCP" idea (assuming "MCP" is a misremembered acronym or a specific internal term): **Possible Interpretations and Solutions:** * **"MCP" as a Misremembered Acronym for a Diagramming Tool:** If you're thinking of a specific tool with a similar-sounding acronym, try searching for diagramming tools that start with "M," "C," or "P." Examples include: * **Microsoft Visio:** A powerful desktop and web-based diagramming tool. Visio Online allows for collaborative diagramming. * **Lucidchart:** A popular web-based diagramming platform with excellent collaboration features. * **draw.io (Diagrams.net):** A free, open-source diagramming tool that can be used online or self-hosted. * **"MCP" as a Server Component (e.g., Message Control Protocol):** This is less likely in the context of diagramming, but if you're thinking of a server component that *supports* diagramming (e.g., handles communication between users in a collaborative diagramming tool), then the specific technology would depend on the diagramming application being used. You'd need to know which diagramming tool you're referring to. * **"MCP" as a Project Code Name:** It's possible "MCP" is an internal code name for a diagramming project within your organization. If so, you'll need to ask your colleagues for clarification. **Recommended Server-Based Diagramming Solutions:** Assuming you're looking for a way to create and collaborate on diagrams using a server-based solution, here are some of the best options: * **Lucidchart:** * **Pros:** Excellent collaboration features, wide range of templates, integrations with other tools (Google Workspace, Microsoft Office, Atlassian). Web-based, so no installation required. * **Cons:** Requires a paid subscription for advanced features. * **draw.io (Diagrams.net):** * **Pros:** Free and open-source, can be used online or self-hosted, supports a wide variety of diagram types. * **Cons:** The user interface might not be as polished as some commercial options. Self-hosting requires technical expertise. * **Microsoft Visio Online:** * **Pros:** Part of the Microsoft ecosystem, integrates well with other Microsoft products. * **Cons:** Requires a Microsoft 365 subscription. * **Miro:** * **Pros:** Excellent for brainstorming and visual collaboration, supports diagramming as well as other visual activities. * **Cons:** More focused on general visual collaboration than dedicated diagramming. * **PlantUML:** * **Pros:** Text-based diagramming, which is great for version control and automation. * **Cons:** Requires learning the PlantUML syntax. **To help me give you a more specific answer, please provide more information about:** * What you mean by "MCP." * The specific type of diagrams you need to create (e.g., flowcharts, UML diagrams, network diagrams). * Your requirements for collaboration, security, and integration with other tools. * Whether you need a self-hosted solution or a cloud-based service. Once I have more information, I can provide a more tailored recommendation.

Model Context Protocol Multi-Agent Server

Model Context Protocol Multi-Agent Server

Demonstrates custom MCP servers for math and weather operations, enabling multi-agent orchestration using LangChain, Groq, and MCP adapters for both local and remote tool integration.

MCP Server - VSCode Tutorial

MCP Server - VSCode Tutorial

Baik, berikut adalah tutorial untuk membangun server MCP (Minecraft Coder Pack) dan menggunakan VS Code sebagai klien MCP: **Bagian 1: Mempersiapkan Lingkungan** 1. **Instal Java Development Kit (JDK):** * Unduh dan instal JDK versi 8 atau 17 dari Oracle atau OpenJDK. Pastikan Anda menginstal versi yang sesuai dengan sistem operasi Anda. * Atur variabel lingkungan `JAVA_HOME` ke direktori instalasi JDK Anda. * Tambahkan direktori `bin` JDK ke variabel lingkungan `PATH`. 2. **Instal Python:** * Unduh dan instal Python 3 dari situs web resmi Python. * Pastikan opsi "Add Python to PATH" dicentang selama instalasi. 3. **Instal Git:** * Unduh dan instal Git dari situs web resmi Git. 4. **Instal Visual Studio Code (VS Code):** * Unduh dan instal VS Code dari situs web resmi VS Code. * Instal ekstensi berikut di VS Code: * Java Extension Pack (oleh Microsoft) * Python (oleh Microsoft) **Bagian 2: Mengunduh dan Mengatur MCP** 1. **Unduh MCP:** * Kunjungi situs web MCP (misalnya, [https://www.modcoderpack.com/](https://www.modcoderpack.com/)). * Unduh versi MCP yang sesuai dengan versi Minecraft yang ingin Anda modifikasi. 2. **Ekstrak MCP:** * Ekstrak file ZIP MCP ke direktori pilihan Anda. Misalnya, `C:\mcp`. 3. **Konfigurasi MCP:** * Buka direktori MCP yang diekstrak. * Edit file `conf/mcp.cfg` dengan editor teks. * Pastikan pengaturan berikut sudah benar: * `MinecraftVersion`: Versi Minecraft yang Anda gunakan. * `MCPVersion`: Versi MCP yang Anda gunakan. * `ClientPath`: Lokasi file `minecraft.jar` klien Minecraft Anda. * `ServerPath`: Lokasi file `minecraft_server.jar` server Minecraft Anda. **Bagian 3: Membangun Server MCP** 1. **Buka Command Prompt atau Terminal:** * Buka Command Prompt (Windows) atau Terminal (macOS/Linux). 2. **Navigasi ke Direktori MCP:** * Gunakan perintah `cd` untuk menavigasi ke direktori MCP yang diekstrak. Misalnya: ```bash cd C:\mcp ``` 3. **Decompile Minecraft:** * Jalankan perintah berikut untuk mendekompilasi kode Minecraft: ```bash ./decompile.sh (Linux/macOS) decompile.bat (Windows) ``` * Proses ini akan memakan waktu cukup lama. 4. **Apply Patches (Opsional):** * Jika Anda memiliki patch yang ingin diterapkan, letakkan di direktori `patches` dan jalankan perintah berikut: ```bash ./patch.sh (Linux/macOS) patch.bat (Windows) ``` 5. **Recompile Minecraft:** * Jalankan perintah berikut untuk mengkompilasi ulang kode Minecraft: ```bash ./recompile.sh (Linux/macOS) recompile.bat (Windows) ``` 6. **Repack Minecraft:** * Jalankan perintah berikut untuk mengemas ulang kode Minecraft: ```bash ./reobfuscate.sh (Linux/macOS) reobfuscate.bat (Windows) ``` **Bagian 4: Menggunakan VS Code sebagai Klien MCP** 1. **Buka Direktori `src` di VS Code:** * Di VS Code, buka folder `src` di dalam direktori MCP. Ini adalah tempat Anda akan menulis kode mod Anda. 2. **Buat Proyek Java:** * VS Code akan mendeteksi bahwa ini adalah proyek Java dan akan meminta Anda untuk mengkonfigurasi proyek. Ikuti petunjuk untuk mengkonfigurasi proyek Java. 3. **Tambahkan Library MCP ke Proyek:** * Tambahkan library MCP (biasanya terletak di direktori `lib`) ke proyek Java Anda. Ini memungkinkan Anda untuk menggunakan kelas dan metode Minecraft di kode mod Anda. 4. **Tulis Kode Mod Anda:** * Buat kelas Java baru di direktori `src` dan mulai menulis kode mod Anda. Anda dapat menggunakan kelas dan metode Minecraft yang didekompilasi untuk memodifikasi perilaku game. 5. **Bangun Mod Anda:** * Gunakan fitur build VS Code untuk mengkompilasi kode mod Anda. 6. **Uji Mod Anda:** * Salin file JAR mod Anda ke direktori `mods` di instalasi Minecraft Anda. * Jalankan Minecraft dan uji mod Anda. **Tips Tambahan:** * **Dokumentasi MCP:** Baca dokumentasi MCP untuk informasi lebih lanjut tentang cara menggunakan MCP. * **Forum dan Komunitas:** Bergabunglah dengan forum dan komunitas MCP untuk mendapatkan bantuan dan berbagi pengetahuan. * **Debugging:** Gunakan fitur debugging VS Code untuk men-debug kode mod Anda. * **Version Control:** Gunakan Git untuk mengelola kode mod Anda dan melacak perubahan. **Catatan Penting:** * Proses ini kompleks dan membutuhkan pemahaman dasar tentang Java dan Minecraft. * Pastikan Anda memiliki cadangan file Minecraft Anda sebelum memulai proses ini. * Berhati-hatilah saat memodifikasi kode Minecraft, karena dapat menyebabkan masalah stabilitas. Semoga tutorial ini membantu! Jika Anda memiliki pertanyaan lebih lanjut, jangan ragu untuk bertanya.

MCPKG - Model Context Protocol Knowledge Graph

MCPKG - Model Context Protocol Knowledge Graph

Sebuah server MCP (Model Context Protocol) yang mengekspos primitif untuk berinteraksi dengan Knowledge Graph.

Prometheus MCP Server

Prometheus MCP Server

Enables AI assistants to query Prometheus metrics, monitor alerts, and analyze system health through read-only access to your Prometheus server with built-in query safety and optional AI-powered metric analysis.

Todoist MCP Server

Todoist MCP Server

Enables AI assistants to manage Todoist tasks, projects, sections, and labels through natural language, supporting task creation, updates, completion, and intelligent organization of your workflow.

nativ-mcp

nativ-mcp

AI-powered localization platform. Translate text, search translation memory, and access style guides from any MCP-compatible AI tool.

AnyList MCP Server

AnyList MCP Server

Enables AI assistants to interact with AnyList for managing shopping lists, recipes, and meal planning. Users can retrieve recipe details, add ingredients to lists, and schedule meals on their AnyList calendar.

Python MCP Korea Weather Service

Python MCP Korea Weather Service

MCP server that provides Korean weather information using grid coordinates and the Korea Meteorological Administration API, allowing users to query current weather conditions and forecasts for specific locations in Korea.

Cursorshare

Cursorshare

Touch Flow Base (MCP Counter POC)

Touch Flow Base (MCP Counter POC)

An MCP server that enables AI agents to execute sandboxed JavaScript code to control external web applications in real-time. It utilizes WebSockets to synchronize script execution with frontend animations, allowing complex UI interactions to be handled in a single agent turn.

MCP ASCII Charts

MCP ASCII Charts

A Model Context Protocol server that generates lightweight ASCII charts directly in terminal environments, supporting line charts, bar charts, scatter plots, histograms, and sparklines without GUI dependencies.

Universal MCP Server

Universal MCP Server

Multi-mode MCP server supporting both Claude Desktop (STDIO) and OpenAI (HTTP/SSE) integrations with file operations including read, write, delete, and search capabilities.

TextToolkit: Your Ultimate Text Transformation and Formatting Solution ๐Ÿš€

TextToolkit: Your Ultimate Text Transformation and Formatting Solution ๐Ÿš€

Advanced MCP server providing comprehensive text transformation and formatting tools. TextToolkit offers over 40 specialized utilities for case conversion, encoding/decoding, formatting, analysis, and text manipulation - all accessible directly within your AI assistant workflow.

RAG_MCP

RAG_MCP

A Retrieval-Augmented Generation server that enables semantic PDF search with OCR capabilities, allowing users to query document content through any MCP client and receive intelligent answers.

(Unofficial) linkding-mcp-server

(Unofficial) linkding-mcp-server

Server MCP Linkding tidak resmi

TypeScript MCP Server Boilerplate

TypeScript MCP Server Boilerplate

A boilerplate project for quickly developing MCP servers using TypeScript, featuring example implementations of tools (calculator, greetings) and resources (server info) with Zod schema validation.

SSH MCP Server

SSH MCP Server

Enables AI assistants to execute commands an

NetApp ONTAP MCP Server

NetApp ONTAP MCP Server

Provides a Model Context Protocol interface for managing and monitoring NetApp ONTAP storage systems through tools for log access, performance metrics, and cluster health. It enables users to perform storage efficiency analysis and volume management using natural language interactions.

pfSense MCP Server

pfSense MCP Server

A production-grade server that enables natural language interaction with pfSense firewalls through Claude Desktop and other GenAI applications, supporting multiple access levels and functional categories.

GPTers Search MCP Server

GPTers Search MCP Server

Ini adalah server MCP tempat Anda dapat mencari pengetahuan dari komunitas belajar AI GPTers.

Weather MCP Server

Weather MCP Server

Enables users to get real-time weather data for any city and generate broadcast-style weather news reports. Uses the OpenMeteo API to provide current weather conditions including temperature, humidity, and weather descriptions.

Vision MCP Server

Vision MCP Server

Provides free and unlimited vision capabilities for AI coding assistants using the Groq API and Meta Llama 4 Vision model. It enables users to perform image analysis, OCR, UI layout description, and error diagnosis directly from screenshots and documents.

mcp-server-zep-cloud

mcp-server-zep-cloud

mcp-server-zep-cloud

Aladin Book Search MCP Server

Aladin Book Search MCP Server

MCP server that allows searching and retrieving book information from Aladin's book store API, including book details, bestseller lists, and category-based searches.