Claude Desktop 을 설치하면, CursorAI 또는 PHPStorm 과의 연계가 가능하다.
Claude Deskto > 설정 > 통합
1) jetbrains
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
2) cursor
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["@modelcontextprotocol/server-filesystem", "/Users/eond/PhpstormProjects/gnu/"],
"env": {}
}
}
}
2. 커서 세팅
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["@modelcontextprotocol/server-filesystem", "/Users/eond/Desktop"],
"env": {}
}
}
}