everything vs better-godot-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | better-godot-mcp by n24q02m | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
better-godot-mcp · Summary
Composite MCP server providing 17 mega-tools for AI-assisted Godot game development.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
better-godot-mcp · Use cases
- AI-assisted game development with Godot Engine
- Automating scene management and manipulation tasks
- Streamlining script and resource management in Godot projects
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingbetter-godot-mcp · Install
Installation
Claude Desktop
- Open Claude Desktop preferences
- Go to 'MCP Servers' section
- Add the following configuration:
{
"better-godot-mcp": {
"command": "npx",
"args": ["@n24q02m/better-godot-mcp"]
}
}npm
npm install -g @n24q02m/better-godot-mcpDocker
docker run n24q02m/better-godot-mcpFor detailed setup instructions, visit: https://mcp.n24q02m.com/servers/better-godot-mcp/setup/