mcp-server-minecraft-mod-devdoc
This project is a Model Context Protocol (MCP) Server tailored for Minecraft mod development, providing structured access to mod documentation. It supports integration with various clients and can expand to different document sources.
Top Comments
Overview
This project is an MCP Server designed for Minecraft mod development documentation. It supports Neoforge documents and is expandable to support other document sources like Fabric.
Features
- Lists available documentation providers and their versions.
- Displays the structure and preview of document files.
- Retrieves the full content of documentation files.
- Integrates with MCP clients such as Claude Desktop and VS Code.
Usage
Integrate with supported MCP clients by configuring the server path and command.
Extensions
New document providers can be added by implementing a new provider class and registering it in the main Python file.
Troubleshooting
- Ensure Git is installed and repositories are correctly cloned.
- Check for dependency issues or port conflicts if the server fails to start.
Contributions
Contributions are welcome by forking the repository, creating feature branches, and submitting pull requests.
Dependencies
Utilizes MCP, aiohttp, and uvicorn among others. See requirements.txt
or pyproject.toml
for more details.
License
Apache License 2.0.