Overview
What is MCP Server for Minecraft Mod Documentation?
MCP Server is a server based on the Model Context Protocol (MCP) designed for viewing Minecraft modding documentation, currently supporting Neoforge documentation and designed to be extensible for other documentation sources like Fabric.
How to use MCP Server?
To use the MCP Server, configure it in a compatible client (like Claude Desktop or VS Code) using the provided JSON configuration, and run the server using the command line.
Key features of MCP Server?
- Lists available documentation providers and their versions.
- Displays the file structure and previews of documentation files.
- Retrieves complete content of documentation files.
- Automatically manages local repositories and updates as needed.
Use cases of MCP Server?
- Accessing and viewing Minecraft mod documentation.
- Integrating with development tools for modding.
- Extending support for additional documentation sources.
FAQ from MCP Server?
- What documentation sources are supported?
Currently, Neoforge is supported, with plans to add Fabric in the future.
- How do I add a new documentation provider?
Create a new provider class in the providers directory and register it in the main.py file.
- What should I do if the server fails to start?
Check for dependency issues, port conflicts, and ensure all necessary components are installed.