ifly-spark-agent-mcp
@iflytek
ifly-spark-agent-mcp について
This is a simple example of using MCP Server to invoke the task chain of the iFlytek SparkAgent Platform.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ifly-spark-agent-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/iflytek/ifly-spark-agent-mcp",
"ifly-spark-agent-mcp"
],
"env": {
"IFLY_SPARK_AGENT_BASE_URL": "<YOUR SERVER HOST>",
"IFLY_SPARK_AGENT_APP_ID": "<YOUR APP ID>",
"IFLY_SPARK_AGENT_APP_SECRET": "<YOUR APP SECRET>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ifly-spark-agent-mcp?
ifly-spark-agent-mcp is a simple MCP server that invokes task chains on the iFlytek SparkAgent Platform. It exposes a single tool, upload_file, and is intended for developers using MCP clients (like Claude) to interact with SparkAgent workflows.
How to use ifly-spark-agent-mcp?
Start the server locally with uv run ifly-spark-agent-mcp (stdio transport) or pass --transport sse --port 8000 for SSE transport. For persistent use with Claude, add a configuration to claude_desktop_config.json using uv or uvx, setting the required environment variables: IFLY_SPARK_AGENT_BASE_URL, IFLY_SPARK_AGENT_APP_ID, and IFLY_SPARK_AGENT_APP_SECRET.
Key features of ifly-spark-agent-mcp
- Exposes a single
upload_filetool with a requiredfileargument. - Supports both stdio and SSE transports.
- Runs locally with
uvor globally withuvxfrom GitHub. - Designed as a minimal example for MCP + SparkAgent integration.
- Easy to configure in MCP-compatible clients like Claude.
Use cases of ifly-spark-agent-mcp
- Upload a local file to a SparkAgent task chain from an MCP client.
- Prototype MCP integrations with iFlytek’s SparkAgent Platform.
- Provide a reusable recipe for building custom SparkAgent MCP servers.
FAQ from ifly-spark-agent-mcp
What does the upload_file tool do?
It accepts a file path and sends that file to the SparkAgent platform task chain. The exact behavior depends on the platform’s workflow.
How do I configure the environment variables?
Set IFLY_SPARK_AGENT_BASE_URL, IFLY_SPARK_AGENT_APP_ID, and IFLY_SPARK_AGENT_APP_SECRET in the MCP client’s configuration (e.g., env block in claude_desktop_config.json).
What transport options are available?
The server supports stdio (default) and SSE. For SSE, run with --transport sse --port 8000.
Where can I get the server code?
The code is hosted on GitHub. You can run it directly with uvx --from git+https://github.com/iflytek/ifly-spark-agent-mcp ifly-spark-agent-mcp.
Is this server production-ready?
No – the README presents it as a simple example to demonstrate invoking SparkAgent task chains via MCP. It is not a full-featured production server.
「AI とエージェント」の他のコンテンツ
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
コメント