Overview
MCP Server for Agent8 is a server implementing the Model Context Protocol (MCP) to support the development of the Agent8 SDK, facilitating multiplayer game development workflows.
To use the MCP Server, clone the repository, install dependencies using pnpm, and build the project. You can run the server using either Stdio or SSE transport modes with specific command-line options.
- Supports Stdio and SSE transports for communication. - Provides a command-line interface powered by Commander.js. - Allows for detailed feature listing and information retrieval. - Facilitates Agent8 multiplayer game development workflows.
- Developing multiplayer games using the Agent8 SDK.
- Testing and debugging game server functionalities with MCP Inspector.
- Integrating with Claude Desktop for enhanced game development.
Add to your AI client
Use these steps to connect MCP Server for Agent8 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-agent8-planetarium": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agent8-planetarium"
]
}
}
}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-agent8-planetarium": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agent8-planetarium"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-agent8-planetarium": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agent8-planetarium"
]
}
}
}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-agent8-planetarium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agent8-planetarium"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-agent8-planetarium": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agent8-planetarium"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-agent8-planetarium": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-agent8-planetarium"
]
}
}
}FAQ
What programming language is MCP Server for Agent8 developed in?
MCP Server for Agent8 is developed using TypeScript.
How can I run the server in debug mode?
You can run the server in debug mode by using the command `pnpm start --debug`.
Is there a license for MCP Server for Agent8?
Yes, MCP Server for Agent8 is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2773,"uuid":"108c73ae-d064-4538-b28b-169234791806","name":"mcp-agent8","title":"MCP Server for Agent8","description":"MCP server for Agent8","avatar_url":"https://avatars.githubusercontent.com/u/4195773?v=4","created_at":"2025-03-14T01:42:53.599Z","updated_at":"2025-03-14T02:25:48.899Z","status":"created","author_name":"planetarium","author_avatar_url":"https://avatars.githubusercontent.com/u/4195773?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/planetarium/mcp-agent8","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-06-04 15:20:14\"}","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"}]]}]