Showing a super simple implementation of an c# MCP server hosted with Aspire and consumed by Semantic Kernel
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpserver-semanticke": {
"command": "npx",
"args": [
"-y",
"joslat/mcpserver-semantickernel-client-demo"
]
}
}
}
Run in terminal:
claude mcp add mcpserver-semanticke npx -y joslat/mcpserver-semantickernel-client-demo
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserver-semanticke": {
"command": "npx",
"args": [
"-y",
"joslat/mcpserver-semantickernel-client-demo"
]
}
}
}