Claude Agent Sdk
MCP Serverby ssiumha · Added 5mo ago
Claude
9
Install
git clone https://github.com/ssiumha/dotsAdd to Claude
claude mcp add claude-agent-sdkQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claude-agent-sdk": {
"command": "npx",
"args": [
"@modelcontextprotocol/claude-agent-sdk"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Python으로 Claude Agent SDK 에이전트를 구축할 때 사용. 커스텀 도구, 훅, 서브에이전트, MCP 연동 코드를 생성합니다.
Tags
ai-mlpythonbashapiskill