dooray-mcp-js
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dooray-mcp-jslist my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dooray-mcp-js
Dooray MCP server implemented in Node.js. It follows the tool names and API behavior of dooray-go/dooray-mcp, but does not require Go or Homebrew.
Requirements
Node.js 18 or newer
Dooray personal API token
Related MCP server: google-workspace-mcp-server
Official Documentation
Run
node ./src/index.js --token "{personal-token}"You can also use an environment variable:
DOORAY_TOKEN="{personal-token}" node ./src/index.jsCodex
Register the package directly with Codex:
codex mcp add dooray --env DOORAY_TOKEN="$DOORAY_TOKEN" -- npx -y dooray-mcp-jsIf the token is not already in DOORAY_TOKEN, pass it when registering:
codex mcp add dooray --env DOORAY_TOKEN="{personal-token}" -- npx -y dooray-mcp-jsThe server reads DOORAY_TOKEN when Codex starts it, so the token does not need to be included in the command arguments.
Claude Desktop
{
"mcpServers": {
"dooray": {
"command": "npx",
"args": ["-y", "dooray-mcp-js"],
"env": {
"DOORAY_TOKEN": "{personal-token}"
}
}
}
}Claude Code
claude mcp add dooray --env DOORAY_TOKEN="{personal-token}" -- npx -y dooray-mcp-jsProject Structure
dooray-mcp-js/
├── src/
│ └── index.js # MCP server entry point
├── package.json
└── README.mdTools
The dooray-mcp-js package exposes all currently implemented tools. The current server has no delete tool yet.
dooray_messengerdooray_calendar_calendarsdooray_calendar_eventsdooray_calendar_post_eventdooray_account_membersdooray_account_memberdooray_projectdooray_postsdooray_post_logs(find comments and activity logs for a post)dooray_post_log(find one comment or activity log by ID)dooray_post_log_create(add a comment to a post; body is{ "mimeType": "text/x-markdown", "content": "..." })dooray_post_log_update(update a comment or activity log with the same body format)dooray_post_filesdooray_post_file_download(downloads project attachment content withmedia=raw, follows authenticated redirects, and streams it to the system temporary directory)os
Options
--token: Dooray personal API token. Defaults toDOORAY_TOKEN.--endpoint: Dooray API endpoint. Defaults tohttps://api.dooray.com.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdadaniel/dooray-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server