MCP Custom Servers Collection
Collection of custom MCP servers for multiple installations
Overview
MCP Custom Servers Collection is a repository that provides a collection of custom MCP (Minecraft Coder Pack) servers designed for use across multiple installations.
To use the MCP Custom Servers Collection, clone the repository from GitHub, navigate to the desired server directory, and follow the installation instructions provided in the documentation.
- Collection of various custom MCP server implementations - Structured repository for easy navigation - Templates for creating new servers - Comprehensive documentation for each server
- Setting up custom Minecraft servers for different game modes.
- Developing and testing new server configurations.
- Sharing custom server setups with the community.
Add to your AI client
Use these steps to connect MCP Custom Servers Collection in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-custom-servers-awshux": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-custom-servers-awshux"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-custom-servers-awshux": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-custom-servers-awshux"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-custom-servers-awshux": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-custom-servers-awshux"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-custom-servers-awshux": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-custom-servers-awshux"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-custom-servers-awshux": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-custom-servers-awshux"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-custom-servers-awshux": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-custom-servers-awshux"
]
}
}
}FAQ
How do I add a new server to the collection?
To add a new server, create a new directory under `servers/`, include the necessary source files, configuration examples, and documentation.
Can I contribute to the MCP Custom Servers Collection?
Yes! You can contribute by forking the repository, making changes, and submitting a Pull Request.
Where can I find installation instructions?
Installation instructions are available in the respective directories of each server.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1573,"uuid":"32457ad8-fe17-4cba-aa0b-a695f959ba1f","name":"mcp-custom-servers","title":"MCP Custom Servers Collection","description":"Collection of custom MCP servers for multiple installations","avatar_url":"https://avatars.githubusercontent.com/u/183143948?v=4","created_at":"$D2025-02-22T05:10:39.939Z","updated_at":"$D2025-02-23T07:21:18.317Z","status":"created","author_name":"Awshux","author_avatar_url":"https://avatars.githubusercontent.com/u/183143948?v=4","tags":"mcp,custom-servers,repository","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Awshux/mcp-custom-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]