A lightweight .NET framework for building Model Context Protocol (MCP) servers. Integrates seamlessly with Azure AD, AWS Cognito, Auth0, OpenAI and other providers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"dotnetfastmcp": {
"command": "npx",
"args": [
"-y",
"tekspry/DotnetFastMCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dotnetfastmcp npx -y tekspry/DotnetFastMCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dotnetfastmcp": {
"command": "npx",
"args": [
"-y",
"tekspry/DotnetFastMCP"
]
}
}
}
📋 Copy