Skip to content

Typespec Csharp

Free

by MCP Community

This package is a TypeSpec emitter that generates a server implementation in JavaScript for an MCP tool.

v0.0.0-104Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Typespec Csharp MCP Server

This package is a TypeSpec emitter that generates a server implementation in JavaScript for an MCP tool.

Installation

npx -y typespec-mcp-server-csharp

Reviews

Leave a Review

Installation

Quick install
npx -y typespec-mcp-server-csharp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "typespec-csharp": {
      "command": "npx",
      "args": ["-y", "typespec-mcp-server-csharp"]
    }
  }
}