Integrations
Provides access to Dev.to content with capabilities for fetching latest and trending articles, searching for articles by various criteria, accessing article details, retrieving user information, accessing articles by tag or username, and creating or updating articles on the platform.
MCP 서버 개발
이 저장소에는 Dev.to에 대한 모델 컨텍스트 프로토콜 서버 구현이 포함되어 있으며, 이를 통해 AI 어시스턴트가 Dev.to 콘텐츠에 액세스하고 상호 작용할 수 있습니다.
MCP란 무엇인가요?
모델 컨텍스트 프로토콜(MCP)은 AI 어시스턴트가 외부 서비스, 도구 및 데이터 소스와 상호 작용할 수 있도록 하는 표준입니다. 이 서버는 Dev.to 콘텐츠에 대한 액세스를 제공하기 위해 MCP 사양을 구현합니다. MCP에 대해 자세히 알아보려면 이 영상을 시청하세요.
특징
- Dev.to에서 최신 및 인기 기사를 가져옵니다.
- 다양한 기준으로 기사 검색
- 특정 기사에 대한 자세한 정보를 얻으세요
- 사용자에 대한 자세한 정보를 얻습니다.
- 태그 또는 사용자 이름으로 기사에 접근하세요
- Dev.to에 새로운 기사를 작성하고 게시하세요
- 기존 문서 업데이트
- 성능 향상 및 API 호출 감소를 위한 캐싱 메커니즘
설치
- 이 저장소를 복제하세요
지엑스피1
- MCP 서버에 연결아래 json을 적절한 {{PATH}} 값으로 복사하세요.Dev.to 설정 페이지 에서 Dev.to API 키를 얻을 수 있습니다.Claude 의 경우 Claude Desktop 구성 디렉토리에Copy
claude_desktop_config.json
으로 저장합니다.Cursor 의 경우 Cursor 구성 디렉토리에Copymcp.json
으로 저장합니다.Copy - Claude Desktop/Cursor를 다시 시작하세요Claude Desktop을 열면 이제 Devto가 사용 가능한 통합으로 표시됩니다.또는 커서를 다시 시작하세요.
사용 가능한 도구
서버는 다음과 같은 도구를 제공합니다.
get_latest_articles()
- Dev.to에서 최신 기사를 받아보세요get_top_articles()
- Dev.to에서 가장 인기 있는 기사를 가져옵니다.get_articles_by_tag(tag)
- 태그로 기사 가져오기get_article_by_id(id)
- ID로 특정 기사를 가져옵니다.search_articles(query, page=1)
- 제목/설명에 키워드로 기사 검색get_article_details(article_id)
- 특정 기사의 전체 콘텐츠 및 메타데이터를 가져옵니다.get_articles_by_username(username)
- 특정 작성자가 작성한 기사를 가져옵니다.create_article(title, body_markdown, tags, published)
- 새 기사를 만들고 게시합니다.update_article(article_id, title, body_markdown, tags, published)
- 기존 기사 업데이트
예제 쿼리
이 서버에 연결된 AI 도우미에게 질문할 수 있는 내용의 몇 가지 예는 다음과 같습니다.
- "Dev.to에서 Python 관련 기사를 찾아보세요"
- "최신 Dev.to 기사를 보여주세요"
- "1234호 기사에 대한 세부 정보 얻기"
- "사용자 'ben'은 어떤 기사를 썼나요?"
- "머신러닝 관련 기사 검색"
- "'Python 시작하기'라는 제목의 새 문서를 작성하세요."
- "내용의 오타를 수정하기 위해 ID 5678로 기사를 업데이트하세요"
고급 기능
사용자 정의 프롬프트
서버는 AI 도우미가 사용할 수 있는 미리 정의된 프롬프트를 제공합니다.
search_prompt
- 형식화된 검색 프롬프트 만들기analyze_article
- 특정 기사를 분석하라는 메시지를 만듭니다.
입증
서버에는 특정 작업, 특히 기사 작성 및 업데이트를 위해 Dev.to API 키가 필요합니다. API 키는 DEV_TO_API_KEY
환경 변수로 설정해야 합니다.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
AI 어시스턴트가 Dev.to 콘텐츠에 액세스하고, 이를 검색하고, 상호 작용할 수 있도록 하는 MCP 서버 구현으로, 여기에는 기사 가져오기, 사용자 정보 검색, 새 콘텐츠 게시 등이 포함됩니다.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that enables AI assistants like Claude to interact with Substack newsletters, allowing for post retrieval, content searching, and author information access through a standardized interface.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.Last updated -1PythonApache 2.0
- -security-license-qualityA specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.Last updated -311TypeScript
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -387PythonMIT License