🤖 302AI 沙盒 MCP 服务器🚀✨
预览
以下是一些使用示例
以下是受支持工具的列表
✨ 特色 ✨
- 🔧 动态加载 - 从远程服务器自动更新工具列表。
- 🌐 支持多种模式,您可以在本地使用
stdin
模式,也可以将其托管为远程 HTTP 服务器
🚀 工具列表
发展
安装依赖项:
构建服务器:
对于使用自动重建的开发:
安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
要与 Cherry Studio 一起使用,请添加服务器配置:
要与 ChatWise 一起使用,请将以下内容复制到剪贴板
转到设置 -> 工具 -> 添加按钮 -> 选择从剪贴板导入
在这里找到您的 302AI_API_KEY
调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
检查器将提供一个 URL 来访问浏览器中的调试工具。
✨ 关于 302.AI ✨
302.AI是一个面向企业的 AI 应用平台,提供按需付费的服务、即用型解决方案和开源生态系统。✨
- 🧠 集成最新、最全面的AI能力和品牌,包括但不限于语言模型、图像模型、语音模型、视频模型。
- 🚀 基于基础模型开发深度应用程序——我们开发真正的人工智能产品,而不仅仅是简单的聊天机器人
- 💰 零月费,所有功能按需付费,全面开放,真正实现低门槛、高潜力。
- 🛠 强大的团队和中小企业管理后端 - 一人管理,多人使用。
- 🔗 所有 AI 功能均提供 API 访问,所有工具均开源且可定制(正在进行中)。
- 💡 强大的开发团队,每周上线2-3个新应用,产品每日更新。欢迎有意加入的开发者联系我们。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
用于 Claude Desktop 的模型上下文协议 (MCP) 服务器,可连接到 302AI 的 API 服务,允许用户通过结构化通信接口集成和利用 302AI 功能。
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.Last updated -195641JavaScriptMIT License
- -securityAlicense-qualityModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.Last updated -173JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that parses files for Claude Desktop, requiring a 302AI API key for operation.Last updated -238JavaScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.Last updated -TypeScript