Convert MCP servers into Claude Code skills — not MCP connections. Token-minimal, code-execution pattern.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cdc": {
"command": "npx",
"args": [
"-y",
"nassimkhatiba-ai/cdc"
]
}
}
}
Run in terminal:
claude mcp add cdc npx -y nassimkhatiba-ai/cdc
Add to .cursor/mcp.json:
{
"mcpServers": {
"cdc": {
"command": "npx",
"args": [
"-y",
"nassimkhatiba-ai/cdc"
]
}
}
}