realty-pipeline

realty-pipeline

Automates real estate content creation from a keyword or news article, generating blog posts, YouTube scripts, SNS content, and thumbnail prompts, saved as a markdown file.

Category
Visit Server

README

부동산 콘텐츠 파이프라인 (무료판)

키워드 하나만 입력하면 Claude Desktop이 기획 → 집필 → 가공(블로그·유튜브대본·SNS) → 썸네일 프롬프트 → 파일 저장까지 자동으로 처리하는 MCP 서버입니다.

  • 별도 API 키·과금 없음 (구독 중인 Claude Desktop 앱의 능력만 사용)
  • 결과물은 바탕화면에 .md 파일로 자동 저장
  • 콘텐츠 품질 규칙은 개발자가 지속 업데이트하며, 재설치 없이 자동 반영됩니다

설치 (macOS)

1. Node.js 확인 — 터미널에서 node --version 입력. v18 이상이면 통과, 없다면 nodejs.org에서 LTS 설치.

2. 설정 파일 열기 — Claude Desktop 앱 → 설정 → 개발자 → 구성 편집. 열린 claude_desktop_config.json에 아래를 추가합니다:

{
  "mcpServers": {
    "realty-pipeline": {
      "command": "npx",
      "args": ["-y", "github:samho4987-rgb/realty-pipeline"]
    }
  }
}

3. 앱 완전 재시작 — Cmd+Q로 종료 후 다시 실행. (첫 실행은 패키지를 내려받느라 10~30초 걸릴 수 있습니다.)

사용법

  1. 입력창의 + 버튼 → realty-pipeline부동산 콘텐츠 파이프라인 선택
  2. 키워드(예: 역전세 대응 방법) 또는 뉴스 기사 전문을 붙여넣고 전송
  3. 완료되면 바탕화면에 2026-07-14_주제.md 파일이 생성됩니다

응답이 길어 중간에 멈추면 "계속" 이라고만 입력하면 이어서 저장까지 완료합니다.

자주 묻는 문제

증상 해결
서버가 목록에 안 보임 Cmd+Q로 완전 종료 후 재실행 / config의 JSON 문법(쉼표) 확인
spawn npx ENOENT 오류 Node 미설치 또는 경로 문제. which npx 경로를 command에 직접 입력
저장 실패 메시지 시스템 설정 → 개인정보 보호 및 보안 → 파일 및 폴더 → Claude → 데스크탑 폴더 허용
최신 버전이 안 받아짐 터미널에서 npx clear-npx-cache 실행 후 앱 재시작

라이선스

MIT — 무료로 사용하실 수 있습니다.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured