Dooray MCP Server

Dooray MCP Server

Enables integration with Dooray project management platform, allowing users to manage projects, tasks, comments, milestones, tags, and team members through natural language interactions.

Category
Visit Server

README

Dooray MCP Server

설치

npm install -g @jhl8041/dooray-mcp

설정

1. API 토큰 발급 (필수)

두레이 개인설정 > API > 개인 인증 토큰 메뉴에서 생성할 수 있습니다. 가이드

2. 환경변수 등록 (필수)

export DOORAY_API_TOKEN=<발급 받은 API 토큰>

MCP 등록

1. Claude Code 등록

claude mcp add -s user dooray-mcp npx @jhl8041/dooray-mcp

2. Claude Desktop 설정

설정 파일 위치: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "dooray": {
      "command": "npx @jhl8041/dooray-mcp",
      "env": { "DOORAY_API_TOKEN": "발급받은_토큰" }
    }
  }
}

Tool 목록

공통

  • get-my-member-info - 사용자 정보 조회

프로젝트

  • get-project-list - 프로젝트 목록
  • get-project - 프로젝트 상세정보
  • get-project-workflow-list - 업무 상태 목록
  • get-task-list - 업무 검색/필터링
  • get-task - 업무 상세정보
  • create-task - 업무 생성
  • update-task - 업무 수정
  • create-task-comment - 댓글 작성
  • get-task-comment-list - 댓글 목록
  • update-task-comment - 댓글 수정 (이메일 댓글 수정 불가)
  • get-milestone-list - 마일스톤 목록
  • get-tag-list - 태그 목록
  • get-project-template-list - 템플릿 목록
  • get-project-template - 템플릿 상세정보
  • get-project-member-list - 프로젝트 멤버 목록
  • get-project-member-group-list - 멤버 그룹 목록

개발

npm run build   # 빌드
npm run dev     # 개발 모드
npm run watch   # Watch 모드

라이선스

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
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
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
Qdrant Server

Qdrant Server

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

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
E2B

E2B

Using MCP to run code via e2b.

Official
Featured