yuandian-mcp-server

yuandian-ailaw/yuandian-mcp-server
★ 2 stars JavaScript 📦 Other Updated 4d ago
元典开放平台 MCP Server 是面向法律与企业数据场景的标准化 MCP 接入服务,支持法律法规查询、案例文书检索和企业信息获取,帮助智能体快速接入权威法律数据能力。
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yuandian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "yuandian-ailaw/yuandian-mcp-server"
      ]
    }
  }
}