# MCP Builder Integration With Claude Code

> Sub-skill of mcp-builder: Integration with Claude Code.

- Skill: `vamseeachanta/mcp-builder-integration-with-claude-code` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/mcp-builder-integration-with-claude-code`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/mcp-builder-integration-with-claude-code/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/mcp-builder-integration-with-claude-code

---


# 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"
      }
    }
  }
}
```

