A collection of MCP (Model Context Protocol) servers as dotnet tools. And some projects to easily build Stdio or SSE MCP Servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpservers": {
"command": "npx",
"args": [
"-y",
"StefH/mcpservers"
]
}
}
}
Run in terminal:
claude mcp add mcpservers npx -y StefH/mcpservers
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpservers": {
"command": "npx",
"args": [
"-y",
"StefH/mcpservers"
]
}
}
}