Discover Awesome MCP Servers

Extend your agent with 12,870 capabilities via MCP servers.

All12,870
Ransomware Live MCP Server

Ransomware Live MCP Server

랜섬웨어 라이브 MCP 서버 ✨🔐

OWL-MCP

OWL-MCP

A Model-Context-Protocol server that enables AI assistants to create, edit, and manage Web Ontology Language (OWL) ontologies through function calls using OWL functional syntax.

Logo MCP

Logo MCP

An intelligent website logo extraction system built on the Model Context Protocol (MCP) that automatically identifies and extracts logo icons from websites.

docmcp

docmcp

docmcp

Investidor10 MCP Server

Investidor10 MCP Server

Investidor10 MCP Server

die-mcp

die-mcp

Detect It Easy (DIE) MCP 서버

Gyazo MCP Server

Gyazo MCP Server

A TypeScript-based MCP server that enables AI assistants to interact with Gyazo images using the Model Context Protocol, providing access to image URIs, metadata, and OCR data via the Gyazo API.

Polarion MCP Servers

Polarion MCP Servers

Polarion용 MCP 서버

Heygen MCP Server

Heygen MCP Server

Claude 데스크톱 및 에이전트가 HeyGen API를 통해 AI 아바타와 비디오를 생성할 수 있도록 지원하며, 지정된 텍스트 및 음성 옵션으로 아바타 비디오를 생성하고 관리하는 도구를 제공합니다.

mcp_repo_4a01eabf

mcp_repo_4a01eabf

이 저장소는 GitHub용 MCP 서버의 테스트 스크립트에 의해 생성되었습니다.

PassioGo_MCP_Server

PassioGo_MCP_Server

Figma MCP Demo

Figma MCP Demo

A server that enables Cursor AI to generate code from Figma components by connecting to Figma's MCP Dev Server.

MCP Server

MCP Server

MCP 서버

Anki MCP Server

Anki MCP Server

거울

MCP Server Tutorial

MCP Server Tutorial

Remote MCP Server

Remote MCP Server

A server implementation of the Model Context Protocol (MCP) that runs on Cloudflare Workers, enabling AI assistants like Claude to securely access external tools and APIs through OAuth authentication.

Model Context Protocol (MCP) Server Project

Model Context Protocol (MCP) Server Project

mcp_docs_server

mcp_docs_server

## MCP 서버 구축 도우미 MCP (Minecraft Coder Pack) 서버 구축을 도와드리겠습니다. MCP 서버는 Minecraft 소스 코드를 디컴파일하고 수정하여 자신만의 모드를 개발하거나 기존 모드를 수정하는 데 사용됩니다. 다음은 MCP 서버 구축을 위한 단계별 가이드입니다. **1. 필요한 도구 설치:** * **Java Development Kit (JDK):** Minecraft 및 MCP는 Java로 작성되었으므로 JDK가 필요합니다. 최신 버전의 JDK를 설치하는 것이 좋습니다. [https://www.oracle.com/java/technologies/javase-downloads.html](https://www.oracle.com/java/technologies/javase-downloads.html) 에서 다운로드할 수 있습니다. * **Python:** MCP 스크립트는 Python으로 작성되었으므로 Python이 필요합니다. Python 3.x 버전을 설치하는 것이 좋습니다. [https://www.python.org/downloads/](https://www.python.org/downloads/) 에서 다운로드할 수 있습니다. * **MCP (Minecraft Coder Pack):** MCP는 Minecraft 소스 코드를 디컴파일하고 리컴파일하는 데 사용되는 도구입니다. [https://mcpbot.oceanlabs.cc/](https://mcpbot.oceanlabs.cc/) 에서 최신 버전의 MCP를 다운로드할 수 있습니다. **2. MCP 설치 및 설정:** 1. 다운로드한 MCP 압축 파일을 원하는 위치에 압축 해제합니다. 2. MCP 폴더로 이동합니다. 3. `conf` 폴더를 찾습니다. 4. `mcp.cfg` 파일을 텍스트 편집기로 엽니다. 5. 다음 설정을 확인하고 필요에 따라 수정합니다. * `ClientVersion`: 사용할 Minecraft 버전을 지정합니다. (예: `1.19.4`) * `ServerVersion`: 사용할 Minecraft 서버 버전을 지정합니다. (예: `1.19.4`) * `MCPDeobfuscate`: `true`로 설정하여 MCP가 코드를 디컴파일할 때 난독화 해제를 수행하도록 합니다. * `PythonDir`: Python 실행 파일의 경로를 지정합니다. (예: `C:\Python39\python.exe`) * `JavaDir`: Java 실행 파일의 경로를 지정합니다. (예: `C:\Program Files\Java\jdk-17.0.2\bin\java.exe`) 6. `mcp.cfg` 파일을 저장하고 닫습니다. **3. Minecraft 서버 파일 다운로드:** 1. `jars` 폴더를 찾습니다. 2. `minecraft_server.jar` 파일을 Minecraft 공식 웹사이트에서 다운로드하여 `jars` 폴더에 넣습니다. 다운로드할 Minecraft 버전은 `mcp.cfg` 파일에 설정한 `ServerVersion`과 일치해야 합니다. [https://www.minecraft.net/en-us/download/server](https://www.minecraft.net/en-us/download/server) 에서 다운로드할 수 있습니다. **4. MCP 환경 설정:** 1. 명령 프롬프트 또는 터미널을 열고 MCP 폴더로 이동합니다. 2. 다음 명령을 실행하여 MCP 환경을 설정합니다. ```bash python ./mcp.py update ``` 이 명령은 Minecraft 서버 파일을 다운로드하고 필요한 데이터를 추출합니다. 3. 다음 명령을 실행하여 Minecraft 서버 코드를 디컴파일합니다. ```bash python ./mcp.py decompile ``` 이 명령은 시간이 오래 걸릴 수 있습니다. **5. 서버 코드 수정 (선택 사항):** 1. 디컴파일된 서버 코드는 `src/minecraft_server` 폴더에 있습니다. 2. 원하는 대로 코드를 수정합니다. **6. 서버 코드 리컴파일:** 1. 명령 프롬프트 또는 터미널에서 MCP 폴더로 이동합니다. 2. 다음 명령을 실행하여 서버 코드를 리컴파일합니다. ```bash python ./mcp.py recompile ``` 이 명령은 수정된 코드를 다시 컴파일합니다. 3. 다음 명령을 실행하여 리컴파일된 코드를 패치합니다. ```bash python ./mcp.py reobfuscate ``` 이 명령은 코드를 다시 난독화하고 최종 서버 파일을 생성합니다. **7. 서버 실행:** 1. `jars` 폴더에서 `minecraft_server.jar` 파일을 찾습니다. 2. 명령 프롬프트 또는 터미널에서 `jars` 폴더로 이동합니다. 3. 다음 명령을 실행하여 서버를 시작합니다. ```bash java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui ``` `-Xmx1024M` 및 `-Xms1024M`은 서버에 할당할 최대 및 최소 메모리 양을 지정합니다. 필요에 따라 값을 조정할 수 있습니다. **문제 해결:** * **오류 메시지:** 오류 메시지를 주의 깊게 읽고 문제의 원인을 파악합니다. * **로그 파일:** MCP 로그 파일 (`logs` 폴더)을 확인하여 오류에 대한 자세한 정보를 얻습니다. * **온라인 커뮤니티:** Minecraft 및 MCP 관련 온라인 커뮤니티 (포럼, Discord 서버 등)에 질문하여 도움을 받습니다. **주의 사항:** * MCP는 복잡한 도구이며 사용하기 어려울 수 있습니다. * Minecraft 소스 코드를 수정하면 게임의 안정성에 영향을 미칠 수 있습니다. * Minecraft 최종 사용자 라이선스 계약 (EULA)을 준수해야 합니다. 이 가이드라인이 MCP 서버 구축에 도움이 되기를 바랍니다. 궁금한 점이 있으면 언제든지 질문하십시오.

Getting Started with Create React App

Getting Started with Create React App

MCP 서버 테스트용 React 애플리케이션

mcp-kagi-search

mcp-kagi-search

npx를 사용하여 Kagi API를 위한 MCP 서버 구현. n8n에서 쉽게 실행할 수 있습니다.

mcp-4o-Image-Generator

mcp-4o-Image-Generator

mcp-4o-Image-Generator

rust-mcp-tutorial

rust-mcp-tutorial

러스트로 MCP 서버 시험해보기

Mcp Server

Mcp Server

클로드용 예제 MCP 서버

Autotask MCP Server

Autotask MCP Server

A Model Context Protocol server that enables natural language querying of Kaseya's Autotask PSA data through AI assistants, supporting contract analysis, ticket tracking, agent activities, and project status monitoring.

Twilio MCP Server by CData

Twilio MCP Server by CData

This read-only MCP Server allows you to connect to Twilio data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp

Stimulus Docs MCP Server

Stimulus Docs MCP Server

An MCP server that provides access to up-to-date Stimulus JS documentation directly within Claude conversations and VS Code.

Actor-Critic Thinking MCP Server

Actor-Critic Thinking MCP Server

Provides dual-perspective analysis through alternating actor (creator/performer) and critic (analyzer/evaluator) viewpoints, generating comprehensive performance evaluations with balanced, actionable feedback.

Warden Magento MCP Server

Warden Magento MCP Server

A Model Context Protocol server that enables AI assistants to interact directly with Warden-managed Magento 2 development environments, automating common tasks like project initialization, environment management, database operations, and Magento CLI commands.

Peekaboo MCP

Peekaboo MCP

A macOS utility that captures screenshots and analyzes them with AI vision, enabling AI assistants to see and interpret what's on your screen.

Spring AI MCP Batch Job Server

Spring AI MCP Batch Job Server

금융 거래를 위한 배치 처리 도구를 제공하는 Spring Boot Model Context Protocol (MCP) 서버.