元典开放平台 MCP Server 是面向法律与企业数据场景的标准化 MCP 接入服务,支持法律法规查询、案例文书检索和企业信息获取,帮助智能体快速接入权威法律数据能力。
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"
]
}
}
}
Run in terminal:
claude mcp add yuandian-mcp-server npx -y yuandian-ailaw/yuandian-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"yuandian-mcp-server": {
"command": "npx",
"args": [
"-y",
"yuandian-ailaw/yuandian-mcp-server"
]
}
}
}