Discover Awesome MCP Servers
Extend your agent with 27,150 capabilities via MCP servers.
- All27,150
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
mcp-test
MCP (presumably referring to Minecraft Protocol) 서버를 LLM (Large Language Model) 앱과 통합하는 튜토리얼은 아직 흔하지 않습니다. 왜냐하면 이는 비교적 새로운 분야이고, 통합 방식이 매우 다양하며, 특정 목표에 따라 크게 달라지기 때문입니다. 하지만, 다음과 같은 방법으로 접근하여 필요한 정보를 찾고 통합을 시도해 볼 수 있습니다. **1. 핵심 개념 이해:** * **Minecraft Protocol (MCP):** Minecraft 클라이언트와 서버 간의 통신 프로토콜입니다. 이를 이해하면 서버와 상호작용하는 데 필요한 메시지를 주고받을 수 있습니다. * **LLM (Large Language Model):** 대규모 텍스트 데이터로 학습된 인공지능 모델입니다. 자연어 처리, 텍스트 생성, 질문 응답 등 다양한 작업을 수행할 수 있습니다. * **API (Application Programming Interface):** LLM과 상호작용하기 위한 인터페이스입니다. OpenAI API, Google Cloud AI Platform API 등이 있습니다. **2. 검색 키워드 활용:** 다음과 같은 키워드를 조합하여 검색해 보세요. * "Minecraft LLM integration" * "Minecraft AI chatbot" * "Minecraft server API" * "Minecraft Python API" (Python을 사용하는 경우) * "Minecraft Java API" (Java를 사용하는 경우) * "LLM Minecraft agent" * "Minecraft reinforcement learning" (강화 학습을 사용하는 경우) **3. 관련 기술 스택 고려:** * **프로그래밍 언어:** Python, Java 등 Minecraft 서버와 LLM API를 연결하는 데 사용할 언어를 선택합니다. Python은 다양한 LLM 라이브러리와 호환성이 좋아 일반적으로 선호됩니다. * **Minecraft 서버 API:** Minecraft 서버와 상호작용하기 위한 API를 선택합니다. Spigot API, Bukkit API, Fabric API 등이 있습니다. * **LLM API:** OpenAI API, Google Cloud AI Platform API, Hugging Face Transformers 등 LLM을 사용하기 위한 API를 선택합니다. * **통신 방식:** Minecraft 서버와 LLM 앱 간의 통신 방식을 결정합니다. REST API, WebSocket, gRPC 등이 있습니다. **4. 가능한 통합 시나리오 및 예시:** * **챗봇:** LLM을 사용하여 Minecraft 내에서 플레이어와 상호작용하는 챗봇을 만들 수 있습니다. 플레이어의 질문에 답하거나, 명령을 수행하거나, 게임 내 정보를 제공할 수 있습니다. * **자동 빌더:** LLM을 사용하여 플레이어가 제공한 설명에 따라 자동으로 구조물을 건설하는 시스템을 만들 수 있습니다. * **게임 내 이벤트 생성:** LLM을 사용하여 게임 내에서 발생하는 이벤트를 동적으로 생성할 수 있습니다. 예를 들어, 플레이어의 행동에 따라 새로운 퀘스트를 생성하거나, 적의 행동 패턴을 변경할 수 있습니다. * **강화 학습 에이전트:** LLM을 사용하여 Minecraft 환경에서 학습하는 강화 학습 에이전트를 만들 수 있습니다. 에이전트는 특정 목표를 달성하기 위해 스스로 학습하고 행동합니다. **5. 참고 자료:** * **Minecraft API 문서:** Spigot API, Bukkit API, Fabric API 등의 공식 문서를 참고하여 서버와 상호작용하는 방법을 익히세요. * **LLM API 문서:** OpenAI API, Google Cloud AI Platform API 등의 공식 문서를 참고하여 LLM을 사용하는 방법을 익히세요. * **GitHub:** 관련 프로젝트를 검색하여 다른 개발자들의 코드를 참고하세요. * **Stack Overflow:** 문제 해결에 도움이 될 수 있는 질문과 답변을 찾아보세요. * **연구 논문:** 관련 연구 논문을 검색하여 최신 기술 동향을 파악하세요. **주의 사항:** * Minecraft 서버와 LLM API를 통합하는 것은 복잡한 작업일 수 있습니다. * 보안에 유의하여 API 키를 안전하게 관리하고, 악성 코드로부터 서버를 보호해야 합니다. * LLM API 사용량에 따라 비용이 발생할 수 있으므로, 사용량을 주의 깊게 모니터링해야 합니다. 이러한 정보들을 바탕으로, 구체적인 목표를 설정하고, 관련된 기술 스택을 학습하며, 검색을 통해 필요한 정보를 찾아나가면 MCP 서버와 LLM 앱을 성공적으로 통합할 수 있을 것입니다. 행운을 빕니다!
Hivemind
Provides instant access to a searchable knowledge base of 16,000+ community-driven troubleshooting solutions for common coding problems. Includes community feedback and smart ranking to help AI assistants find the most effective solutions.
AdminMCP
Provides LLMs with administrative capabilities to execute shell commands on local systems through a pseudo-terminal environment with Unix Domain Socket communication.
xBase MCP Server by CData
xBase MCP Server by CData
Google Calendar MCP Server
Integrates Google Calendar with the Model Context Protocol to manage events, search agendas, and check availability. It features Home Assistant integration and SSE support for remote access through Claude Desktop.
MySQL MCP Server
Meeting Room MCP Server
A simple MCP server that enables meeting room booking through an AI assistant, supporting room availability checks and booking operations with React Agent pattern for tool calling.
atlas-browser-mcp
Enables AI agents to navigate the web visually using screenshot-based interaction and Set-of-Mark labeling for interactive elements. It supports humanized browsing behaviors, anti-detection measures, and complex tasks like multi-click CAPTCHA solving.
qasphere-mcp
QA Sphere MCP 서버는 대규모 언어 모델이 테스트 관리 시스템 테스트 케이스와 직접 상호 작용할 수 있도록 지원하여 AI 기반 개발 워크플로 및 테스트 케이스 검색을 지원합니다.
MCP Planning Server
Provides structured task planning and tracking capabilities with 40 tools for managing requirements, solutions, architectural decisions, and hierarchical implementation phases with progress tracking.
MCP Server Tools
Provides basic utility tools including calculator for arithmetic operations, text processor for string transformations, and JSON formatter for validating and formatting JSON data.
NetBox Read/Write MCP Server
A Model Context Protocol server that provides safe, intelligent read/write access to NetBox instances, designed with safety-first principles for Large Language Model automation.
EVM MCP Server
AI 에이전트가 30개 이상의 이더리움 호환 블록체인 네트워크와 상호 작용할 수 있도록 지원하는 모델 컨텍스트 프로토콜 서버입니다. 토큰 전송, 컨트랙트 상호 작용, ENS 해결과 같은 서비스를 통합된 인터페이스를 통해 제공합니다.
MCP Make Sound
A Model Context Protocol server for macOS that enables AI assistants to play system sounds for audio feedback, offering informational, warning, and error sound options.
Fun MCP Server
A server that integrates with Claude Desktop to provide entertaining and helpful content including random jokes, quotes, facts, and advice.
MCP Azure DevOps Server
An open-source server that enables AI agents to interact with Azure DevOps projects through the Model Context Protocol, providing tools for managing work items, wikis, and repositories to streamline development workflows.
Vibe Preprocessing and Analysis MCP Server
Enables users to preprocess, analyze, and visualize CSV data through comprehensive tools for data manipulation, statistical analysis, and graph generation.
Jokes MCP Server
An MCP server implementation that delivers various joke types (Chuck Norris, Dad jokes, etc.) to Microsoft Copilot Studio and GitHub Copilot through the Model Context Protocol.
CodeAnalysis MCP Server
고급 코드 분석을 위한 포괄적인 모델 컨텍스트 프로토콜 서버로, 구문 분석, 의존성 시각화, AI 지원 개발 워크플로우 지원 도구를 제공합니다.
D2L Brightspace MCP Server
Enables AI assistants to interact with D2L Brightspace LMS, providing access to assignments, grades, course content, calendar events, and announcements through automated SSO authentication.
Xero Expenses MCP
Enables interaction with Xero accounting software to create and manage invoices, bills, expenses, and expense claims with file attachments through PKCE authentication.
FastMCP OpenAPI Demo
A demonstration server that automatically generates Model Context Protocol (MCP) servers from OpenAPI specifications, providing seamless integration with FastAPI and supporting various transmission methods like STDIO, HTTP, and SSE.
Meraki MCP Server
Enables management and monitoring of Cisco Meraki networks, including device operations, client policies, firewall rules, wireless settings, and camera configurations through the Meraki API.
React + Tailwind MCP Server Template
A full-stack template for building Model Context Protocol (MCP) servers with a modern React frontend, allowing developers to create AI agent tools and workflows while providing a beautiful web interface.
Edge-TTS MCP Server
An MCP server that leverages the Microsoft Edge TTS service to provide high-quality text-to-speech capabilities across over 80 languages. It enables users to generate audio files, query available voices, and create subtitle files using natural language commands.
LocalMCP
An advanced MCP-based AI agent system with intelligent tool orchestration, multi-LLM support, and enterprise-grade reliability features like semantic routing and circuit breakers.
SafeNest MCP Server
Provides AI-powered child safety tools to detect bullying, grooming, and unsafe content within digital conversations. It enables AI assistants to perform emotional analysis and generate age-appropriate safety action plans or incident reports.
Conduit
A Model Context Protocol server that integrates with Phabricator and Phorge APIs, enabling developers to automate and interact with task management systems through both synchronous and asynchronous clients.
kagi-kan-mcp
Unofficial MCP server for working with Kagi without API access (you'll need to be a customer, tho). Searches and summarizes. Uses Kagi session token for easy authentication.
Foundry VTT MCP Bridge
Connects Claude Desktop to Foundry VTT for AI-powered campaign management, enabling natural language interaction with game data including quest creation, character management, compendium searches, and dice rolling. Provides 20 MCP tools for seamless integration between Claude and your tabletop RPG sessions.