Discover Awesome MCP Servers

Extend your agent with 15,134 capabilities via MCP servers.

All15,134
Crossmint HR Airdrop MCP

Crossmint HR Airdrop MCP

Helps corporate HR teams airdrop Solana tokens to employees with support for role-based allocation and automated email notifications.

mcp-ntopng

mcp-ntopng

An MCP server for network monitoring software ntopng

MCP Server Backup

MCP Server Backup

Backup of MCP server with rope tool implementation

Volcengine TLS Model Context Protocol Server

Volcengine TLS Model Context Protocol Server

Interfact with VolcEngine TLS APIs.

Time MCP Server

Time MCP Server

A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.

OpenRouter MCP Multimodal Server

OpenRouter MCP Multimodal Server

Menyediakan kemampuan obrolan dan analisis gambar melalui ekosistem model OpenRouter.ai yang beragam, memungkinkan percakapan teks dan pemrosesan gambar multimodal yang kuat dengan berbagai model AI.

YouTube MCP Server (NO API REQUIRED)

YouTube MCP Server (NO API REQUIRED)

Youtube MCP Server (NO API REQUIRED)

mcp-turso-cloud

mcp-turso-cloud

🗂️ Sebuah server Model Context Protocol (MCP) yang menyediakan integrasi dengan database Turso untuk LLM (Large Language Models). Server ini mengimplementasikan sistem autentikasi dua tingkat untuk menangani operasi tingkat organisasi dan tingkat database, sehingga memudahkan pengelolaan dan kueri database Turso langsung dari LLM.

MCP Server Practices

MCP Server Practices

Sebuah server MCP yang menyediakan alat untuk pengelolaan cabang Git yang terstandardisasi dan integrasi Jira, memungkinkan pengembang untuk membuat, memvalidasi cabang sesuai dengan konvensi, dan melakukan sinkronisasi dengan isu Jira.

MCP Easy Copy

MCP Easy Copy

Server Protokol Konteks Model yang secara otomatis membaca file konfigurasi Claude Desktop dan menyajikan semua layanan MCP yang tersedia dalam format yang mudah disalin di bagian atas daftar alat.

Glide API MCP Server

Glide API MCP Server

Memfasilitasi interaksi yang aman dan memiliki tipe data yang jelas (type-safe) dengan Glide API versi 1 dan 2, memungkinkan pengguna untuk mengelola data aplikasi dan melakukan operasi CRUD pada tabel melalui antarmuka Protokol Konteks Model.

Honeycomb MCP Server

Honeycomb MCP Server

sarang lebah-mcp-server

MCP REST API Tester

MCP REST API Tester

Server MCP berbasis TypeScript yang memungkinkan pengujian REST API melalui Cline. Alat ini memungkinkan Anda untuk menguji dan berinteraksi dengan titik akhir REST API apa pun langsung dari lingkungan pengembangan Anda.

Istio MCP-over-XDSv3 server sample

Istio MCP-over-XDSv3 server sample

A sample implementation of a MCP-over-XDSv3 gRPC server for Istio.

MCP Server: Scalable OpenAPI Endpoint Discovery and API Request Tool

MCP Server: Scalable OpenAPI Endpoint Discovery and API Request Tool

Mirror of

Tripo MCP Server

Tripo MCP Server

Menyediakan antarmuka antara asisten AI dan Tripo AI melalui Model Context Protocol, memungkinkan pembuatan aset 3D dari bahasa alami dan mengimpornya ke Blender.

Remote MCP Server on Cloudflare

Remote MCP Server on Cloudflare

robot-mcp-server

robot-mcp-server

mcp server for robot and automations

ConnectWise Manage MCP Server

ConnectWise Manage MCP Server

Model Context Protocol (MCP) server for ConnectWise Manage API

Contentful MCP Server

Contentful MCP Server

Server Protokol Konteks Model yang memungkinkan Claude berinteraksi langsung dengan Contentful CMS, memungkinkan AI untuk mengambil tipe konten dan entri dari sebuah ruang Contentful.

MCP_server_weather

MCP_server_weather

openshift-mcp

openshift-mcp

Server MCP untuk OpenShift.

MCP Server Research Project

MCP Server Research Project

Okay, here's a breakdown of what researching "Claude code" and "MCP server" might entail, along with some potential avenues for your research: **Understanding the Terms** * **Claude:** This likely refers to **Anthropic's Claude**, a large language model (LLM) similar to Google's Bard or OpenAI's GPT models. It's designed for conversational AI, text generation, and various other natural language processing tasks. * **Code (in the context of Claude):** This could mean a few things: * **Code generated by Claude:** Claude is capable of writing code in various programming languages. Researching this would involve looking at examples of code Claude has produced, its strengths and weaknesses in different languages, and how to prompt it effectively to generate the code you need. * **Code used to interact with Claude:** This refers to the API calls and libraries you use to send requests to Claude and receive responses. This would involve understanding the Anthropic API and how to integrate it into your applications. * **The internal code of Claude (highly unlikely):** The internal workings of Claude are proprietary and not publicly available. You won't be able to access the source code of the model itself. * **MCP Server:** This is more ambiguous. "MCP" could stand for several things, but in the context of code and servers, it most likely refers to: * **Minecraft Coder Pack (MCP):** This is a toolset used to decompile, deobfuscate, and recompile the Minecraft Java Edition client and server. It allows modders to understand and modify the game's code. An "MCP server" would likely be a Minecraft server that has been modified using MCP. * **Other MCP acronyms:** Depending on the context, MCP could stand for other things. You'll need to provide more context to determine the exact meaning. **Researching Claude Code** Here's how you might approach researching code related to Claude: 1. **Anthropic's Documentation:** This is the *most important* resource. Start here: * **Anthropic API Documentation:** This will provide information on how to access Claude programmatically. Look for details on: * Authentication * API endpoints * Request parameters (e.g., prompting strategies, temperature, max tokens) * Response formats * Rate limits * **Anthropic's Guides and Tutorials:** They may have tutorials on using Claude for specific coding tasks. 2. **Code Generation Examples:** * **Experiment with Claude:** The best way to understand Claude's coding capabilities is to use it yourself. Give it specific coding tasks and analyze the results. Try different programming languages and different levels of complexity. * **Search for Examples Online:** Look for blog posts, tutorials, and GitHub repositories that demonstrate how to use Claude to generate code. Use search terms like: * "Claude API code examples" * "Claude code generation tutorial" * "Anthropic Claude coding" * **Prompt Engineering:** Learn how to write effective prompts to get Claude to generate the code you want. This is a crucial skill. 3. **Libraries and SDKs:** * **Check for official or community-developed libraries:** These libraries can simplify the process of interacting with the Claude API. Look for libraries in your preferred programming language (e.g., Python, JavaScript). 4. **Limitations:** * **Understand Claude's limitations:** It's not a perfect coder. It may produce code with errors, security vulnerabilities, or code that doesn't quite meet your requirements. Always review and test the code it generates. * **Be aware of context window limits:** Claude has a limited context window, which means it can only "remember" a certain amount of text from the conversation. This can affect its ability to generate complex code that requires a lot of context. **Researching MCP Server (Assuming Minecraft Coder Pack)** If you're interested in Minecraft modding with MCP: 1. **MCP Resources:** * **Official MCP Forums/Website:** Search for the official Minecraft Coder Pack website or forums. This is where you'll find the latest versions of MCP, documentation, and support. (Note: MCP development has been somewhat fragmented over the years, so finding the *most* active community might require some digging.) * **Minecraft Modding Communities:** Look for Minecraft modding communities on forums like MinecraftForum, CurseForge, or Reddit (e.g., r/MinecraftModding). These communities can provide tutorials, support, and examples of how to use MCP. 2. **Understanding MCP's Role:** * **Decompilation and Deobfuscation:** MCP takes the obfuscated Minecraft code and makes it more readable. This is essential for understanding how the game works and how to modify it. * **Modding API (Forge/Fabric):** MCP is often used in conjunction with modding APIs like Minecraft Forge or Fabric. These APIs provide a framework for creating mods and make it easier to integrate your code into the game. 3. **Setting up an MCP Development Environment:** * **Download and Install MCP:** Follow the instructions on the MCP website to download and install the toolset. * **Configure your IDE:** Set up your Integrated Development Environment (IDE) (e.g., Eclipse, IntelliJ IDEA) to work with MCP. * **Decompile Minecraft:** Use MCP to decompile the Minecraft client and server. 4. **Modifying the Server:** * **Understand the Minecraft Server Code:** Explore the decompiled server code to understand how it works. * **Create your Mod:** Write your mod code to add new features, change existing behavior, or fix bugs. * **Recompile and Test:** Use MCP to recompile the server with your mod and test it in a Minecraft environment. **In Indonesian (Ringkasan)** Untuk meneliti "kode Claude" dan "server MCP", berikut adalah beberapa poin penting: * **Claude:** Kemungkinan besar merujuk pada Claude dari Anthropic, model bahasa besar (LLM). Penelitian melibatkan: * **Kode yang dihasilkan Claude:** Contoh kode, kekuatan dan kelemahan dalam berbagai bahasa pemrograman, dan cara memberikan *prompt* yang efektif. * **Kode untuk berinteraksi dengan Claude:** Panggilan API dan *library* untuk mengirim permintaan dan menerima respons. * **Dokumentasi Anthropic:** Sumber informasi terpenting tentang API Claude. * **MCP Server:** Kemungkinan besar merujuk pada Minecraft Coder Pack (MCP), alat untuk *decompile*, *deobfuscate*, dan *recompile* Minecraft. * **MCP Resources:** Cari situs web atau forum resmi MCP. * **Komunitas Modding Minecraft:** Cari tutorial, dukungan, dan contoh penggunaan MCP. * **Memahami peran MCP:** *Decompilation* dan *deobfuscation* kode Minecraft. * **API Modding (Forge/Fabric):** MCP sering digunakan dengan API modding seperti Minecraft Forge atau Fabric. **To help me give you more specific advice, please tell me:** * **What is your specific goal?** What do you want to *do* with Claude code or an MCP server? * **What is your current level of experience?** Are you a beginner coder, an experienced developer, or somewhere in between? * **Which programming languages are you familiar with?** * **Are you interested in Minecraft modding, or is there another meaning of "MCP" that you have in mind?** With more information, I can provide more targeted and helpful guidance.

n8n Workflow Builder MCP Server

n8n Workflow Builder MCP Server

Sebuah server untuk membuat dan mengelola alur kerja n8n secara terprogram dengan antarmuka REST API, mendukung pembuatan, validasi, dan ekspor alur kerja.

MCP Server for the Jina.ai Reader API

MCP Server for the Jina.ai Reader API

Model Context Protocol (MCP) Server for the Jina.ai Reader API

Neo4j MCP Server

Neo4j MCP Server

Implementasi untuk mengelola operasi basis data grafik Neo4j melalui Model Context Protocol, memungkinkan pengguna untuk menjalankan kueri Cypher terhadap basis data Neo4j mereka melalui asisten AI seperti Cursor dan Claude Desktop.

DevHub CMS MCP

DevHub CMS MCP

Integrasi Model Context Protocol (MCP) untuk mengelola konten di sistem DevHub CMS (pos blog, konten, administrasi lokasi).

Model Context Protocol (MCP) Server

Model Context Protocol (MCP) Server

Server yang di-deploy di Kubernetes untuk Model Context Protocol yang memungkinkan komunikasi aman dengan variabel lingkungan yang dapat dikonfigurasi, pemantauan kesehatan, dan deployment yang dapat diskalakan di Azure Kubernetes Service.

AI Humanize MCP Server

AI Humanize MCP Server

Mirror of

okta-mcp-server

okta-mcp-server

Here are a few ways an MCP (Management Control Plane) server could work with Okta entities, along with explanations: **1. Authentication and Authorization:** * **Explanation:** This is the most common integration. The MCP server uses Okta as its identity provider (IdP). Users authenticate through Okta, and Okta provides the MCP server with information about the user (e.g., username, groups, roles). The MCP server then uses this information to authorize the user's access to resources and functionalities within the MCP. * **How it works:** * **OAuth 2.0 / OpenID Connect (OIDC):** The MCP server acts as an OAuth 2.0 Resource Server and/or an OIDC Relying Party. When a user tries to access the MCP, they are redirected to Okta for authentication. After successful authentication, Okta redirects the user back to the MCP with an access token (and optionally an ID token). The MCP server validates the token with Okta and extracts user information from it. * **SAML (Security Assertion Markup Language):** Similar to OAuth/OIDC, but uses XML-based assertions for authentication and authorization. The MCP server acts as a Service Provider (SP), and Okta acts as the Identity Provider (IdP). * **Okta Entities Involved:** * **Users:** Okta users are the individuals who will access the MCP server. * **Groups:** Okta groups can be used to define roles and permissions within the MCP. For example, users in the "MCP-Admins" group in Okta might have administrative privileges in the MCP. * **Applications:** An Okta application represents the MCP server. This application is configured with the necessary settings for OAuth/OIDC or SAML. * **Authorization Servers (for OAuth/OIDC):** Okta's authorization server issues access tokens. * **Policies:** Okta policies (e.g., authentication policies, authorization policies) can be used to control how users authenticate and what they are allowed to do. **2. User Provisioning and Deprovisioning:** * **Explanation:** This involves automatically creating, updating, and deleting user accounts in the MCP server based on changes in Okta. This ensures that user accounts in the MCP are always synchronized with Okta. * **How it works:** * **SCIM (System for Cross-domain Identity Management):** The MCP server implements a SCIM server endpoint. Okta acts as a SCIM client and sends provisioning requests (e.g., create user, update user, delete user) to the MCP server's SCIM endpoint. * **Okta Workflows:** Okta Workflows can be used to automate provisioning tasks. For example, a workflow could be triggered when a new user is added to a specific Okta group, and the workflow would then create a corresponding user account in the MCP server. * **Okta Entities Involved:** * **Users:** Okta users are provisioned into the MCP server. * **Groups:** Okta groups can be used to determine which users should be provisioned into the MCP server and what roles they should have. * **Applications:** The Okta application representing the MCP server is configured with SCIM settings or used in Okta Workflows. **3. API Integration:** * **Explanation:** The MCP server uses the Okta API to retrieve information about users, groups, or other Okta entities. This allows the MCP server to dynamically adapt its behavior based on Okta data. * **How it works:** * The MCP server uses an Okta API token to authenticate with the Okta API. * The MCP server makes API calls to retrieve data from Okta (e.g., get user profile, list group members). * **Okta Entities Involved:** * **Users:** The MCP server might retrieve user profile information. * **Groups:** The MCP server might retrieve group membership information. * **Applications:** The Okta application representing the MCP server is used to generate the API token. **Example Scenario (Authentication and Authorization):** 1. A user tries to access the MCP server. 2. The MCP server redirects the user to Okta for authentication. 3. The user enters their Okta credentials. 4. Okta authenticates the user and redirects them back to the MCP server with an access token. 5. The MCP server validates the access token with Okta. 6. The MCP server extracts the user's roles from the access token (e.g., "admin", "viewer"). 7. The MCP server uses these roles to determine what the user is allowed to do within the MCP. **Translation to Indonesian:** Berikut adalah beberapa cara server MCP (Management Control Plane) dapat bekerja dengan entitas Okta, beserta penjelasannya: **1. Otentikasi dan Otorisasi:** * **Penjelasan:** Ini adalah integrasi yang paling umum. Server MCP menggunakan Okta sebagai penyedia identitas (IdP). Pengguna melakukan otentikasi melalui Okta, dan Okta memberikan informasi tentang pengguna (misalnya, nama pengguna, grup, peran) kepada server MCP. Server MCP kemudian menggunakan informasi ini untuk mengotorisasi akses pengguna ke sumber daya dan fungsionalitas di dalam MCP. * **Cara kerjanya:** * **OAuth 2.0 / OpenID Connect (OIDC):** Server MCP bertindak sebagai Server Sumber Daya OAuth 2.0 dan/atau Pihak yang Mengandalkan OIDC. Ketika pengguna mencoba mengakses MCP, mereka dialihkan ke Okta untuk otentikasi. Setelah otentikasi berhasil, Okta mengalihkan pengguna kembali ke MCP dengan token akses (dan secara opsional token ID). Server MCP memvalidasi token dengan Okta dan mengekstrak informasi pengguna darinya. * **SAML (Security Assertion Markup Language):** Mirip dengan OAuth/OIDC, tetapi menggunakan pernyataan berbasis XML untuk otentikasi dan otorisasi. Server MCP bertindak sebagai Penyedia Layanan (SP), dan Okta bertindak sebagai Penyedia Identitas (IdP). * **Entitas Okta yang Terlibat:** * **Pengguna:** Pengguna Okta adalah individu yang akan mengakses server MCP. * **Grup:** Grup Okta dapat digunakan untuk menentukan peran dan izin di dalam MCP. Misalnya, pengguna dalam grup "MCP-Admins" di Okta mungkin memiliki hak administratif di MCP. * **Aplikasi:** Aplikasi Okta mewakili server MCP. Aplikasi ini dikonfigurasi dengan pengaturan yang diperlukan untuk OAuth/OIDC atau SAML. * **Server Otorisasi (untuk OAuth/OIDC):** Server otorisasi Okta mengeluarkan token akses. * **Kebijakan:** Kebijakan Okta (misalnya, kebijakan otentikasi, kebijakan otorisasi) dapat digunakan untuk mengontrol bagaimana pengguna melakukan otentikasi dan apa yang diizinkan untuk mereka lakukan. **2. Penyediaan dan Penghapusan Pengguna:** * **Penjelasan:** Ini melibatkan pembuatan, pembaruan, dan penghapusan akun pengguna secara otomatis di server MCP berdasarkan perubahan di Okta. Ini memastikan bahwa akun pengguna di MCP selalu disinkronkan dengan Okta. * **Cara kerjanya:** * **SCIM (System for Cross-domain Identity Management):** Server MCP mengimplementasikan titik akhir server SCIM. Okta bertindak sebagai klien SCIM dan mengirimkan permintaan penyediaan (misalnya, buat pengguna, perbarui pengguna, hapus pengguna) ke titik akhir SCIM server MCP. * **Okta Workflows:** Okta Workflows dapat digunakan untuk mengotomatiskan tugas penyediaan. Misalnya, alur kerja dapat dipicu ketika pengguna baru ditambahkan ke grup Okta tertentu, dan alur kerja tersebut kemudian akan membuat akun pengguna yang sesuai di server MCP. * **Entitas Okta yang Terlibat:** * **Pengguna:** Pengguna Okta disediakan ke server MCP. * **Grup:** Grup Okta dapat digunakan untuk menentukan pengguna mana yang harus disediakan ke server MCP dan peran apa yang harus mereka miliki. * **Aplikasi:** Aplikasi Okta yang mewakili server MCP dikonfigurasi dengan pengaturan SCIM atau digunakan dalam Okta Workflows. **3. Integrasi API:** * **Penjelasan:** Server MCP menggunakan Okta API untuk mengambil informasi tentang pengguna, grup, atau entitas Okta lainnya. Ini memungkinkan server MCP untuk secara dinamis menyesuaikan perilakunya berdasarkan data Okta. * **Cara kerjanya:** * Server MCP menggunakan token API Okta untuk melakukan otentikasi dengan Okta API. * Server MCP membuat panggilan API untuk mengambil data dari Okta (misalnya, dapatkan profil pengguna, daftar anggota grup). * **Entitas Okta yang Terlibat:** * **Pengguna:** Server MCP mungkin mengambil informasi profil pengguna. * **Grup:** Server MCP mungkin mengambil informasi keanggotaan grup. * **Aplikasi:** Aplikasi Okta yang mewakili server MCP digunakan untuk menghasilkan token API. **Contoh Skenario (Otentikasi dan Otorisasi):** 1. Seorang pengguna mencoba mengakses server MCP. 2. Server MCP mengalihkan pengguna ke Okta untuk otentikasi. 3. Pengguna memasukkan kredensial Okta mereka. 4. Okta mengotentikasi pengguna dan mengalihkan mereka kembali ke server MCP dengan token akses. 5. Server MCP memvalidasi token akses dengan Okta. 6. Server MCP mengekstrak peran pengguna dari token akses (misalnya, "admin", "viewer"). 7. Server MCP menggunakan peran ini untuk menentukan apa yang diizinkan untuk dilakukan pengguna di dalam MCP.