a year ago
提供搜索/代码运行/计算器/网页解析/网页部署等基本功能。
Provide basic functions such as search, code execution, calculator, web parsing and web deploying.
Server Config
{
"mcpServers": {
"302ai-basic-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/basic-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}