MCP 서버

MCP 서버는 Cursor 딥링크로 설치할 수 있어. 서버 이름과 전송 설정을 포함해 mcp.json과 동일한 형식을 사용해. 설치 링크:
cursor://anysphere.cursor-deeplink/mcp/install?name=$NAME&config=$BASE64_ENCODED_CONFIG
구성 요소설명
cursor://프로토콜 스킴
anysphere.cursor-deeplink딥링크 핸들러
/mcp/install경로
name서버 이름용 쿼리 매개변수
configbase64로 인코딩된 JSON 설정용 쿼리 매개변수
  1. 서버의 이름과 JSON 구성 가져오기
  2. 구성 객체를 JSON.stringify로 직렬화한 뒤 base64로 인코딩하기
  3. $NAME$BASE64_ENCODED_CONFIG를 이름과 인코딩된 구성으로 바꾸기
링크 생성용 헬퍼:

예시

MCP 설치 링크 생성기에서 이 JSON을 한번 써봐:
Single MCP server config
{
  "postgres": {
    "command": "npx",
    "args": [
      "-y",
      "@modelcontextprotocol/server-postgres",
      "postgresql://localhost/mydb"
    ]
  }
}
결과:
형식예시
텍스트 링크cursor://anysphere.curs…
다크 버튼Cursor에 Postgres MCP 서버 추가
라이트 버튼Cursor에 Postgres MCP 서버 추가

서버 설치

  1. 링크를 클릭하거나 브라우저에 붙여넣기
  2. Cursor에서 서버 설치 안내가 뜸
  3. Cursor에서 서버 사용하기