阶跃星辰 MCP server
@weidafeng
About 阶跃星辰 MCP server
基于阶跃星辰API的MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"StepFun": {
"command": "uvx",
"args": [
"stepfun-mcp"
],
"env": {
"STEPFUN_API_KEY": "YOUR_STEPFUN_API_KEY_HERE",
"STEPFUN_API_HOST": "https://api.stepfun.com",
"STEPFUN_MCP_BASE_PATH": "YOUR_OUTPUT_DIR",
"STEPFUN_API_RESOURCE_MODE": "local"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 阶跃星辰 MCP server?
阶跃星辰 MCP server 是一个基于 StepFun API 的 MCP 服务器,用于调用阶跃星辰开放平台提供的多种模型能力,包括文本大模型、视觉理解大模型、文生图模型和语音模型。该项目仅供个人学习交流使用,实现上参考了 MiniMax MCP。
How to use 阶跃星辰 MCP server?
通过 pip 安装 stepfun-mcp,然后在 MCP 客户端配置文件中设置环境变量(如 STEPFUN_API_KEY、STEPFUN_API_HOST、STEPFUN_MCP_BASE_PATH、STEPFUN_API_RESOURCE_MODE)后即可使用。具体配置示例见仓库中的 JSON 文件。
Key features of 阶跃星辰 MCP server
- 支持文本大模型调用
- 支持视觉理解大模型调用
- 支持文生图模型调用
- 支持语音模型调用
- 基于 StepFun API 实现
- 仅供个人学习交流
Use cases of 阶跃星辰 MCP server
- 通过 MCP 客户端调用阶跃星辰的文本生成模型
- 利用视觉理解模型分析图片内容
- 使用文生图模型从文字描述生成图像
- 调用语音模型进行语音相关任务
FAQ from 阶跃星辰 MCP server
阶跃星辰 MCP server 支持哪些模型?
支持文本大模型、视觉理解大模型、文生图模型和语音模型。
如何获取 API Key?
README 未说明,请访问阶跃星辰开放平台获取。
需要安装哪些依赖?
只需运行 pip install stepfun-mcp 或从源码 pip install . 即可。
数据存储在哪里?
通过环境变量 STEPFUN_MCP_BASE_PATH 配置输出目录。
该项目是否可用于商业用途?
README 明确标注“仅供个人学习交流使用”。
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments