This project demonstrates a Model Context Protocol (MCP) server and client implementation in .NET
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-client-server-fo": {
"command": "npx",
"args": [
"-y",
"qmatteoq/MCP-Client-Server-for-agents"
]
}
}
}
Run in terminal:
claude mcp add mcp-client-server-fo npx -y qmatteoq/MCP-Client-Server-for-agents
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-client-server-fo": {
"command": "npx",
"args": [
"-y",
"qmatteoq/MCP-Client-Server-for-agents"
]
}
}
}