StepFunMCP
Integrates StepFun API to enable calling text, vision, image generation, and speech models through MCP.
README
阶跃星辰 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中的应用,欢迎交流。

Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.