StepFunMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StepFunMCPGenerate an image of a serene lake at sunrise"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
阶跃星辰 MCP server
简介
本项目仅供个人学习交流使用。
根据阶跃星辰开放平台StepFun提供的各种模型能力,仿照MiniMax MCP的实现,开发了一个基于stepfun api 的 MCP server。
Related MCP server: universal-image-mcp
功能特性
支持文本大模型调用
支持视觉理解大模型调用
支持文生图模型调用
支持语音模型调用
快速开始
安装
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中的应用,欢迎交流。

This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with fal.ai AI models through MCP, supporting model discovery, content generation, queue management, and file uploads to the fal.ai platform.MIT
- AlicenseAqualityDmaintenanceMCP server for multi-provider AI image generation (AWS Bedrock, OpenAI, Google Gemini) enabling image generation, transformation, and editing through a unified interface.41MIT
- FlicenseCqualityDmaintenanceEnables MCP clients to interact with local LLMs via LM Studio, supporting dynamic chat, vision, RAG, file interaction, and model orchestration.28
- FlicenseNot gradedqualityBmaintenanceExposes Google AI Studio models (Gemini, Imagen, Veo) as MCP tools for text generation, image generation, and video generation, integrating with code editors and LLM clients.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Give AI agents real phone numbers, messages, and voice calls via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weidafeng/StepFunMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server