P
Paperapi MCP
by @Xrlnes
PaperAPI MCP helps AI tools find the right Paper API surface faster, with less noise and fewer wrong turns.
Created 3/11/2026
Updated about 19 hours ago
README
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_eventssearch_classesget_eventget_class_methodssearch_examplesgenerate_plugin_structuregenerate_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
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/Xrlnes/PaperAPI-MCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"xrlnes-paperapi-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/Xrlnes/PaperAPI-MCP"
]
}
}
}