97ac0f71f5
https://assetstore.unity.com/packages/tools/generative-ai/synaptic-ai-pro-natural-language-control-for-unity-336030
18 lines
539 B
Markdown
18 lines
539 B
Markdown
# Unity MCP Server
|
|
|
|
## Documentation
|
|
- MCP Documentation: https://modelcontextprotocol.io/docs
|
|
- MCP Specification: https://modelcontextprotocol.io/specification/2025-06-18
|
|
- MCP SDK: https://www.npmjs.com/package/@modelcontextprotocol/sdk
|
|
|
|
## API Keys
|
|
- Claude API: https://console.anthropic.com/
|
|
- Gemini API: https://aistudio.google.com/app/apikey
|
|
- OpenAI API: https://platform.openai.com/api-keys
|
|
|
|
## Setup
|
|
1. Run `npm install` to install dependencies
|
|
2. Configure API keys in .env file
|
|
3. Run `npm start` to start the server
|
|
# nexus
|