MCP.so
登录

MCP Tools Server

@metrovoc

关于 MCP Tools Server

暂无概览

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

metrovoc

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Tools Server?

MCP Tools Server is a Minecraft server plugin that provides an API for Large Language Models (LLMs) to interact with your Minecraft server. It leverages the Model Context Protocol (MCP) to expose server functionality as tools that can be called by AI assistants.

How to use MCP Tools Server?

Download the latest JAR file, place it in the server's plugins folder, restart the server, edit config.yml, and use /mcptools reload in-game to apply changes. The plugin exposes HTTP endpoints (/info, /tools/list, /tools/call) that follow the MCP protocol for LLM interaction.

Key features of MCP Tools Server

  • View server logs remotely through the API
  • Access player chat and Discord messages via DiscordSRV
  • Execute Minecraft commands remotely
  • Follows the Model Context Protocol for seamless LLM integration
  • Configurable access token authentication
  • Supports Paper/Spigot 1.19+ with Java 17

Use cases of MCP Tools Server

  • Allow an AI assistant to monitor and respond to in-game events
  • Enable remote server management through natural language commands
  • Integrate Minecraft server data with external LLM-based tools
  • Automate moderation or administrative tasks via AI-driven tool calls

FAQ from MCP Tools Server

How do I secure the API?

You can set an access-token in the configuration file under mcp.server. If left empty, no authentication is required.

What Minecraft server software is required?

The plugin requires Paper or Spigot 1.19 or higher, and Java 17 or higher.

Does the plugin require DiscordSRV?

No, DiscordSRV is optional and only needed if you want to include Discord messages in chat logs.

What commands are blocked by default?

The blocked command prefixes include op, deop, ban, kick, stop, and reload; these can be changed in the configuration.

Can I call the API without an LLM?

Yes, you can use any HTTP client like curl to interact with the endpoints directly.

评论

其他 分类下的更多 MCP 服务器