MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

P
Paperapi MCP
作者 @Xrlnes

PaperAPI MCP helps AI tools find the right Paper API surface faster, with less noise and fewer wrong turns.

创建于 3/11/2026
更新于 2 days ago
Repository documentation and setup instructions

PaperAPI MCP

⚡ Faster Paper plugin building for AI-powered workflows

PaperAPI MCP helps AI tools find the right Paper API surface faster, with less noise and fewer wrong turns.

Built for teams and developers who want cleaner MCP answers, quicker implementation, and a smoother Paper development experience.

✨ Why PaperAPI MCP

  • Faster Paper API discovery
  • Shorter, more useful MCP responses
  • Less time lost in scattered docs and source browsing
  • Better accuracy while generating Paper plugin code
  • Simple remote MCP connection for AI tools

🧩 Core Tools

  • search_events
  • search_classes
  • get_event
  • get_class_methods
  • search_examples
  • generate_plugin_structure
  • generate_plugin_yml

🎯 Who It's For

  • Paper plugin developers
  • Teams building Minecraft plugins with AI
  • People who want quicker access to the right API surface
  • Workflows that need a cleaner and more reliable MCP experience

🌍 Public MCP Endpoint

https://mcp.minecraft-collective.net/mcp

🔌 Quick Client Setup

{
  "mcpServers": {
    "paperapi": {
      "url": "https://mcp.minecraft-collective.net/mcp"
    }
  }
}

🚀 Less searching, less friction, more building

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Xrlnes/PaperAPI-MCP
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "xrlnes-paperapi-mcp": { "command": "git", "args": [ "clone", "https://github.com/Xrlnes/PaperAPI-MCP" ] } } }