Overview
Mcp Base is a directory for the best MCP (Minecraft: Pocket Edition) servers, providing users with a curated list of servers to enhance their gaming experience.
To use Mcp Base, simply visit the website and browse through the list of available MCP servers. You can click on any server to get more details and connect to it.
- Comprehensive directory of MCP servers - User-friendly interface for easy navigation - Regular updates to ensure the best servers are listed
- Finding popular MCP servers to join for multiplayer gaming.
- Exploring different server types and communities within the MCP ecosystem.
- Staying updated with the latest and best MCP servers available.
Add to your AI client
Use these steps to connect Mcp Base 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-base-berkayderin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-base-berkayderin"
]
}
}
}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-base-berkayderin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-base-berkayderin"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-base-berkayderin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-base-berkayderin"
]
}
}
}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-base-berkayderin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-base-berkayderin"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-base-berkayderin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-base-berkayderin"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-base-berkayderin": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-base-berkayderin"
]
}
}
}FAQ
How do I connect to a server listed on Mcp Base?
Click on the server name to view details and follow the connection instructions provided.
Is Mcp Base free to use?
Yes! Mcp Base is completely free for all users.
How often is the server list updated?
The server list is updated regularly to ensure users have access to the best and most popular MCP servers.