Sub-skill of mcp-builder: Integration with Claude Code.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill integration-with-claude-code --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integration With Claude Code?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-integration-with-claude-code-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: mcp-builder-integration-with-claude-code
description: 'Sub-skill of mcp-builder: Integration with Claude Code.'
version: 1.2.0
category: development
type: reference
scripts_exempt: true
---
# Integration with Claude Code
## Integration with Claude Code
**Add to claude_desktop_config.json:**
```json
{
"mcpServers": {
"my-server": {
"command": "node",
"args": ["/path/to/dist/index.js"],
"env": {
"MY_API_KEY": "your-api-key"
}
}
}
}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!