Exemplo de MCP Server desenvolvido em .NET acessando uma API para consulta/cadastro de livros
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dotnetmcpserver": {
"command": "npx",
"args": [
"-y",
"andreluizsecco/DotnetMCPServer"
]
}
}
}
Run in terminal:
claude mcp add dotnetmcpserver npx -y andreluizsecco/DotnetMCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"dotnetmcpserver": {
"command": "npx",
"args": [
"-y",
"andreluizsecco/DotnetMCPServer"
]
}
}
}