M
MCP 精选目录
CURATED DIRECTORY
全部 Server
选型对比
评分方法
AI 术语表
已收录 748 个 MCP Server
EN
← EduBase MCP Server
从发现到可连接
客户端配置生成与校验
为 EduBase MCP Server 选择客户端,生成对应结构的配置,并在复制前检查 JSON、启动方式、占位符和凭据风险。
目标客户端
Claude Desktop
Cursor
ChatGPT connectors
Claude.ai connectors
生成的配置(可直接编辑)
{ "mcpServers": { "edubase": { "command": "npx", "args": [ "-y", "@edubase/mcp" ], "env": { "EDUBASE_API_URL": "https://domain.edubase.net/api", "EDUBASE_API_APP": "your_integration_app_id", "EDUBASE_API_KEY": "your_integration_secret_key" } } } }
校验配置
复制