Board Mcp
@seeincodes
关于 Board Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"BoardMCP": {
"command": "npx",
"args": [
"board-sdk-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Board Mcp?
Board Mcp is an MCP server that gives AI assistants structured access to the Board SDK (fun.board v3.2.1) for Unity game development, replacing hallucinated API guesses with correct C# code including platform guards, async patterns, and caveats. When Unity Editor is running with the MCP for Unity package, the server automatically discovers and proxies Unity's tools and resources as well, making it a single MCP server for both Board SDK knowledge and live Unity Editor control.
How to use Board Mcp?
Install with npx board-sdk-mcp-server (requires Node.js 20+). Add the server configuration to your AI agent (Claude Desktop, Cursor, Windsurf, VS Code Copilot, or Claude Code) using the command: "npx" and args: ["-y", "board-sdk-mcp-server"] pattern. No build step or cloning is needed.
Key features of Board Mcp
- 25 tools across 4 SDK domains (Input, Session, Save Game, Application)
- 7 physical game piece set catalogs with model files and versions
- 8 resources providing type schemas, changelog, error catalog, and platform guard references
- Auto-proxies Unity Editor MCP tools when Unity is running with the MCP bridge
- Every tool response includes API signature, complete C# code example, parameter docs, caveats, and related tools
- Unity integration requires no extra configuration beyond installing the MCP for Unity package
Use cases of Board Mcp
- Generate correct C# code for Board SDK APIs with proper platform guards and async patterns
- Configure physical game piece detection by listing available piece sets and setting up glyph models
- Manage save game operations including creation, cover image loading, and storage limit queries
- Control the live Unity Editor through proxied MCP tools from the same server
- Access SDK documentation, error catalogs, and platform guard references on demand
FAQ from Board Mcp
What does Board Mcp do that alternatives don't?
Instead of hallucinating SDK APIs, Board Mcp generates correct C# code with proper platform guards, async patterns, and caveats on the first attempt.
What are the runtime requirements?
Node.js 20+ is required. Unity integration requires the MCP for Unity package installed in the Unity project and the bridge started from Window > MCP for Unity.
Where does data live and what are the storage limits?
Board Mcp provides SDK documentation and piece set metadata locally. The Board SDK save system has a 16 MB payload limit and 64 MB total storage per game.
Are there any known limits?
Only one physical piece set can be active at a time. To recognize pieces from multiple games simultaneously, a combined piece set (e.g., chop_chop_mushka) must be used.
What transports or auth does it use?
The server communicates via STDIO (standard MCP transport for AI agents). Unity integration uses HTTP to http://127.0.0.1:8090/mcp and can be disabled by setting UNITY_MCP_ENABLED=false. No authentication is required.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论