Mikecloud24/QuickstartClient
This repository shows a small MCP (Model Context Protocol) client that connects to a running MCP server, discovers tools, and forwards prompts to an LLM via the Anthropic SDK.
Platform-specific configuration:
{
"mcpServers": {
"QuickstartClient": {
"command": "npx",
"args": [
"-y",
"QuickstartClient"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...