Typespec Csharp
Freeby 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
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
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"]
}
}
}