Dida365 MCP Server
@DCjanus
About Dida365 MCP Server
mcp server for dida365.com
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dida365": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"--pull",
"always",
"ghcr.io/dcjanus/dida365-mcp-server:latest",
"dida365-mcp-server",
"-access_token",
"<YOUR_ACCESS_TOKEN>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Dida365 MCP Server?
Dida365 MCP Server is an MCP (Model Context Protocol) server implementation for Dida365, a task management service. It uses the Dida365 Official API and OAuth 2.0 authentication to allow MCP clients to interact with Dida365 data.
How to use Dida365 MCP Server?
First, obtain an access token via the recommended online service at https://dida365.dcjanus.com/oauth/login or by locally deploying an OAuth callback server. Then, add the server configuration to your MCP client, running the Docker image ghcr.io/dcjanus/dida365-mcp-server:latest with your access token passed as a command argument.
Key features of Dida365 MCP Server
- Official OAuth 2.0 authentication mechanism
- Standard MCP Server interface
- STDIO-based MCP Server implementation
- Docker-based deployment
Use cases of Dida365 MCP Server
- Integrate Dida365 task management with AI assistants via MCP
- Automate task creation, listing, or updates from MCP clients
- Build custom MCP workflows that interact with Dida365
FAQ from Dida365 MCP Server
What is the Dida365 MCP Server?
It is an MCP server that exposes Dida365’s official API through the Model Context Protocol, enabling MCP-compatible clients to access Dida365 data.
How do I get an access token?
Visit https://dida365.dcjanus.com/oauth/login in your browser (recommended) or locally deploy the OAuth callback server. Follow the authorization steps to receive a JSON response containing the access_token.
How do I configure the server?
Add the configuration block to your MCP client settings, using the Docker command with your access token as shown in the README.
Is my access token secure?
Keep your access token secure and never share it with others. The README warns that if authorization fails, check your network connection or try reauthorizing.
Frequently asked questions
What is the Dida365 MCP Server?
It is an MCP server that exposes Dida365’s official API through the Model Context Protocol, enabling MCP-compatible clients to access Dida365 data.
How do I get an access token?
Visit https://dida365.dcjanus.com/oauth/login in your browser (recommended) or locally deploy the OAuth callback server. Follow the authorization steps to receive a JSON response containing the `access_token`.
How do I configure the server?
Add the configuration block to your MCP client settings, using the Docker command with your access token as shown in the README.
Is my access token secure?
Keep your access token secure and never share it with others. The README warns that if authorization fails, check your network connection or try reauthorizing.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments