About Modelcontextprotocol
Modelcontextprotocol is an MCP server published by yueh0607 in the Developer Tools category: 基于.NET Standard 2.0实现的MCP Server,兼容Unity,无Python. It has been installed 0 times through Conduid.
The repository has 7 stars and 2 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx modelcontextprotocolThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Modelcontextprotocol
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
ModelContextProtocolCSharp
基于.NET Standard 2.0 的MCP Server实现,用于嵌入unity和各种允许CSharp开发插件的程序内。
相比Python + C# 实现的优势
- 推广容易 : 导入项目无理解负担,参与共建意愿强。
- 容易配置: 无需Python环境,减少配置步骤。
- 写工具无需同时加Python 和 C# ,容易开发。
开始
打开MCP工具设置,点击Start Server,开启MCP服务器
于Cursor设置中修改MCP设置
{
"mcpServers": {
"unity-mcp": {
"transport": "http",
"url": "http://localhost:8080/"
}
}
}
添加你的工具:
完全通用的工具:Packages/com.yourcompany.modelcontextprotocol/Editor/BuiltInTools/McpServer.BuiltInTools.asmdef (跟随此开源项目)
项目特化的工具:McpServer.ProjectTools.asmdef(可放在任意位置)
工具示例:
Contributors
README mirrored from the source repository 4 months ago. The original is authoritative.