Overview
Awesome-MCP is a comprehensive collection of servers, clients, and resources related to the MCP (Minecraft: Pocket Edition) community.
To use Awesome-MCP, visit the GitHub repository, where you can find various resources, including server setups and client modifications.
- A curated list of MCP servers and clients - Community-driven contributions and updates - Easy access to resources for Minecraft enthusiasts
- Setting up your own Minecraft Pocket Edition server
- Modifying clients for enhanced gameplay
- Discovering new servers to join and play with friends
Add to your AI client
Use these steps to connect awesome-mcp 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": {
"awesome-mcp-iamcorey": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-iamcorey"
]
}
}
}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": {
"awesome-mcp-iamcorey": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-iamcorey"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"awesome-mcp-iamcorey": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-iamcorey"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"awesome-mcp-iamcorey": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-iamcorey"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"awesome-mcp-iamcorey": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-iamcorey"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"awesome-mcp-iamcorey": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-mcp-iamcorey"
]
}
}
}FAQ
Is Awesome-MCP free to use?
Yes! Awesome-MCP is free to use and open-source.
Can I contribute to Awesome-MCP?
Absolutely! Contributions are welcome, and you can submit your resources via pull requests on GitHub.
What kind of resources can I find in Awesome-MCP?
You can find server setups, client modifications, and various tools related to Minecraft: Pocket Edition.