StepFun MCP Server
Project description
阶跃星辰 MCP server
简介
本项目仅供个人学习交流使用。
根据阶跃星辰开放平台StepFun提供的各种模型能力,仿照MiniMax MCP的实现,开发了一个基于stepfun api 的 MCP server。
功能特性
- 支持文本大模型调用
- 支持视觉理解大模型调用
- 支持文生图模型调用
- 支持语音模型调用
快速开始
- 安装
pip install stepfun-mcp
# 或者
# git clone git@github.com:weidafeng/StepFunMCP.git
# pip install .
- 配置mcp server config
可参考:mcp_server_config_uvx_demo.json 或者 mcp_server_config_demo.json
{
"mcpServers": {
"StepFun": {
"command": "stepfun-mcp",
"args": [
],
"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"
}
}
}
}
交流
本文持续关注VLM、LLM在具身智能、Agent中的应用,欢迎交流。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stepfun_mcp-0.0.2.tar.gz
(15.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stepfun_mcp-0.0.2.tar.gz.
File metadata
- Download URL: stepfun_mcp-0.0.2.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63f9d8cb7b5a3098b32d7591e3efa2f91273d2665bb7a0af2cac127bd2b41a17
|
|
| MD5 |
16aea22c89fce51ecaba4a58832610e5
|
|
| BLAKE2b-256 |
c3efaced5801025b25a26ee75b668842ea6b37dcf3ad7ec04b67fa8f4199ca6e
|
File details
Details for the file stepfun_mcp-0.0.2-py3-none-any.whl.
File metadata
- Download URL: stepfun_mcp-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32e590c3428053e40566ad03eb18b928035640152161fd89b61720ea8b010e24
|
|
| MD5 |
4626f6d2f1847daecd372fc7b2827ad4
|
|
| BLAKE2b-256 |
c806334d7f743b8a2c2275a7635f3af8daaf3937a2c4f9ac77e4b77644afc520
|