ErlichLiu/claude-agent-sdk-master
Learn to build real-world applications with Claude Agent SDK. This tutorial takes you from basics to advanced implementations, covering essential integrations (Skills, MCP) and the core principles of human-AI interaction.
Platform-specific configuration:
{
"mcpServers": {
"claude-agent-sdk-master": {
"command": "npx",
"args": [
"-y",
"claude-agent-sdk-master"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...