LLM_with_MCP_server
Verified Safeby ishant1234567890
Overview
Facilitates real-time, AI-powered chat interaction between a Large Language Model and players within a Minecraft Pi Edition server.
Installation
python main.pyEnvironment Variables
- LLM_MODEL_PATH
- MC_HOST
- MC_PORT
Security Notes
The server does not contain 'eval' calls, obfuscated code, or apparent hardcoded secrets. It connects to a local LLM and a Minecraft server, posting LLM responses to chat. The primary security consideration would be the content generated by the LLM if deployed in an uncontrolled environment, but the code itself does not introduce direct system vulnerabilities.
Similar Servers
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
mcp-rubber-duck
Acts as an MCP (Model Context Protocol) server to bridge and orchestrate multiple OpenAI-compatible LLMs, enabling multi-agent collaboration (voting, judging, debates, iterative refinement) and controlled access to external MCP tools.
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
cross-llm-mcp
This MCP server provides a unified interface for calling and orchestrating multiple Large Language Models (LLMs) from various providers, offering user preferences for model selection, tag-based routing, and a comprehensive prompt logging system.