Used by 1 plugin
Connects to Claude AI via API to generate code, answer questions, and assist with development tasks.
Add to your .mcp.json:
{
"mcpServers": {
"claude-as-mcp": {
"command": "npx",
"args": [
"@2lab.ai/claude-mcp-server"
]
}
}
}npx