Dida365 MCP Server

Dida365 MCP Server

mcp server for dida365.com

DCjanus

Developer Tools
Visit Server

README

Dida365 MCP Server

English | 简体中文

This is a MCP Server implementation for Dida365 using the Dida365 Official API.

✨ Features

  • 🔐 Official OAuth 2.0 authentication mechanism
  • 🎯 Standard MCP Server interface
  • 💻 STDIO-based MCP Server implementation

📖 Usage Guide

1. Obtain Access Token

Dida365 uses OAuth 2.0 authorization mechanism to manage API access. You can obtain an access token through either of the following methods:

Option 1: Using Online Service (Recommended)

  1. Visit https://dida365.dcjanus.com/oauth/login in your browser
  2. The system will automatically redirect you to the Dida365 authorization page
  3. Confirm the authorization on the Dida365 page
  4. After successful authorization, you'll be redirected back to the /oauth/callback endpoint
  5. You will receive a JSON response containing the access_token - store it securely

Option 2: Local Deployment

  1. Visit Dida365's Developer Center to create a new application
  2. In the application settings, configure the Redirect URL as http://localhost:8080/oauth/callback
  3. Start the local server (default port: 8080)
  4. Visit http://localhost:8080/oauth/login
  5. Follow the on-screen instructions to complete the authorization process
  6. Obtain the access token

2. Configure MCP Server

Add the following to your configuration file:

{
    "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>"
            ]
        }
    }
}

Replace <YOUR_ACCESS_TOKEN> with the access token you obtained.

⚠️ Important Notes

  • Keep your access token secure and never share it with others
  • If authorization fails, check your network connection or try reauthorizing

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
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python