MCP 서브스택 서버
Substack 게시물을 다운로드하고 파싱하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. Claude.ai 데스크톱 앱과 호환됩니다.
설치
- 종속성 설치:
지엑스피1
- Claude 데스크톱 앱 구성:
~/Library/Application Support/Claude/claude_desktop_config.json
에 추가:
{
"mcpServers": {
"mcp-substack": {
"command": "/opt/homebrew/bin/node",
"args": ["/path/to/mcp-substack/lib/index.mjs"],
"methods": {
"download_substack": {
"description": "Download and parse content from a Substack post"
}
}
}
}
}
- 서버를 시작합니다:
용법
Claude 데스크톱 앱에서는 다음을 사용합니다.
Could you download and summarize this Substack post: [URL]
특징
- Substack 게시물을 다운로드하고 구문 분석합니다.
- 제목, 저자, 부제 및 내용을 추출합니다.
- 공개 Substack 게시물과 함께 작동합니다.
- Claude.ai 데스크톱 앱과 통합
요구 사항
특허
MIT