MCP Directory
Back

ModelContextProtocol

by yueh0607 · C# · ★ 7

基于.NET Standard 2.0实现的MCP Server,兼容Unity,无Python

Install

git clone https://github.com/yueh0607/ModelContextProtocol.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:yueh0607/ModelContextProtocol"
      ]
    }
  }
}

From the README

基于.NET Standard 2.0 的MCP Server实现,用于嵌入unity和各种允许CSharp开发插件的程序内。 相比Python + C# 实现的优势 - 推广容易 : 导入项目无理解负担,参与共建意愿强。 - 容易配置: 无需Python环境,减少配置步骤。 - 写工具无需同时加Python 和 C# ,容易开发。 打开MCP工具设置,点击Start Server,开启MCP服务器 于Cursor设置中修改MCP设置 添加你的工具: 完全通用的工具:Packages/com.yourcompany.modelcontextprotocol/Editor/BuiltInTools/McpServer.BuiltInTools.asmdef (跟随此开源项目) 项目特化的工具:McpServer.ProjectTools.asmdef(可放在任意位置) 工具示例:
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers